Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate cumsum, cumprod, cumsum_kbn, and accumulate when dim isn't specified #24684

Merged
merged 5 commits into from
Nov 24, 2017

Commits on Nov 23, 2017

  1. Deprecate cumsum, cumprod, cumsum_kbn, and accumulate when dim isn't

    specified and dimension is larger than one
    andreasnoack committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    63d7851 View commit details
    Browse the repository at this point in the history
  2. Add docstrings for accumulation methods on vectors

    Fix bug in accumulate when initial value is provided since the implementation
    doesn't support multidimentional arrays.
    
    Move the accumulate methods with initial values to the end
    andreasnoack committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    9e94f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797abad View commit details
    Browse the repository at this point in the history
  4. axis -> dim

    andreasnoack committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    3845c90 View commit details
    Browse the repository at this point in the history
  5. Update NEWS.md

    andreasnoack committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    128f7c9 View commit details
    Browse the repository at this point in the history