umatrix v1.1.2
Changes and Fixes
- Removed
from math import floor
, using//
instead. - Fixed uncaught exception in
__mul__
. - Fixed error in lesser traveled
__getitem__
path that resulted in column and row index reversal.
from math import floor
, using //
instead.__mul__
.__getitem__
path that resulted in column and row index reversal.