From 47b700ce9f8ebf6c58708c4d777b5154c6a8b349 Mon Sep 17 00:00:00 2001 From: krassowski Date: Wed, 28 Dec 2022 15:20:19 +0000 Subject: [PATCH] Publish 0.1.5 SHA256 hashes: jupyterlab-ui-profiler-0.1.5.tgz: 6c85c1bc8875e819e8d1a92a53608388bc2efee664bce3e4df1d2d9a8b7d619f jupyterlab_ui_profiler-0.1.5-py3-none-any.whl: b90d0ee6582642d070a8e92c66169aa5662a61904ca70d724ec06c82fa86a234 jupyterlab_ui_profiler-0.1.5.tar.gz: 2ba7baba56f15ae77fb4af099495ba63f27184dded28cc8a290ead2ade385a31 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbed23..b780179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ +## 0.1.5 + +**Please uninstall the old version before upgrading.** This is necessary because with this release the extension was moved to `@jupyterlab` namespace. + +([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.4...59e2b4d9172df6c9865e1563c0421037fb850b10)) + +### Enhancements made + +- Allow to add code to run before invoking completer [#24](https://github.com/jupyterlab/ui-profiler/pull/24) ([@krassowski](https://github.com/krassowski)) +- Add stop button [#20](https://github.com/jupyterlab/ui-profiler/pull/20) ([@krassowski](https://github.com/krassowski)) +- Simplify tab scenarios options for easier setup [#19](https://github.com/jupyterlab/ui-profiler/pull/19) ([@krassowski](https://github.com/krassowski)) + +### Bugs fixed + +- Fix for completer benchmark in CM6 (Lab 4.0) [#23](https://github.com/jupyterlab/ui-profiler/pull/23) ([@krassowski](https://github.com/krassowski)) +- Do not sort reference timing array but its copy [#13](https://github.com/jupyterlab/ui-profiler/pull/13) ([@krassowski](https://github.com/krassowski)) + +### Maintenance and upkeep improvements + +- Allow jupyter-server v2 [#22](https://github.com/jupyterlab/ui-profiler/pull/22) ([@krassowski](https://github.com/krassowski)) +- Update types for tabs scenario [#21](https://github.com/jupyterlab/ui-profiler/pull/21) ([@krassowski](https://github.com/krassowski)) +- Migrate to `@jupyterlab` npm namespace [#16](https://github.com/jupyterlab/ui-profiler/pull/16) ([@krassowski](https://github.com/krassowski)) + +### Documentation improvements + +- Fix docs typos, remove style comment [#12](https://github.com/jupyterlab/ui-profiler/pull/12) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-18&to=2022-12-28&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-18..2022-12-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-18..2022-12-28&type=Issues) + + + ## 0.1.4 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.3...f2b4a4443b5fff366359abc6a293274829e81491)) @@ -33,5 +68,3 @@ ([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-06&to=2022-12-18&type=c)) [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-06..2022-12-18&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-06..2022-12-18&type=Issues) - - diff --git a/package.json b/package.json index 7718859..25b7d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-profiler", - "version": "0.1.4", + "version": "0.1.5", "description": "JupyterLab extension for profiling UI performance", "keywords": [ "jupyter",