Release 2.1.0 #4
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
-
__eq__
and__setitem__
methods toVector
class.__len__
andmodulus
method.__add__
and__sub__
method.__init__
can now handle lists and arrays apart from numbers as an arguement.__repr__
method. A vector now looks like this<1, 0, 0>
instead of[1, 0, 0]
.is_unit
andis_parellel
methods.matmath.py
which can be accessed by usinghelp()
method.This discussion was created from the release Release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions