v0.7.8
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
andget_keys_vector
.