-
Notifications
You must be signed in to change notification settings - Fork 132
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
Implement periodic behaviour into plumbing.sequence
#960
Closed
Commits on Jul 27, 2023
-
Add periodic behaviour to _sequence
If periodc_values and higest_index are passed a periodic sequence is emulated. This can be used for the multi-period investment if parameters change per period.
Configuration menu - View commit details
-
Copy full SHA for 6da71d9 - Browse repository at this point
Copy the full SHA 6da71d9View commit details -
Add period behaviour to sequence function
The periodic behaviour is triggered if an immutable iterable is passed.
Configuration menu - View commit details
-
Copy full SHA for e2cd1ba - Browse repository at this point
Copy the full SHA e2cd1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b9c37 - Browse repository at this point
Copy the full SHA 91b9c37View commit details -
Change detection of period behaviour to
dict
As pd.series are frequently passed and interpretated as inmutable iterables, this was a bad choice. Passing a dictionary to a sequence is uncommon and therefore a better choice.
Configuration menu - View commit details
-
Copy full SHA for 82a7e6a - Browse repository at this point
Copy the full SHA 82a7e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d4593 - Browse repository at this point
Copy the full SHA e0d4593View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8954e9 - Browse repository at this point
Copy the full SHA f8954e9View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0af30c0 - Browse repository at this point
Copy the full SHA 0af30c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0047078 - Browse repository at this point
Copy the full SHA 0047078View commit details -
Configuration menu - View commit details
-
Copy full SHA for be92721 - Browse repository at this point
Copy the full SHA be92721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268db13 - Browse repository at this point
Copy the full SHA 268db13View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3838a22 - Browse repository at this point
Copy the full SHA 3838a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c51ead - Browse repository at this point
Copy the full SHA 4c51eadView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.