-
Notifications
You must be signed in to change notification settings - Fork 415
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
ENH: Add cumulative integration function. #3508
base: main
Are you sure you want to change the base?
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4151d1c - Browse repository at this point
Copy the full SHA 4151d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 115415d - Browse repository at this point
Copy the full SHA 115415dView commit details -
BUG,STY: Fix NameError in test
That's what I get for not paying attention when borrowing implementation while changing names. Also fix some lint errors.
Configuration menu - View commit details
-
Copy full SHA for 9ca6384 - Browse repository at this point
Copy the full SHA 9ca6384View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d9dd0d - Browse repository at this point
Copy the full SHA 9d9dd0dView commit details -
STY: Change double quotes to single.
Docstrings are double quotes in the rest of the file.
Configuration menu - View commit details
-
Copy full SHA for 8ab2549 - Browse repository at this point
Copy the full SHA 8ab2549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1f2a7 - Browse repository at this point
Copy the full SHA 6c1f2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f9fc5 - Browse repository at this point
Copy the full SHA 27f9fc5View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08ed4ea - Browse repository at this point
Copy the full SHA 08ed4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae4f66 - Browse repository at this point
Copy the full SHA 6ae4f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bf47b - Browse repository at this point
Copy the full SHA f5bf47bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c996909 - Browse repository at this point
Copy the full SHA c996909View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf5951d - Browse repository at this point
Copy the full SHA cf5951dView commit details
Commits on May 27, 2024
-
ENH: Switch to using scipy.integrate.cumulative_trapezoid for calcula…
…tions. I might need to pull out the derivation of x when I add integrate.
Configuration menu - View commit details
-
Copy full SHA for 4af2eb1 - Browse repository at this point
Copy the full SHA 4af2eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb45cc - Browse repository at this point
Copy the full SHA 5eb45ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 609c44a - Browse repository at this point
Copy the full SHA 609c44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6ac91 - Browse repository at this point
Copy the full SHA 3b6ac91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15f4bb - Browse repository at this point
Copy the full SHA c15f4bbView commit details -
BUG: Add back-up for unitless arguments.
Possibly avoidable, given cumulative_trapezoid already handles that case. Should I raise a ValueError to add units or re-direct to cumulative_trapezoid?
Configuration menu - View commit details
-
Copy full SHA for 480d5d1 - Browse repository at this point
Copy the full SHA 480d5d1View commit details -
Stop trying to handle unitless NumPy arrays.
scipy.integrate.cumulative_integrate already handles them.
Configuration menu - View commit details
-
Copy full SHA for c7e721e - Browse repository at this point
Copy the full SHA c7e721eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f6bf1 - Browse repository at this point
Copy the full SHA 25f6bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2388547 - Browse repository at this point
Copy the full SHA 2388547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0935278 - Browse repository at this point
Copy the full SHA 0935278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5d30b - Browse repository at this point
Copy the full SHA 1b5d30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d95e4 - Browse repository at this point
Copy the full SHA a5d95e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a7386 - Browse repository at this point
Copy the full SHA 40a7386View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9de575 - Browse repository at this point
Copy the full SHA a9de575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0379b - Browse repository at this point
Copy the full SHA 4d0379bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51682b - Browse repository at this point
Copy the full SHA b51682bView commit details -
DOC: Remove example with results differing by OS.
Windows is fine with commas, Mac wants decimal points and skips the commas.
Configuration menu - View commit details
-
Copy full SHA for 9b82a80 - Browse repository at this point
Copy the full SHA 9b82a80View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a663e1 - Browse repository at this point
Copy the full SHA 5a663e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d72db3 - Browse repository at this point
Copy the full SHA 5d72db3View commit details