Skip to content

umatrix v1.1.2

Compare
Choose a tag to compare
@iyassou iyassou released this 15 Jul 09:30
· 3 commits to master since this release
f9aca7f

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.