Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 754 Bytes

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 754 Bytes

1.0.4

  • reverse / flip the matrix method added
  • comparseobject deprecated in favor of compare
  • concatenate, diagonal, reshape, transpose and flatten are vectorized now
  • transpose bug fixed "'double' is not a subtype of type 'int'"

1.0.3

  • Fixed slice type issue

1.0.2

  • fix slice function, update test file (@DavidBrynnHouse)

1.0.1

  • 2d array slicing

1.0.0

Null and Safety added

0.0.8

  • big update

0.0.7

  • matrix min(), max() operations added

0.0.6

  • small bugs fixed

0.0.5

  • added 2d matrix concatenate()

0.0.4

  • added extension support on list or matrix

0.0.3

  • new README.md

0.0.2

  • 3 new operations added

0.0.1

  • Matrix2d released with 13 array operations.