File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111 datasets. Usage via ` Dataset::as_byte_reader() ` .
1212- Add ` chunk_visit ` to visit all chunks in a dataset.
1313- Implement ` H5Type ` for ` num_complex::Complex ` .
14+ - Adding feature ` static ` for the ` hdf5 ` crate which downloads and builds a bundled HDF5.
1415
1516### Changed
1617
1718- The ` H5Type ` derive macro now uses ` proc-macro-error ` to emit error messages.
1819- MSRV is now ` 1.64.0 ` and Rust edition has now been bumped to 2021.
1920- Types in ChunkInfo has been changed to match HDF5.
21+ - Dependencies now uses the ` dep: ` syntax and are only enabled through features.
22+ - Some features are made weak and will not enable e.g. static build when asking for a
23+ library which is threadsafe.
24+ - Requesting a feature which is not compiled in the dynamic HDF5 library will
25+ now cause a compile time error.
2026
2127### Fixed
2228
You can’t perform that action at this time.
0 commit comments