You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#7115 added instance method versions of discretize() and fromRelative() that modify the instance in-place instead of creating a new instance, and the old static versions were deprecated. This was only done in Java, though, and should be done in C++ too for parity.
Good first issue for those who either know C++ or are willing to learn.
The text was updated successfully, but these errors were encountered:
#7115 added instance method versions of
discretize()
andfromRelative()
that modify the instance in-place instead of creating a new instance, and the old static versions were deprecated. This was only done in Java, though, and should be done in C++ too for parity.Good first issue for those who either know C++ or are willing to learn.
The text was updated successfully, but these errors were encountered: