Skip to content

Releases: WhyAreAllTheseTaken/static-array

Static Array Version 0.5.0

25 Jan 19:37
Compare
Choose a tag to compare

Added

  • Implemented DerefMut for HeapArray, HeapArray2D and HeapArray3D.

Full Changelog: v0.4.0...v0.5.0

Static Array Version 0.4.0

25 Jan 17:39
Compare
Choose a tag to compare

Added

  • Add a new feature flag rayon that enables support for creating arrays in parallel. This uses the rayon crate.
  • Add from_fn_par methods that create an array in parallel using rayon.

Full Changelog: v0.3.0...v0.4.0

Static Array Version 0.3.0

15 Jan 19:45
Compare
Choose a tag to compare

Added

  • Added the ability to index a subarray of a HeapArray2D or HeapArray3D.

Removed

  • Removed the ability to index a multidimensional array using a tuple index.

Static Array Version 0.2.0

15 Jan 14:07
Compare
Choose a tag to compare

Major Changes

  • Removed the dependency on the std crate. The crate only requires alloc now.

Static Array Version 0.1.0

13 Jan 20:54
Compare
Choose a tag to compare

The initial release of the static array crate.