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

Fix scipy imports not to use (removed with 1.12) numpy reexports #1282

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

pgunn
Copy link
Member

@pgunn pgunn commented Feb 19, 2024

scipy used to wrap numpy.histogram() and several other numpy functions, but stopped with 1.12; stop using the removed wrappers. (not entirely sure I got everything with this)

Fixes #1281

@pgunn pgunn changed the title Fix scipy histogram import Fix scipy imports not to use (removed with 1.12) numpy reexports Feb 19, 2024
@pgunn pgunn merged commit ca7012b into dev Feb 19, 2024
3 checks passed
@pgunn pgunn deleted the dev-fix_scipy_histogram_import branch February 19, 2024 22:16
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.

1 participant