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 fa662a0 commit af91410Copy full SHA for af91410
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- `File::access_plist()` or `File::fapl()` to get file access plist.
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
13
### Changed
14
@@ -38,7 +39,8 @@
38
39
as a result `error-chain` dependency has been dropped.
40
- `hdf5::Error` is now convertible from `ndarray::ShapeError`;
41
`hdf5::ResultExt` trait has been removed.
-
42
+- Renamed `hdf5::hdf5_version()` to `hdf5::library_version()`.
43
+
44
### Fixed
45
46
- Replaced deprecated `std::mem::uninitialized` with `std::mem::MaybeUninit`.
0 commit comments