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 ac92e96 commit 05a5074Copy full SHA for 05a5074
CHANGELOG.md
@@ -9,7 +9,8 @@
9
- Add a `ByteReader` which implements `std::io::{Read, Seek}` for 1D `u8`
10
datasets. Usage via `Dataset::as_byte_reader()`.
11
- Add `chunk_visit` to visit all chunks in a dataset.
12
-- Implement `H5Type` for `num_complex::Complex`.
+- Add support for float16 values (`half::f16`), enabled via "f16" feature.
13
+- Add support for complex numbers (`num_complex::Complex`), enabled via "complex".
14
- Adding feature `static` for the `hdf5` crate which downloads and builds a bundled HDF5.
15
16
### Changed
0 commit comments