- Completely moved away from twine in favour of poetry.
- Rename
__pow__
method topow
inVector
class. - Type hints added to all methods of both
Matrix
andVector
classes. - Refactored multiple methods across both classes to improve time/space complexity.
- Added better type checking to
__init__
method ofMatrix
class. - Better support for
__matmul__
method inVector
andMatrix
classes.
NOTE: Python 3.6 and 3.7 are still supported even though they have reached EOL.