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
-
matmath.py
has been converted from a simple function definitions into a full-fledged function class calledMatrix
.compatM()
andcompatAS()
fromVector
class.__init__
,__iter__
,__next__
,__repr__
and__str__
methods inVector
class.__matmul__
method and made changes to__mul__
method toVector
class.__radd__
,__rsub__
and__rmul__
methods from vector class (methods were not needed).!=
and==
operator toVector
class.arguement
-arg
inVector
class.__radd__
and__rsub__
methods toVector
class.minor()
andcofactor()
methods toMatrix
class.__setitem__
method inVector
class has ben deprecated.x()
,y()
andz()
methods inVector
class 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