0.4.0
- Removed special cased
Vector
,Matrix2
andMatrix3
classes in
favor of a more genericF64Array
. - Fixed serialization of non-dense arrays.
- Allowed slicing an
F64Array
with a customstep
. - Added a special attribute
V
for n-d slicing the array. - Removed
stochastic
andindexedStochastic
. - Added
axis
toF64Array.append
,F64Array.slice
andF64Array.reorder
. - Added
Array<*>.toF64Array
for converting nested arrays to strided ones.