cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Support `axis=None` in `cumulative_sum`

Open tomwhite opened this issue 7 months ago • 1 comments

From https://data-apis.org/array-api/latest/API_specification/generated/array_api.cumulative_sum.html:

If x is a one-dimensional array, providing an axis is optional; however, if x has more than one dimension, providing an axis is required.

tomwhite avatar Jun 12 '25 10:06 tomwhite

Also cumulative_prod

tomwhite avatar Sep 09 '25 11:09 tomwhite