Skip to content
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

Support for Numpy 2.0 #660

Open
sanurielf opened this issue Jul 1, 2024 · 2 comments
Open

Support for Numpy 2.0 #660

sanurielf opened this issue Jul 1, 2024 · 2 comments

Comments

@sanurielf
Copy link

HI,

As reported in conda-forge/ta-lib-feedstock#45 ta-lib builds are failing against future Numpy 2.0. Any plans to support this? If so we can use this issue to track the implementation.

@sanurielf sanurielf changed the title Support to numpy 2.0 Support for Numpy 2.0 Jul 1, 2024
@mrjbq7
Copy link
Collaborator

mrjbq7 commented Jul 1, 2024 via email

@sanurielf
Copy link
Author

I took a look at the builds error, and seems it is a Cython problem as reported in cython/cython#6249

talib/_ta_lib.c:10268:41: error: no member named 'subarray' in 'struct _PyArray_Descr' __Pyx_INCREF(((PyObject*)__pyx_v_d->subarray->shape));

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=967035&view=logs&j=8ca717d7-2f91-593f-2e86-7b14f42b0119&t=f56d028c-9d05-5be8-63d1-db69e7fd673f&l=1181

So, totally agree with you @mrjbq7 , we should wait for a Cython stable support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants