-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from_rotation_vector error #239
Comments
Thanks for reporting this. I hadn't noticed that they changed the meaning of the word "copy" in numpy 2.0. 🙄 I'll fix this and look for similar issues.
Just a little nitpick: "crash" usually refers to something more serious involving memory corruption or something really bad like that, so it's pretty alarming to see that word used. This is just an error.
Yeah, it's easier for a lot of reasons. I think this one is more popular just because it's been around for so long. But I tend to use quaternionic more myself. |
Hi, Sorry about the alarming "crash", I just meant crash in the sense that program execution stopped. I guess you're right, error is more accurate here. |
Describe the bug
from_rotation_vector(..) crashes with numpy >= 2.0
This is not a problem when I downgrade numpy to 1.x (1.26.4)
To Reproduce
Expected behavior
I would expect no crash
Environment
I don't know anything about how numpy 2.0 might break things, but from what I can see, there was already a lot of development by you guys to support numpy 2.0, maybe this was missed?
Could you check please?
I also see there is the new quaternionic pure python library. Would you recommend to use that instead of numpy-quaternion?
The text was updated successfully, but these errors were encountered: