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

numpy 1.25 compatibility #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

tjni
Copy link

@tjni tjni commented Aug 30, 2023

  1. It seems that np.warnings was an alias for warnings from the standard library, and it was removed.
  2. MAINT: Reorganize the way windowing functions ensure float64 result numpy/numpy#23705 had the side effect that np.bartlett no longer preserves the array type that is passed into it. However, it doesn't look like np.bartlett was expected to do that, so I removed that assertion.

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

Successfully merging this pull request may close these issues.

None yet

1 participant