Skip to content

Latest commit

 

History

History
167 lines (74 loc) · 6 KB

CHANGELOG.md

File metadata and controls

167 lines (74 loc) · 6 KB

1.17.0 (2023-02-21)

Features

1.16.1 (2023-01-22)

Bug Fixes

  • fixed undefined eigenvectors (c097e03)

1.16.0 (2023-01-20)

Features

1.15.0 (2023-01-19)

Bug Fixes

  • adding docs, and tests for eigen (5f57513)

Features

  • added eigenvalues and vectors (b1c0543)
  • added eigenvalues and vectors (f7901bf)

1.14.0 (2023-01-15)

Features

1.13.0 (2023-01-15)

Features

  • solves inconsistent n x m system (22981d3)

1.12.0 (2023-01-15)

Features

  • solves n x m consistent systems (eb50f3d)

1.11.0 (2023-01-13)

Features

  • paramaterized vector solutions (83da35f)

1.10.0 (2023-01-11)

Features

  • added pivots and basic system solutions (a799528)

1.9.0 (2023-01-08)

Features

1.8.0 (2023-01-04)

Features

  • added support for trace and diagonal of Matrix (83f0dfe)
  • trace and diagonals (600438f)

1.7.0 (2022-12-30)

Features

  • added zeros, empty, ones matrix (aa84904)

1.6.0 (2022-12-27)

Features

  • adding zeros, ones, empty, vstack and hstack vectors (09af00f)

1.5.0 (2022-12-27)

Bug Fixes

Features

  • transpose and determinants (485880f)

1.4.0 (2022-12-21)

Features

  • added basic matrix operations (25472f6)

1.3.0 (2022-12-18)

Bug Fixes

Features

  • added matrix and linear transformations (d47ea35)

1.2.0 (2022-12-15)

Bug Fixes

  • fixed types and doc generation (8a45c55)

Features

  • added a tensorflow based vector (ded0c1c)
  • adding basic vector functionality (4db2164)

1.1.0 (2022-12-13)

Bug Fixes

Features

  • adding tensorflow singleton (7129b0c)

1.0.0 (2022-09-07)

Bug Fixes

Features

  • basic rref function from substack (ec69ce8)