Releases: silx-kit/vscode-h5web
Releases · silx-kit/vscode-h5web
v0.0.9
- ✨ Bump H5Web from v7.1.0 to v8.0.0
- Show NeXus axis labels when hovering dimension buttons D0, D1, ...
- Add Cubehelix colormap for heatmap visualization
- Display chunks information, if any, when inspecting a dataset
- Fix support for big-endian numbers
- For the full list of changes, please refer to the release notes for v8.0.0
NeXus axis labels
Cubehelix
Chunks
v0.0.8
- ❇️ Bump H5Web from v7.0.0 to v7.1.0
- Allow searching for datasets, groups and other entities by text in the sidebar.
- Support NetCDF's
_FillValue
attribute to ignore missing data. When the attribute is set, the given value is ignored when computing the data domain and when rendering the line and heatmap visualizations. - Support unsigned 64-bit integers.
- On heatmap visualizations,
+Infinity
and-Infinity
no longer appear as transparent; they are now displayed with the lowest/highest colors of the selected color map just like any other under/over values. - For the full list of changes, please refer to the release notes for v7.0.1 and v7.1.0
v0.0.7
- ❇️ Bump H5Web from v6.5.0 to v7.0.0
- Support stacks of RGB images.
- Support NeXus RGB visualizations with custom axis datasets.
- Fix detection of RGB datasets inside
NXdata
groups. - In the heatmap toolbar, selecting a colormap range smaller than the data domain no longer reduces the slider's extent (and therefore keeps the thumbs where you drop them).
- Select-to-zoom interactions now zoom only on areas of at least 20x20px, which avoids inadvertently zooming on very small areas.
- Fix error when switching from "NX Heatmap" to "NX Line" visualization with an axis dataset longer than the signal dataset by one value (i.e. pixel boundaries).
- For the full list of changes, please refer to the release notes for v6.6.0, v6.6.1 and v7.0.0.
v0.0.6
- 🔄 Show loading message while opening large file #16
- 🚩 Show error when trying to open file bigger than 2 GB #16
- ✨ Bump H5Web from v6.2.1 to 6.5.0
- Compression filters are now listed when inspecting a dataset
- Visualizing a dataset compressed with external filters now brings out an explicit error in the UI
- Explorer can be navigated with the keyboard's arrow keys
- NeXus visualizations "NX Spectrum" and "NX Image" are renamed "NX Line" and "NX Heatmap" respectively
- Tick labels should no longer appear underneath the ordinate axis' label
- Selecting datatypes no longer brings out an error in the UI
- For the full list of changes, please refer to the release notes for v6.3.0, v6.4.0, v6.4.1 and v6.5.0
v0.0.5
v0.0.4
- 🧩 Add
.nc4
extension #11 - ✨ Allow opening any file with H5Web via Open with... and View: Reopen Editor With... #7 #12
- 📝 Mention VS Code's
workbench.editorAssociations
setting in README, which allows making H5Web the default editor for more file extensions #9 - ⚡ Remove obsolete file read when opening the viewer #8
v0.0.3
v0.0.2
v0.0.1
- 🎉 Initial release with H5Web v6.1.0