v0.11.0
Highlights
- This release targeted
- Improving documentation
- Increasing coverage and correctness (line coverage increased from 70.66% to 78.46% since
0.10.0) - Consolidating and improving errors and their messages
- Major breaking changes
Arrayretrieve_methods now returnVec<u8>/Vec<T>instead ofBox<[u8]>/Box<[T]>- Added
ChunkShape(which wrapsVec<NonZeroU64>) and addedChunkRepresentation- Chunks can no longer have any zero dimensions
- Creating an array now requires specifying a chunk shape like
vec![1, 2, 3].try_into()?instead ofvec![1, 2, 3].into()
Full Changelog: v0.10.0...v0.11.0