Skip to content

Releases: silx-kit/jupyterlab-h5web

v1.0.0

08 Nov 12:09
Compare
Choose a tag to compare

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

08 Nov 12:14
Compare
Choose a tag to compare
  • 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

27 Oct 14:27
Compare
Choose a tag to compare
  • 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

22 Oct 09:43
Compare
Choose a tag to compare
  • Fix HDF path join on Windows #56

v0.0.10

09 Sep 08:33
Compare
Choose a tag to compare
  • Prevent HDF5 file content fetching when opening in the file browser (patch of #24)

v0.0.9

30 Aug 12:47
Compare
Choose a tag to compare
  • Updated h5web to 0.0.27
    • Fixes #45
    • Improves the behaviour of the h5web notebook cell for long filenames #47

v0.0.8

01 Jul 06:58
Compare
Choose a tag to compare
  • 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

19 Apr 08:39
Compare
Choose a tag to compare

h5web can be used in notebooks 📓 ! 🎉

Demo available on Binder !

GIF

Release notes

  • Updated @h5web/app to 0.0.14
  • Added H5Web notebook widget to jupyterlab_h5web Python package

v0.0.6

18 Mar 15:49
Compare
Choose a tag to compare

v0.0.5

22 Feb 11:31
Compare
Choose a tag to compare
  • Updated @h5web/app to version 0.0.11
  • h5web has now a dark theme displayed when the JupyterLab's dark theme is on