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 product deprecation #852

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

fix product deprecation #852

wants to merge 6 commits into from

Conversation

gertjanvanzwieten
Copy link
Contributor

@gertjanvanzwieten gertjanvanzwieten commented Feb 8, 2024

This PR replaces all occurrences of numpy.product by numpy.prod preceding deprecation in numpy 2.0. It also adds SI dispatch support.

This patch changes all occurrences of numpy.product, due for removal in Numpy
2.0, by numpy.prod.
@gertjanvanzwieten gertjanvanzwieten force-pushed the prod branch 2 times, most recently from 98a7093 to 8303274 Compare February 9, 2024 11:02
This patch changes deprecation warnings to errors in the testing.TestCase base
class in order to catch features that are used by nutils but due to be removed
by thrd parties.
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