-
Notifications
You must be signed in to change notification settings - Fork 83
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
numpy 2.0 compatibility #218
Comments
For the time being maybe we should make a release that pins to numpy<2.0?
WDYT?
…On Fri, Jun 7, 2024 at 6:20 AM Chris Markiewicz ***@***.***> wrote:
conda-forge/nitime-feedstock#32
<conda-forge/nitime-feedstock#32> indicates
(unsurprisingly) that there are numpy 2.0 compatibilities.
With numpy 2.0 in RC phase, it's probably time to try to fix these.
I don't have the time at the moment, unfortunately.
—
Reply to this email directly, view it on GitHub
<#218>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA46NTU26OQC2AUMY3YOODZGGXRPAVCNFSM6AAAAABI6VEZ7OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DANBUGE3TGMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
That sounds like a good idea. |
Is this resolved by #217 ? |
Oh I guess not. Wheels are built against 2.0 but probably not tested against 2.0 actually 🤦 For example there are still |
#217 also didn't resolve #219 (edit: fixed issue number). I think we can add the nitime test suite to the cibuildwheel post-build step, to avoid adding a new entry/dimension to the regular test matrix. https://cibuildwheel.pypa.io/en/stable/options/#test-command |
Good call, I'll add this to #221. It's not 100% trivial, though, because 2.0 hasn't officially landed yet. I could separate the |
Is aarch only supported by numpy 2? I think they've had wheels for ages, and we should be able to test against numpy 1. |
No it's supported on 1.26 for example as well. I was just saying "enabling tests during wheel build" won't trivially solve the "need to test against NumPy 2.0" problem. But agreed that enabling tests during wheel building would help with #219 either way. |
Sorry, yeah. I was just going where the conversation was, and looking at the issue title, I see why you assumed numpy 2.0. |
conda-forge/nitime-feedstock#32 indicates (unsurprisingly) that there are numpy 2.0 compatibilities.
With numpy 2.0 in RC phase, it's probably time to try to fix these.
I don't have the time at the moment, unfortunately.
The text was updated successfully, but these errors were encountered: