Skip to content

Commit a951399

Browse files
committed
Add changelog for 0.5.0
1 parent 5aa97c1 commit a951399

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
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)

0 commit comments

Comments
 (0)