Skip to content

Commit 19366c6

Browse files
committed
(Update the changelog)
1 parent 0d7baab commit 19366c6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Changed
6+
7+
- Allow chunk dimensions to exceed dataset dimensions for resizable datasets.
8+
- Default HDF5 location should now be detected automatically on Fedora Linux.
9+
310
## 0.5.1
411

512
### Added
@@ -17,12 +24,12 @@
1724
### Added
1825

1926
- Added support for HDF5 1.10.
20-
- Added Rust equivalents of HDF5 primitives: arrays, Unicode strings and ASCII strings – all of
27+
- Added Rust equivalents of HDF5 primitives: arrays, Unicode strings and ASCII strings – all of
2128
them available in both fixed-size or variable-length flavours (`hdf5-types` crate).
2229
- Added `H5Type` trait that unifies the types that can be handled by the HDF5 library. This trait
2330
is implemented by default for all scalar types, tuples, fixed-size arrays and all types in
2431
`hdf5-types` and can be used to create `Datatype` objects.
25-
- Implemented `#[derive(H5Type)]` proc macro that allows for seamless mapping of user-defined
32+
- Implemented `#[derive(H5Type)]` proc macro that allows for seamless mapping of user-defined
2633
structs and enums to their HDF5 counterparts.
2734
- Added high-level wrappers for file-creation H5P API (`plist::FileCreate`) and
2835
file-access H5P API (`plist::FileAccess`), covering almost the entirety of
@@ -32,9 +39,9 @@
3239
- Added support for MPIO driver (HDF5 has to be built with H5_HAVE_PARALLEL and
3340
the crate has to be built with "mpio" feature enabled).
3441
- Added support for direct VFD driver (HDF5 has to be built with H5_HAVE_DIRECT).
35-
- Added some missing bindings to `hdf5-sys`: driver-related FAPL bindings
42+
- Added some missing bindings to `hdf5-sys`: driver-related FAPL bindings
3643
in h5p/h5fd (including MPIO and direct VFD drivers), MPIO bindings in h5p/h5f/h5fd.
37-
- Added core reading/writing API in `Container`, with support for reading/writing scalars,
44+
- Added core reading/writing API in `Container`, with support for reading/writing scalars,
3845
1-d, 2-d, and dynamic-dimensional arrays, and raw slices. As a side effect, the main crate
3946
now depends on `ndarray`. `Dataset` now dereferences to `Container`.
4047
- Added basic support for reading and writing dataset slices.

0 commit comments

Comments
 (0)