We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on the change, these are probably interesting for removal in 1.10. the non-integer one probably later.
arr.__index__()
oa_ndim == 0
op_axes
numpy/core/src/multiarray/nditer_constr.c
NPY_RELAXED_STRIDES_CHECKING
Please extend the list (or comment) with other deprecations introduced in 1.8.
The text was updated successfully, but these errors were encountered:
Moving to 1.10 blockers.
Sorry, something went wrong.
Closing. The deprecations are now labeled, so currently open ones will be dealt with in >= 1.11.
No branches or pull requests
Depending on the change, these are probably interesting for removal in 1.10. the non-integer one probably later.
arr.__index__()
for non 0-d arrays. (see test_deprecations)oa_ndim == 0
for noop_axes
. This needs changing innumpy/core/src/multiarray/nditer_constr.c
. (see also Make AdvancedNew iter more 0-d aware #3104)NPY_RELAXED_STRIDES_CHECKING
was introduced as a compile time option in 1.8 (grep code for it).Please extend the list (or comment) with other deprecations introduced in 1.8.
The text was updated successfully, but these errors were encountered: