Release 3.0.0 #6
Siddhesh-Agarwal
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
matmath.pyhas been converted from a simple function definitions into a full-fledged function class calledMatrix.compatM()andcompatAS()fromVectorclass.__init__,__iter__,__next__,__repr__and__str__methods inVectorclass.__matmul__method and made changes to__mul__method toVectorclass.__radd__,__rsub__and__rmul__methods from vector class (methods were not needed).!=and==operator toVectorclass.arguement-arginVectorclass.__radd__and__rsub__methods toVectorclass.minor()andcofactor()methods toMatrixclass.__setitem__method inVectorclass has ben deprecated.x(),y()andz()methods inVectorclass have ben deprecated. (using indexing instead)Now you can use:
instead of importing like this:
What's Changed
Full Changelog: v2.1.1...v3.0.0
This discussion was created from the release Release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions