-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
COMPAT: numpy object array coercion warnings #31201
Comments
this is numpy redoing the object array coercion cc @jbrockmendel there was a previous issue about this if want to find / link numpy reverted the original commit - this is a redo of it |
Found the previous issue, I think: #30043. Added to the issue description. |
For reference, this is NEP 34, which justified this change. |
If anyone wants to take a look, you can check out my error log, while it's still alive. Seems like mostly we directly call |
I can take a look at this now. |
@AlexKirko did there end up being a kwarg like |
We did not add the special sentinel because it seemed that all of the (larger) downstream packages are handling fine without it. If you find a place where it would help you, we would add it though. |
Problem description
Since at least a couple hours ago, the Numpy Dev pipeline fails 39 tests:
I checked and all 39 are like this:
Full output of one of the tests below.
Thanks to @jreback for pointing out we've run into this before, but Numpy reverted the deprecation warning. The original issue was #30043
The text was updated successfully, but these errors were encountered: