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
numpy.compat
The format.py module uses numpy.compat, which is deprecated and slated for removal in future NumPy versions:
format.py
npy-append-array/npy_append_array/format.py
Line 4 in c74a4c3
On recent NumPy versions (>= 2.0.0), one gets the following warning when numpy.compat is imported:
DeprecationWarning: `np.compat`, which was used during the Python 2 to 3 transition, is deprecated since 1.26.0, and will be removed
More details can be found here:
https://numpy.org/neps/nep-0052-python-api-cleanup.html
It is not clear to me from precisely which version np.compat will become unavailable.
np.compat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
format.py
module usesnumpy.compat
, which is deprecated and slated for removal in future NumPy versions:npy-append-array/npy_append_array/format.py
Line 4 in c74a4c3
On recent NumPy versions (>= 2.0.0), one gets the following warning when
numpy.compat
is imported:More details can be found here:
https://numpy.org/neps/nep-0052-python-api-cleanup.html
It is not clear to me from precisely which version
np.compat
will become unavailable.The text was updated successfully, but these errors were encountered: