See the [changelog](https://braedynl.github.io/matrixlib/changelog.html) for details.
0.3.1
See the [changelog](https://braedynl.github.io/matrixlib/changelog.html) for details.
0.3.0
Version 0.3.0 is a complete re-write of the library, as the design philosophy has drastically shifted from the state of prior versions.
Use of prior versions is ill-advised, and will go undocumented to prevent their use. This is a **beta** release - further testing is being conducted at the moment.
0.2.3
Support for `Matrix` and `Shape` pattern matching through Python 3.10's `match` statement, and customizable string formatting.
See the changelog for more details.
0.2.2
Minor update to add py.typed file and to fix incorrect `ComplexMatrixLike` type argument. Changes from 0.2.0 still apply.
0.2.1
Minor update to fix headline description and missing stub files in PyPi release. Changes from 0.2.0 still apply.