Skip to content

v0.0.25

Compare
Choose a tag to compare
@axelboc axelboc released this 28 Jul 12:23
· 1838 commits to main since this release

@h5web/app

  • ✨ New NxRGB visualization for NeXus entities with rgb-image interpretation (based on RGB visualization added in v0.0.24) #737
  • ✨ NeXus group are identified by NX badges in the Explorer #746
  • [Matrix] Data can be downloaded as CSV #739
  • [Heatmap] New square root normalization for color scale #744
  • 🐛 [Line] Fix tooltip not covering the whole canvas for non-linear scales #748
  • [Matrix, Scalar] Change display of complex numbers #761
  • Clearer error message when entity is not found with H5GroveProvider #765

@h5web/lib

  • ✨ New toolbar button components: Btn (generic button) and DownloadBtn (anchor button for downloading a file from a URL)
  • [ScaleSelector] New optional prop options to set the ScaleType options (falls back to all ScaleType values) #767
  • [HeatmapVis, LineVis] New prop renderTooltip: a function that receives the tooltip's current coordinates, indices and abscissa/ordinate values and allows customising the content of the tooltip #757
  • [JupyterProvider] Updated API to jupyterlab_hdf v0.6.0 #749
  • [H5GroveProvider] Updated API to h5grove v0.4.0 #750

Screenshots

NX badges and NxRGB visualization

image

Square root normalization

image

New complex format and CSV button in Matrix visualization

image