Skip to content

umatrix v1.1

Compare
Choose a tag to compare
@iyassou iyassou released this 22 Aug 10:33
1306736

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.