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

Remove deprecated numpy.compat #10370

Merged
merged 1 commit into from Jun 23, 2023

Conversation

j-bennet
Copy link
Contributor

Fixes deprecation with numpy.compat:

dask/array/tests/test_array_core.py: DeprecationWarning: `np.compat`, which was used during the Python 2 to 3 transition, is deprecated since 1.26.0, and will be removed

See #10347.

  • Passes pre-commit run --all-files

@github-actions github-actions bot added the array label Jun 22, 2023
@j-bennet j-bennet changed the title Deprecate numpy.compat. Remove deprecated numpy.compat Jun 22, 2023
@j-bennet j-bennet added upstream needs review Needs review from a contributor. labels Jun 22, 2023
@j-bennet j-bennet closed this Jun 22, 2023
@j-bennet j-bennet reopened this Jun 22, 2023
@j-bennet
Copy link
Contributor Author

np.errstate errors are tracked here: numpy/numpy#24013.

@hendrikmakait hendrikmakait merged commit bb4aad4 into dask:main Jun 23, 2023
31 of 46 checks passed
@j-bennet j-bennet deleted the j-bennet/deprecate-np-compat branch June 23, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array needs review Needs review from a contributor. upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants