8000 ENH: Added prepend and append to cumsum by madphysicist · Pull Request #14542 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Added prepend and append to cumsum #14542

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Added release note
  • Loading branch information
madphysicist committed Sep 18, 2019
commit 4051f101073cc4441f6558c767f09f673bd2be48
4 changes: 4 additions & 0 deletions doc/release/upcoming_changes/14542.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added `prepend` and `append` arguments to `numpy.cumsum`
--------------------------------------------------------
Arguments are based on similarly named ones to `numpy.diff` and serve the
same purpose.
0