umatrix v1.1
New functionality
v1.1 introduces numpy
-like matrix slicing support.
Performance improvement on v1.0
Slow __getitem__
calls within the det
and inverse
as well as other functions were replaced with a local variable caching self.rows
: fractions of a millisecond were gained.
Deprecated
The size
method has been dropped in favour of shape
.