Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix mask lookup in fill_between for NumPy 1.24+#24115
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Semi-related: there are still uses of |
Possibly, but none of them triggered a test failure with latest NumPy wheels, other than this one. |
…115-on-v3.6.xBackport PR#24115 on branch v3.6.x (Fix mask lookup in fill_between for NumPy 1.24+)
PR Summary
I did not bother adding any new tests, as the existing tests will already break with the latest nightly NumPy wheels.
Fixes#24106
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).