Conversation
|
@mscheltienne Thanks for the pull request. We think there needs to be a couple changes. Both trapz and trapezoid exist at the same time in some of the NumPy version so we need to treat them differently. The overload and tests for trapz should exist up until the NumPy version from which it was eliminated and similarly for trapezoid there should be a separate overload and tests that start from the NumPy version from which it was first introduced. |
|
AFAICT, Maint branch of numpy 1.26 Maint branch of numpy 2.0
|
|
@DrTodd13 Is that better? I'm not familiar with |
DrTodd13
left a comment
There was a problem hiding this comment.
It looks fine to me but there will be another review by the code owner.
|
The commits from this PR were cherry-picked in #10393 and merged to |
On our CI job running pre-release version of
numpyandnumba(installed frommain):We see:
The change line 2247-2249 in
arraymath.pydoesn't seem to be sufficient: