We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beedad commit cfb2714Copy full SHA for cfb2714
CHANGELOG.md
@@ -9,6 +9,10 @@
9
- `File::create_plist()` or `File::fcpl()` to get file creation plist.
10
- Added high-level wrappers for dataset access H5P API (`plist::DatasetAccess`).
11
- Added `hdf5::is_library_threadsafe()` function.
12
+- Added `Group::member_names()`.
13
+- Added `Datatype::byte_order()`.
14
+- Added `Dataset::num_chunks()` (1.10.5+).
15
+- Added `Dataset::chunk_info()` (1.10.5+).
16
17
### Changed
18
@@ -44,6 +48,7 @@
44
48
### Fixed
45
49
46
50
- Replaced deprecated `std::mem::uninitialized` with `std::mem::MaybeUninit`.
51
+- Fixed a serde-related problem with building `hdf5-sys` on Windows.
47
52
53
## 0.5.2
54
0 commit comments