v11.2.0
Full Changelog: v11.1.1...v11.2.0
🎉 This release brings a new provider, H5WasmLocalFileProvider
. Contrary to H5WasmProvider
, which requires files to be loaded entirely into memory, H5WasmLocalFileProvider
uses a web worker to enable partial reads. This allows reading local HDF5 files of virtually any size! Keep an eye out for upcoming releases of myHDF5 and the VS Code extension, or give it a try right away in the h5wasm demo!
@h5web/app
- ✨
< RGB >
Allow flipping RGB visualizations on X and Y #1608 - ✨ Add NX Note visualization with support for JSON MIME type #1606
- 🐛 Fix styling of raw JPEG/PNG images in some contexts #1600
@h5web/lib
[RgbVis]
Add propsflipXAxis
andflipYAxis
#1608
@h5web/h5wasm
- 🥳 Add new
H5WasmLocalFileProvider
, which supports reading local HDF5 files of any size #1604 - Improve support for empty datasets and attributes #1602