Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.59 KB

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: https://github.com/Tomaso2468/static-array/compare/v0.3.0...v0.4.0

Changes

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.

Changes

Major Changes

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

Changes

The initial release of the static array crate.

Changes