Uh oh!
There was an error while loading. Please reload this page.
more reduction tests - #11
Conversation
`cumprod` / `cumulative_prod` are not part of the array API
`Variable` implements n-d cum ops by iterating over the axes.
keewis
commented
Sep 28, 2024
looks like We could probably merge Other than that, this should be ready for review, @TomNicholas |
keewis
commented
Sep 30, 2024
looks like that finally did it. So with that we only need to decide what to do about the code duplication (or if we can, as I would suggest, leave it as is), and this should be good to merge. |
keewis
commented
Oct 20, 2024
assuming that the code duplication is nothing urgent, I'm going to go ahead and merge |
TomNicholas
commented
Oct 21, 2024
Sorry Justus! This looks great though. |
This adds a few more reduction (or index reduction) tests, which should cover everything
xarraysupports and which is part of the array API.xarrayadditionally provides sorting-based reductions likequantileandmedian, plusrankwhich I don't quite understand.