Releases: WhyAreAllTheseTaken/static-array
Releases · WhyAreAllTheseTaken/static-array
Static Array Version 0.5.0
Added
- Implemented
DerefMutforHeapArray,HeapArray2DandHeapArray3D.
Full Changelog: v0.4.0...v0.5.0
Static Array Version 0.4.0
Added
- Add a new feature flag
rayonthat enables support for creating arrays in parallel. This uses therayoncrate. - Add
from_fn_parmethods 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
HeapArray2DorHeapArray3D.
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
stdcrate. The crate only requiresallocnow.
Static Array Version 0.1.0
The initial release of the static array crate.