Add exclusive kwarg to scan ops (#3296)
* Add exclusive kwarg to scan ops This adds an `exclusive` kwarg to the `cumsum` and `cumprod` ops. Documentation and tests have been extended to cover this kwarg. * Address review comments * Also give a default for reverse arg * Fix tests
Loading
Please sign in to comment