Releases: silx-kit/jupyterlab-h5web
Releases · silx-kit/jupyterlab-h5web
v1.0.0
Support of JupyterLab v3 and migration to prebuilt extension #50
This release brings support for JupyterLab 3.0.x, 3.1.x and 3.2.x versions. The extension is now prebuilt, meaning that NodeJS is no longer needed to install it.
JupyterLab 2.x is still supported by the 0.x versions of the extension.
Other changes
- Update h5web to 1.1.0
- Fix a bug where installing the extension could prevent renaming or deleting in the filebrowser #65
Full Changelog: v0.0.12...v1.0.0
v0.0.13
- Update h5web to 1.1.0
- Fix a bug where installing the extension could prevent renaming or deleting in the filebrowser (backport of #65)
- Update dependencies and documentation to reflect the fact that 0.x versions only support JupyterLab 2 #63
Full Changelog: v0.0.12...v0.0.13
v0.0.12
- Update h5web to 1.0.0 #59
- Make handlers compatible with all h5grove versions #58
- h5grove v0.0.11 supports Reference and RegionReference by stringifying them.
- Fix dark mode not applied correctly #60
v0.0.11
- Fix HDF path join on Windows #56
v0.0.10
- Prevent HDF5 file content fetching when opening in the file browser (patch of #24)
v0.0.9
- Updated h5web to 0.0.27
- Fixes #45
- Improves the behaviour of the h5web notebook cell for long filenames #47
v0.0.8
- Now using
jupyterlab_h5web
instead of jupyterlab_hdf
to serve HDF5 files contents. This fixes the following issues:
- The path given to
H5Web
widget is now resolved relatively to the working directory and can be absolute #37
- Add support for external links #39
- Handle base directory correctly for JupyterLab 3.x #41
- Updated h5web to 0.0.24
- Changed dark mode implementation #32
v0.0.7
h5web can be used in notebooks 📓 ! 🎉
Demo available on Binder !
Release notes
- Updated
@h5web/app
to 0.0.14
- Added
H5Web
notebook widget to jupyterlab_h5web
Python package
v0.0.6
- Updated
@h5web/app
from 0.0.11 to 0.0.13.
- Given the possibility to install the extension on JupyterLab 3 (not officially supported yet).
v0.0.5
- Updated
@h5web/app
to version 0.0.11
- h5web has now a dark theme displayed when the JupyterLab's dark theme is on