Skip to content

Commit b08d14b

Browse files
committed
Publish 3.2.0
SHA256 hashes: lckr-jupyterlab_variableinspector-3.2.0.tgz: 9a61dc057e525d53f8a47da03e2ba014d65177a1086deecfd7dc8898649ca1f3 lckr_jupyterlab_variableinspector-3.2.0-py3-none-any.whl: 3844a34c09933d7804bf34d3ef3a4f11fd6baff0f8308576ebdd5c1066f61c44 lckr_jupyterlab_variableinspector-3.2.0.tar.gz: a6e31f9220452648f4d69bd7b6d09f4b391b689546afc6c17636a1efa1554931
1 parent e71150e commit b08d14b

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.2.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.1.0...e71150e553c55db1815b015409d98dc1ad609730))
8+
9+
### Enhancements made
10+
11+
- Use UI toolkit for variable table [#291](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/291) ([@kentarolim10](https://github.com/kentarolim10))
12+
- Add option to filter out variables [#290](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/290) ([@kentarolim10](https://github.com/kentarolim10))
13+
14+
### Bugs fixed
15+
16+
- Fix some styling issues [#297](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/297) ([@fcollonval](https://github.com/fcollonval))
17+
- Update the inspector when the kernel changes [#296](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/296) ([@fcollonval](https://github.com/fcollonval))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/graphs/contributors?from=2023-11-04&to=2024-01-22&type=c))
22+
23+
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Afcollonval+updated%3A2023-11-04..2024-01-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2023-11-04..2024-01-22&type=Issues) | [@kentarolim10](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Akentarolim10+updated%3A2023-11-04..2024-01-22&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 3.1.0
628

729
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.0.7...13134a81cc4c78b40f52e8b7a8b2b2f4a0b42a4b))
@@ -23,5 +45,3 @@
2345
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/graphs/contributors?from=2021-04-10&to=2023-11-04&type=c))
2446

2547
[@ericsnekbytes](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Aericsnekbytes+updated%3A2021-04-10..2023-11-04&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Afcollonval+updated%3A2021-04-10..2023-11-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2021-04-10..2023-11-04&type=Issues) | [@lckr](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Alckr+updated%3A2021-04-10..2023-11-04&type=Issues)
26-
27-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lckr/jupyterlab_variableinspector",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Variable inspector extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)