- reverse / flip the matrix method added
comparseobject
deprecated in favor ofcompare
concatenate
,diagonal
,reshape
,transpose
andflatten
are vectorized nowtranspose
bug fixed"'double' is not a subtype of type 'int'"
- Fixed slice type issue
- fix slice function, update test file (@DavidBrynnHouse)
- 2d array slicing
Null and Safety added
- big update
- matrix
min()
,max()
operations added
- small bugs fixed
- added 2d matrix
concatenate()
- added extension support on list or matrix
- new README.md
- 3 new operations added
- Matrix2d released with 13 array operations.