Skip to content

v0.7.8

Latest
Compare
Choose a tag to compare
@bmaranville bmaranville released this 06 Sep 20:01

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.