matthew-brett / transforms3d

3 dimensional spatial transformations
http://matthew-brett.github.io/transforms3d/
Other
467 stars 83 forks source link

PyPI Release #46

Open tdenewiler opened 2 years ago

tdenewiler commented 2 years ago

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 alias for 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.

hamogu commented 2 years ago

Since :+1: 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.

matthew-brett commented 2 years ago

Done (sorry for the delay). Does it work for you ... ?

matthew-brett commented 2 years ago

Assuming release is OK, closing, but please re-open if you like.