Skip to content

Commit fb26887

Browse files
authored
Merge pull request #80 from jtpio/changelog-0-5-0
Add changelog for 0.5.0
2 parents 5aa97c1 + 2af48c0 commit fb26887

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
The repository has now moved to the [`jupyter-server`](https://github.com/jupyter-server) organization on GitHub.
6+
7+
It was also renamed to `jupyter-resource-usage`.
8+
9+
To install the package with `pip`:
10+
11+
```bash
12+
pip install jupyter-resource-usage
13+
```
14+
15+
### Other changes
16+
17+
- Add a JupyterLab extension for the memory usage status bar item: [#69](https://github.com/jupyter-server/jupyter-resource-usage/pull/69)
18+
- Drop the deprecated `/metrics` endpoint: [#77](https://github.com/jupyter-server/jupyter-resource-usage/pull/77)
19+
20+
21+
### Migrating to 0.5.0
22+
23+
For classic notebook users, there shouldn't be any major change or action to take. The classic notebook extension is still distributed with the Python package as before.
24+
25+
For JupyterLab 2.x users you will still need to use the previous `nbresuse` package. See below for more information.
26+
27+
For JupyterLab 3.x, the status bar item is now packaged in its own extension and distributed with the `jupyter-resource-usage` package. This means that a single `pip install jupyter-resource-usage` is enough to install the server extension, the classic notebook extension and the JupyterLab extension all at once.
28+
329
## 0.4.0
430

531
- Soft-deprecate `/metrics` endpoint: [#68](https://github.com/jupyter-server/jupyter-resource-usage/pull/68)

packages/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-server/resource-usage",
3-
"version": "0.1.0",
3+
"version": "0.5.0",
44
"description": "JupyterLab extension to add resource usage UI items",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)