Skip to content

Commit ab68f8d

Browse files
committed
Publish 3.2.4
SHA256 hashes: lckr-jupyterlab_variableinspector-3.2.4.tgz: 337e035026c8c1350ff6f3da99d0913f5c126cfc2b43bfdbb86e1a0a2907a013 lckr_jupyterlab_variableinspector-3.2.4-py3-none-any.whl: 36c529dc07f258f66ebcbb4fb4551e410ccc039a6ecc7ad693bbedc79f4e4b12 lckr_jupyterlab_variableinspector-3.2.4.tar.gz: 9bad61401ef24cbdd4bc000d882038bbdd9d79550f624bd1930978dd56dddf7b
1 parent dd7e695 commit ab68f8d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.2.4
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.3...dd7e6954cc20cc2273a635d9acf803efb2e34595))
8+
9+
### Enhancements made
10+
11+
- Lazily import modules like numpy/pandas/keras [#320](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/320) ([@martinRenou](https://github.com/martinRenou))
12+
- Improve pandas dataframe inspection [#319](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/319) ([@martinRenou](https://github.com/martinRenou))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/graphs/contributors?from=2024-09-03&to=2024-09-05&type=c))
17+
18+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2024-09-03..2024-09-05&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3AmartinRenou+updated%3A2024-09-03..2024-09-05&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 3.2.3
623

724
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.2...3f3853d9ba99eb2f3c2e9d6e045a708ebddc9353))
@@ -21,8 +38,6 @@
2138

2239
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Adependabot+updated%3A2024-08-30..2024-09-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2024-08-30..2024-09-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3AmartinRenou+updated%3A2024-08-30..2024-09-03&type=Issues)
2340

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2641
## 3.2.2
2742

2843
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.1...aecd6baa8ac0af81bb21a221c6b156ab84e161ae))

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.2.3",
3+
"version": "3.2.4",
44
"description": "Variable inspector extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)