Skip to content

Releases: silx-kit/vscode-h5web

v0.0.9

02 Jun 11:49
0a6188c
Compare
Choose a tag to compare
  • 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

Peek 2023-05-23 14-33

Cubehelix

image

Chunks

image

v0.0.8

13 Apr 10:00
80390e4
Compare
Choose a tag to compare
  • ❇️ 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

13 Feb 08:45
948f6e4
Compare
Choose a tag to compare
  • ❇️ 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

10 Feb 15:56
2651deb
Compare
Choose a tag to compare
  • 🔄 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

06 Sep 10:29
Compare
Choose a tag to compare
  • Bump H5Web from v6.1.0 to v6.2.1
    • Adds support for int64 attributes, amongst other dtypes (fixes #15)
    • For the full list of changes, please refer to the release notes for v6.2.0 and v6.2.1

v0.0.4

22 Jul 07:59
Compare
Choose a tag to compare
  • 🧩 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

20 Jul 15:13
Compare
Choose a tag to compare
  • 🧩 Add .nc extension #4
  • 📝 List supported HDF5 filename extensions in README #4

v0.0.2

20 Jul 15:11
Compare
Choose a tag to compare
  • 🐛 Allow opening files outside of workspace folder #3
  • 📝 Update README with known limitations #1

v0.0.1

20 Jul 15:10
Compare
Choose a tag to compare