Skip to content

Releases: jupyter-server/jupyter-resource-usage

v0.6.2

24 Aug 22:28
Compare
Choose a tag to compare

0.6.2

(Full Changelog)

Enhancements made

  • Allow users to opt out of prometheus metrics #124 (@dleen)

Maintenance and upkeep improvements

Documentation improvements

  • Point the Binder link to the default branch #117 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @dleen | @jtpio | @kevin-bates | @pre-commit-ci | @welcome

v0.6.1

06 Dec 09:34
Compare
Choose a tag to compare

0.6.1

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

  • Adopt the Jupyter Releaser, update Jupyter Packaging #115 (@jtpio)

Other merged PRs

  • Bump tar from 6.1.5 to 6.1.11 in /packages/labextension #111 (@dependabot)
  • Bump url-parse from 1.5.1 to 1.5.3 in /packages/labextension #110 (@dependabot)
  • Bump path-parse from 1.0.6 to 1.0.7 in /packages/labextension #108 (@dependabot)
  • Bump tar from 6.1.0 to 6.1.5 in /packages/labextension #106 (@dependabot)
  • Bump normalize-url from 4.5.0 to 4.5.1 in /packages/labextension #103 (@dependabot)
  • Bump ws from 7.4.5 to 7.4.6 in /packages/labextension #102 (@dependabot)
  • Update to 3.0.16 packages #101 (@jtpio)
  • Update dependencies #100 (@jtpio)
  • Bump lodash from 4.17.20 to 4.17.21 in /packages/labextension #99 (@dependabot)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/labextension #98 (@dependabot)
  • Add changelog for 0.6.0 #96 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @jhgoebbert | @jtpio | @stevenstetzler | @vidartf | @welcome

0.6.0

29 Apr 13:47
Compare
Choose a tag to compare

Changes

0.5.1

18 Dec 20:29
Compare
Choose a tag to compare

Changes

  • Skip building js assets if they already exist: #81

0.5.0

17 Dec 14:14
Compare
Choose a tag to compare

Changes

  • Rename to jupyter-resource-usage: #74
  • Add a JupyterLab 3.0 extension for the memory usage status bar item: #69
  • Drop the deprecated /metrics endpoint: #77

Install with:

pip install jupyter-resource-usage

Migrating to 0.5.0

Check out the changelog for more details: https://github.com/jupyter-server/jupyter-resource-usage/blob/master/CHANGELOG.md#050

0.4.0

23 Nov 09:40
1d7b8d4
Compare
Choose a tag to compare

Changes

  • Soft-deprecate /metrics endpoint: #68
  • nbresuse now exposes a new endpoint: /api/metrics/v1: #68

Migrating to 0.4.0

If you use the classic notebook, there shouldn't be any difference.

If you use JupyterLab and want the memory usage indicator in the status bar to continue showing metrics:

image

Two options:

  • continue using nbresuse==0.3.6 instead of 0.4.0
  • enable the deprecated /metrics endpoint with:
jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False