Skip to content

v0.0.24

Compare
Choose a tag to compare
@loichuder loichuder released this 30 Jun 14:22
· 1896 commits to main since this release

@h5web/app

  • ✨ New RGB visualisation (#721 #723 #725) for HDF5 image datasets with:
    • three dimensions (the RGB channels being the deepest one);
    • float or integer values;
    • an attribute CLASS set to IMAGE;
    • no attribute IMAGE_SUBCLASS or an attribute IMAGE_SUBCLASS set to IMAGE_TRUECOLOR (the only supported subclass).
  • [Heatmap] Y axis can be flipped #719
  • 🐛 Fix tooltip showing when panning #726
  • Explorer and breadcrumbs now show the HDF5 file's filename instead of its entire path. The file path is now visible when inspecting the root group's metadata. #722 #734

@h5web/lib

  • 🐛 Prevent HTML annotations from overflowing canvas #726
  • Reorganize storybook and add stories showing tooltip and pan-zoom interactions #729
  • Rename H5CoreProvider to H5GroveProvider. #720
  • Add FlipYAxisToggler toolbar control #731

Screenshots

RGB visualisation

image

Y-axis flip

image