Skip to content

Commit 05a5074

Browse files
committed
Note float16 support in the changelog
1 parent ac92e96 commit 05a5074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
- Add a `ByteReader` which implements `std::io::{Read, Seek}` for 1D `u8`
1010
datasets. Usage via `Dataset::as_byte_reader()`.
1111
- Add `chunk_visit` to visit all chunks in a dataset.
12-
- Implement `H5Type` for `num_complex::Complex`.
12+
- Add support for float16 values (`half::f16`), enabled via "f16" feature.
13+
- Add support for complex numbers (`num_complex::Complex`), enabled via "complex".
1314
- Adding feature `static` for the `hdf5` crate which downloads and builds a bundled HDF5.
1415

1516
### Changed

0 commit comments

Comments
 (0)