-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
MAINT: Add warning filter for np.long
#55397
MAINT: Add warning filter for np.long
#55397
Conversation
Hello (again) and thanks for this PR. I am seeing the warning but this time from pandas/pandas/compat/numpy/__init__.py Line 29 in 06cdcc0
Example log: https://github.com/spacetelescope/jdaviz/actions/runs/6407816486/job/17396675526?pr=2492 |
Great thanks @mtsokol |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
@meeseeksdev backport 2.1.x |
….long`) (#55402) Backport PR #55397: MAINT: Add warning filter for `np.long` Co-authored-by: Mateusz Sokół <[email protected]>
This reverts commit eb6317a.
Hi!
This is a one-line follow-up PR after #55369.
Downstream libs that use nightly pandas and numpy will see a warning without it (there was a similar fix for scipy: scipy/scipy#19341).