You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.