Skip to content

v1.3.0

Compare
Choose a tag to compare
@axelboc axelboc released this 03 Dec 08:14
· 1578 commits to main since this release

@h5web/app

  • [Heatmap, Line] Tooltip now shows the type of the data (e.g. float32), including in NeXus visualizations. #875
  • [Line] Auto-scale is now enabled by default so that only the current slice is fetched instead of the whole dataset. This makes the line visualization more robust for very large datasets. You may still disable the auto-scale from the toolbar to fetch the entire dataset at your own risk. #877
    • [Line] The auto-scale setting is no longer saved #877
  • ⚡ When switching to another entity in the explorer or to another visualization in the tab bar while data is still being fetched, all ongoing requests are now canceled automatically to avoid blocking requests for the new data. #886
  • ⚡ When dragging a dimension slider thumb, slices now become selected only after a short delay to avoid data requests piling up unnecessarily. #888
  • [Matrix] Scrolling through the data grid is now faster for very large datasets. #889

@h5web/lib

  • [HeatmapVis, LineVis] Add prop dtype to pass the type of the data so it can be displayed in the tooltip. #875
  • [MatrixVis] Scrolling optimised for very large datasets. #889

Screenshots

image