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
Any chance we could get a new release for PyPI? The most current release is 0.3.1 from June 16, 2017. There have been some updates and bug fixes since then. In particular I get the following deprecation warning from a module that uses transforms3d.
venv/lib/python3.8/site-packages/transforms3d/quaternions.py:27
Warning: `np.float` is a deprecated aliasfor the builtin`float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20;for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
I saw that was fixed in recent commits to the master branch.
Thanks.
The text was updated successfully, but these errors were encountered:
Since 👍 notes are easy to overlook, I'm just asking in text again: A new release on pypi would be really helpful, in particular to get rid of the numpy deprecation warning.
Any chance we could get a new release for PyPI? The most current release is 0.3.1 from June 16, 2017. There have been some updates and bug fixes since then. In particular I get the following deprecation warning from a module that uses transforms3d.
I saw that was fixed in recent commits to the master branch.
Thanks.
The text was updated successfully, but these errors were encountered: