From ab68f8d1a47f9a24aa1da3c25c571738536cdac0 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 5 Sep 2024 09:46:27 +0000 Subject: [PATCH] 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 --- CHANGELOG.md | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46571e8..e4162da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 3.2.4 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.3...dd7e6954cc20cc2273a635d9acf803efb2e34595)) + +### Enhancements made + +- Lazily import modules like numpy/pandas/keras [#320](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/320) ([@martinRenou](https://github.com/martinRenou)) +- Improve pandas dataframe inspection [#319](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/319) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([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)) + +[@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) + + + ## 3.2.3 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.2...3f3853d9ba99eb2f3c2e9d6e045a708ebddc9353)) @@ -21,8 +38,6 @@ [@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) - - ## 3.2.2 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.2.1...aecd6baa8ac0af81bb21a221c6b156ab84e161ae)) diff --git a/package.json b/package.json index 4f4c279..d7a4a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lckr/jupyterlab_variableinspector", - "version": "3.2.3", + "version": "3.2.4", "description": "Variable inspector extension for JupyterLab", "keywords": [ "jupyter",