Releases: WhyAreAllTheseTaken/static-array
Releases · WhyAreAllTheseTaken/static-array
Static Array Version 0.5.0
Added
- Implemented
DerefMut
forHeapArray
,HeapArray2D
andHeapArray3D
.
Full Changelog: v0.4.0...v0.5.0
Static Array Version 0.4.0
Added
- Add a new feature flag
rayon
that enables support for creating arrays in parallel. This uses therayon
crate. - Add
from_fn_par
methods that create an array in parallel usingrayon
.
Full Changelog: v0.3.0...v0.4.0
Static Array Version 0.3.0
Added
- Added the ability to index a subarray of a
HeapArray2D
orHeapArray3D
.
Removed
- Removed the ability to index a multidimensional array using a tuple index.
Static Array Version 0.2.0
Major Changes
- Removed the dependency on the
std
crate. The crate only requiresalloc
now.
Static Array Version 0.1.0
The initial release of the static array crate.