Skip to content

Releases: braedynl/matrixlib

Version 0.3.2

03 Apr 01:18
d67a507
Compare
Choose a tag to compare

See the changelog for details.

Version 0.3.1

30 Mar 00:55
9eadb41
Compare
Choose a tag to compare

See the changelog for details.

Version 0.3.0

29 Mar 02:12
Compare
Choose a tag to compare

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

13 Nov 01:53
f8eff87
Compare
Choose a tag to compare

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

02 Nov 19:01
9007909
Compare
Choose a tag to compare

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

02 Nov 04:58
Compare
Choose a tag to compare

Minor update to fix headline description and missing stub files in PyPi release. Changes from 0.2.0 still apply.

Version 0.2.0

02 Nov 04:04
fc2a950
Compare
Choose a tag to compare

Matrix sub-classing with enhanced typing support in preparation for Python 3.11.

See the changelog for more details.

Version 0.1.0

06 Sep 01:25
Compare
Choose a tag to compare

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!