Change all functions with trapz
in the name to trapezoid
in line with NumPy v2
#384
Labels
api
An (incompatible) API change
blocked
The issue or pull request is blocked by something
enhancement
New feature or request
Is Your Feature Request Related to a Problem? Please Describe
As part of #163 we will have to change all uses of
np.trapz
tonp.trapezoid
, it would make sense to change the functions likecumtrapz
tocumtrapezoid
etc.Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: