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 v1.25 #491

Closed
iyanmv opened this issue Jul 6, 2023 · 1 comment
Closed

Support for numpy v1.25 #491

iyanmv opened this issue Jul 6, 2023 · 1 comment
Labels
numpy compatibility Affects compatibility with NumPy

Comments

@iyanmv
Copy link
Contributor

iyanmv commented Jul 6, 2023

All tests pass on numpy 1.25 with numba 0.57.1 compiled with this patch, which should be included in numba 0.58. Tested both with the latest release and master branch.

But there are some deprecation warnings because of this change in numpy.

DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)

Easy to fix, I will open a PR later today 😉

@mhostetter mhostetter added the numpy compatibility Affects compatibility with NumPy label Jul 6, 2023
mhostetter added a commit that referenced this issue Sep 30, 2023
mhostetter added a commit that referenced this issue Sep 30, 2023
mhostetter added a commit that referenced this issue Oct 1, 2023
@mhostetter
Copy link
Owner

Support for NumPy 1.25 added in v0.3.6.

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

No branches or pull requests

2 participants