Skip to content

0.4.0

Compare
Choose a tag to compare
@superbobry superbobry released this 01 Nov 12:07
· 197 commits to master since this release
  • Removed special cased Vector, Matrix2 and Matrix3 classes in
    favor of a more generic F64Array.
  • Fixed serialization of non-dense arrays.
  • Allowed slicing an F64Array with a custom step.
  • Added a special attribute V for n-d slicing the array.
  • Removed stochastic and indexedStochastic.
  • Added axis to F64Array.append, F64Array.slice and F64Array.reorder.
  • Added Array<*>.toF64Array for converting nested arrays to strided ones.