Skip to content

Release 3.2.0

Latest
Compare
Choose a tag to compare
@Siddhesh-Agarwal Siddhesh-Agarwal released this 02 Jan 11:11
· 1 commit to main since this release
  • Completely moved away from twine in favour of poetry.
  • Rename __pow__ method to pow in Vector class.
  • Type hints added to all methods of both Matrix and Vector classes.
  • Refactored multiple methods across both classes to improve time/space complexity.
  • Added better type checking to __init__ method of Matrix class.
  • Better support for __matmul__ method in Vector and Matrix classes.

NOTE: Python 3.6 and 3.7 are still supported even though they have reached EOL.