Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: usnistgov/h5wasm

v0.8.8

13 Nov 21:41

Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.8

v0.8.6

30 Sep 18:46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

10 Sep 19:15

Choose a tag to compare

v0.8.5 2025-09-10

Changed

  • adjusted optimization level during build to -O2 from -O3 to preserve exported names

Full Changelog: v0.8.4...v0.8.5

v0.8.4

10 Sep 14:09

Choose a tag to compare

v0.8.4 2025-09-10

Added

  • add realloc symbol needed by bzip2 filter at runtime

Full Changelog: v0.8.3...v0.8.4

v0.8.3

11 Jul 21:13

Choose a tag to compare

What's Changed

  • add symbols needed by bitshuffle filter at runtime

Full Changelog: v0.8.2...v0.8.3

v0.8.2

11 Jul 13:50

Choose a tag to compare

What's Changed

  • added export symbols needed by blosc filter at runtime

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Apr 21:43

Choose a tag to compare

What's Changed

  • added remaining export symbols needed by JPEG filter at runtime

Full Changelog: v0.8.0...v0.8.1

v0.8.0

14 Apr 21:09

Choose a tag to compare

What's Changed

  • Bump esbuild from 0.15.18 to 0.25.0 by @dependabot in #93
  • Add Uint8ClampedArray to TypedArray_to_dtype mapping by @zengspr in #94
  • update to new build of libhdf5-wasm, built with emscripten 3.1.68 by @bmaranville in #96
    • using libhdf5 1.14.6
  • add export symbols needed by JPEG compression filter by @bmaranville in #97

New Contributors

Full Changelog: v0.7.9...v0.8.0

v0.7.9

09 Jan 21:35

Choose a tag to compare

v0.7.9 2025-01-09

Fixed

  • Added total_size to metadata for VLEN datasets before further processing, fixes #89

v0.7.8

06 Sep 20:01

Choose a tag to compare

v0.7.8 2024-09-06

Added

  • Add close_file method to Module API: close_file(file_id: bigint): number;

Fixed

  • Fix accessing attributes of committed datatype with my_datafile.attrs.
  • Fix calling get_attribute_names method of Module API on committed datatype.

Changed

  • Mark optional parameters as such in the TypeScript declarations of the following H5Module methods: open, create_dataset, create_group, create_vlen_str_dataset and get_keys_vector.