Skip to content

Releases: silx-kit/vscode-h5web

v0.1.7

16 Sep 08:07
v0.1.7
1018344
Compare
Choose a tag to compare

Support JLD2 files

JLD2 is a file type natively created by the Julia programming language, which is heavily used in high-performance scientific programs. JLD2 makes heavy use of committed datatypes, which were poorly supported in H5Web and h5wasm.

  • 🐛 These issues have been corrected, which means that JLD2 files can now be opened safely. #46 #47
  • 🧩 Additionally, the extension is now configured to open .jld2 files automatically. #48

Upgrade H5Web

  • ✨ Preserve dimension mapping and slicing when possible, notably when toggling inspect mode or selecting another dataset with the same dimensions
  • ✨ Support visualizing enum datasets and signals
  • ✨ Support variable-length datasets
  • ✨ Support inspecting metadata of committed datatypes

For the full list of changes, please refer to the release notes for v13.0.0

Preserve dimension mapping Enum visualisation
maintain-dim-mapping image

v0.1.6

25 Jun 14:26
a114692
Compare
Choose a tag to compare

Upgrade H5Web

  • ✨ Support virtual datasets with compressed local sources
  • < NX Line, NX Heatmap > Support complex auxiliary signals
  • < Line > Replace Autoscale toggle in toolbar with domain widget to allow customising the y axis domain
  • < Compound > Visualize compound scalar datasets
  • < Raw > Add toggle to fit raw JPEG/PNG images to viewport (on by default)
  • 🐛 < Raw > Disable dark mode on raw JPEG/PNG images
  • 🐛 Don't capitalize attribute names in metadata viewer
  • ⚡ Reduce delay when slicing through a dimension whenever the target slice is already in the cache
  • Make variable-length string types explicit in metadata viewer
  • Allow inspecting HDF5 string padding metadata with h5grove (>=2.2.0), h5wasm and HSDS providers

For the full list of changes, please refer to the release notes for v12.0.0

Complex auxiliary signals Scalar compound
image image

v0.1.5

19 Apr 12:26
ed5665b
Compare
Choose a tag to compare

✨ Allow opening HDF5 files larger than 2 GB #41

Previously, when you tried to open a file larger than 2 GB, you would see an error in the H5Web webview editor. Now, you will be able to browse for the file manually from inside the webview, and in doing so, bypass the file size limitation.

Peek 2024-04-19 13-54

v0.1.4

19 Apr 11:09
7e56039
Compare
Choose a tag to compare

Upgrade H5Web

  • < RGB > Allow flipping RGB visualizations on X and Y
  • ✨ Add Nx Note visualization with support for JSON MIME type
  • Improve support for empty datasets and attributes

For the full list of changes, please refer to the release notes for v11.2.0

RGB x/y flip NX Note visualization
322391976-b8d3438b-0073-4ff3-b7a1-9a96c8a2607c image

v0.1.3

26 Mar 13:09
db5cb5e
Compare
Choose a tag to compare

Upgrade H5Web

  • < Raw > Display JPEG/PNG images stored as opaque datasets
  • 🐛 < Raw > Fix error when encountering bigints in compound datasets
  • < Heatmap > Add toolbar control to flip X axis
  • < NX Heatmap > Support NeXus auxiliary signals
  • 5️⃣ Propagate HDF5 errors to viewer so they can be properly handled and displayed

For the full list of changes, please refer to the release notes for v11.1.0 and v11.1.1

Opaque JPEG/PNG Flip X axis Auxiliary signal selection
image flip-x nx-image-aux

v0.1.2

15 Feb 13:01
df5ae7d
Compare
Choose a tag to compare
  • 📂 Add Blosc2 and Bitshuffle compression plugins.
  • ✨ Bump H5Web from v10.1.0 to v11.0.0
    • [H5WasmProvider] Support lazy-loading Blosc2 and Bitshuffle compression plugins
    • [H5WasmProvider] Correctly parse the following advanced HDF5 types: H5T_OPAQUE, H5T_VLEN, and H5T_REFERENCE so they no longer appear as Unknown in the metadata viewer.
    • For the full list of changes, please refer to the release notes for v11.0.0

v0.1.1

06 Feb 13:08
46dc4b7
Compare
Choose a tag to compare
  • 🐛 Fix compression plugins failing to load under symlinked user directory.

v0.1.0

06 Feb 13:08
a0771d3
Compare
Choose a tag to compare

⚠️ Requires VS Code 1.86.0 (January 2024) or later.

  • 📂 Support the following seven HDF5 compression plugins: Blosc, bzip2, LZ4, LZF, SZ, ZFP and Zstandard. The plugins are loaded on demand when visualizing compressed datasets. #35
  • 🧩 Open .loom files in H5Web by default #36
  • ✨ Bump H5Web from v10.0.0 to v10.1.0
    • [H5WasmProvider] Support lazy-loading seven compression plugins
    • < NX Heatmap > Fix min axis array length off by 1 in error message
    • For the full list of changes, please refer to the release notes for v10.1.0

v0.0.11

17 Oct 14:48
5d7074a
Compare
Choose a tag to compare
  • ✨ Upgrade to React 18 and bump H5Web from v9.0.0 to v10.0.0
    • < Matrix > Support visualising compound datasets containing (u)int64 data#30
    • < Line, Heatmap > Support visualizing boolean datasets
    • For the full list of changes, please refer to the release notes for v10.0.0

v0.0.10

07 Sep 12:03
8731a71
Compare
Choose a tag to compare
  • ✨ Rerender automatically on file changes #31
  • < Matrix, Line > Support exporting dataset/slice to CSV#23 by @mandrew9
  • < Raw > Support exporting dataset to JSON #29
  • Fall back gracefully when diffing untracked files #32
  • Bump H5Web from v8.0.0 to v9.0.0 #29
    • Allow zooming on very thin selection boxes
    • Fix heatmap snapshot feature and, more generally, fix saving WebGL canvas as image via "save image as"
    • Parse nested array types
    • For the full list of changes, please refer to the release notes for v9.0.0