Skip to content

Releases: silx-kit/myhdf5

16 September, 2024

16 Sep 08:24
e1e6a2c
Compare
Choose a tag to compare

Upgrade H5Web

  • ✨ Preserve dimension mapping and slicing when possible, notably when toggling inspect mode or selecting another dataset with the same dimensions
  • ✨ Support visualizing enum datasets and signals
  • ✨ Support variable-length datasets
  • ✨ Support inspecting metadata of committed datatypes

For the full list of changes, please refer to the release notes for v13.0.0

Preserve dimension mapping Enum visualisation
maintain-dim-mapping image

25 June, 2024

25 Jun 14:03
f631150
Compare
Choose a tag to compare

Upgrade H5Web

  • ✨ Support virtual datasets with compressed local sources
  • < NX Line, NX Heatmap > Support complex auxiliary signals
  • < Line > Replace Autoscale toggle in toolbar with domain widget to allow customising the y axis domain
  • < Compound > Visualize compound scalar datasets
  • < Raw > Add toggle to fit raw JPEG/PNG images to viewport (on by default)
  • 🐛 < Raw > Disable dark mode on raw JPEG/PNG images
  • 🐛 Don't capitalize attribute names in metadata viewer
  • ⚡ Reduce delay when slicing through a dimension whenever the target slice is already in the cache
  • Make variable-length string types explicit in metadata viewer
  • Allow inspecting HDF5 string padding metadata with h5grove (>=2.2.0), h5wasm and HSDS providers

For the full list of changes, please refer to the release notes for v12.0.0

Complex auxiliary signals Scalar compound
image image

3 June, 2024

03 Jun 12:12
56f1324
Compare
Choose a tag to compare
  • 🎉 Support CSV export on Line and Matrix visualizations.

    image

19 April, 2024

19 Apr 08:23
681e72a
Compare
Choose a tag to compare

Upgrade H5Web

  • 😍 Support opening local HDF5 files of any size!
  • < RGB > Allow flipping RGB visualizations on X and Y
  • ✨ Add Nx Note visualization with support for JSON MIME type
  • Improve support for empty datasets and attributes

For the full list of changes, please refer to the release notes for v11.2.0

RGB x/y flip NX Note visualization
322391976-b8d3438b-0073-4ff3-b7a1-9a96c8a2607c image

Other changes

  • 🐛 Fix URL encoding of error report for Thunderbird mail client #4

26 March, 2024

26 Mar 10:50
016dc64
Compare
Choose a tag to compare

Upgrade H5Web

  • < Raw > Display JPEG/PNG images stored as opaque datasets
  • 🐛 < Raw > Fix error when encountering bigints in compound datasets
  • < Heatmap > Add toolbar control to flip X axis
  • < NX Heatmap > Support NeXus auxiliary signals
  • 5️⃣ Propagate HDF5 errors to viewer so they can be properly handled and displayed

For the full list of changes, please refer to the release notes for v11.1.0 and v11.1.1

Opaque JPEG/PNG Flip X axis Auxiliary signal selection
image Peek 2024-03-26 11-46 nx-image-aux

15 February, 2024

15 Feb 12:47
f0a9741
Compare
Choose a tag to compare
  • ✨ Add Blosc2 and Bitshuffle compression plugins in addition to the plugins already available. myHDF5 now supports reading datasets compressed with any of the plugins available in [email protected].
  • ✨ Bump H5Web from v10.1.0 to v11.0.0
    • [H5WasmProvider] Support lazy-loading Blosc2 and Bitshuffle compression plugins
    • [H5WasmProvider] Correctly parse the following advanced HDF5 types: H5T_OPAQUE, H5T_VLEN, and H5T_REFERENCE so they no longer appear as Unknown in the metadata viewer.
    • For the full list of changes, please refer to the release notes for v11.0.0