Skip to content

fix: replace deprecated np.math with stdlib math module#46

Merged
MatthewMallory merged 1 commit into
mainfrom
fix/remove-np-math-deprecated
May 21, 2026
Merged

fix: replace deprecated np.math with stdlib math module#46
MatthewMallory merged 1 commit into
mainfrom
fix/remove-np-math-deprecated

Conversation

@MatthewMallory
Copy link
Copy Markdown
Owner

np.math was deprecated in NumPy 1.25 and removed in NumPy 2.0. Replace all usages with the standard library math module directly.

np.math was deprecated in NumPy 1.25 and removed in NumPy 2.0.
Replace all usages with the standard library math module directly.
@github-actions
Copy link
Copy Markdown

Please set a versioning label of either major, minor, or patch to the pull request.

@MatthewMallory MatthewMallory merged commit a71e971 into main May 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant