Releases: braedynl/matrixlib
Version 0.3.2
Version 0.3.1
See the changelog for details.
Version 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.
Version 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.
Version 0.2.2
Minor update to add py.typed file and to fix incorrect ComplexMatrixLike
type argument. Changes from 0.2.0 still apply.
Version 0.2.1
Minor update to fix headline description and missing stub files in PyPi release. Changes from 0.2.0 still apply.
Version 0.2.0
Matrix sub-classing with enhanced typing support in preparation for Python 3.11.
See the changelog for more details.
Version 0.1.0
The first official version of Matrices-Py.
A few bugs are expected in this initial release, and so a "true" v1.0.0 release will not be done until proven stable. Please feel free to open an issue!