Skip to content

v0.0.27

Compare
Choose a tag to compare
@loichuder loichuder released this 12 Aug 15:19
· 1870 commits to main since this release

@h5web/app

  • 🐛 Encode query params in providers, to support filenames with special characters #774 #781
  • 🐛 Fix notebook cell sizing issue in JupyterLab when opening HDF5 files with long names #780
  • 🐛 [Line, Heatmap, Complex] Fix visualization of data containing NaN/Infinity (note that only HSDSProvider can provide such data for now) #775
  • 🐛 [Heatmap, Complex] Fix alignment of ticks in color bar #772

@h5web/lib

  • ✨ Add prop histogram to DomainSlider to display a histogram. The histogram has indicators for the current min and max bounds. #770 #778 #779 #773
  • ✨ Add scaleGamma function to create gamma scales with a given exponent (cf. this sandbox for a comparison with a regular power scale). #760 #782
  • [HeatmapVis, HeatmapMesh] To use the new gamma scale, pass a tuple of the form [ScaleType.Gamma, gammaExponent] to the scaleType prop #760
  • 🐛 [ColorBar] Fix alignment of ticks #772

Screenshots

DomainSlider histogram

Peek 2021-08-12 10-49

HeatmapVis with gamma scale (exponent of 0.5)

image