Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@MrUnbelievable92 MrUnbelievable92 released this 06 Oct 04:28

Fixes

  • This version is compatible with MaxMath v2.2.0

Improvements

  • Improved performance of Swap methods for all bitarray types and thus all Shuffle methods, if BMI is not supported

Additions

  • Added SetFirst, SetLast, ResetFirst and ResetLast functions to all bitarray types
  • Added CopyTo functions to all bit array types, which copy bool values or bits to managed arrays, native containers or native bit arrays, respectively
  • Added bit array constructors that take in bool NativeLists, NativeSlices or NativeBitArrays
  • Added explicit type conversion operators between all non-allocating bit array types

Changes

  • API BREAKING CHANGE: Renamed Enumerator<T> and NativeEnumerator<T> to ArrayEnumerator<T> and NativeArrayEnumerator<T>, respectively
  • Bump MaxMath to version 2.2.0
  • Bump C Sharp Dev Tools to version 1.0.6