Skip to content

v0.1.7

Latest
Compare
Choose a tag to compare
@axelboc axelboc released this 16 Sep 08:07
v0.1.7
1018344

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