You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Added defer_update flag to add_stock function (#125)
Added defer_update flag to add_stock function so bulk adding of stocks
can have update deferred until after all are added.
This closes#57.
---------
Co-authored-by: David Cheeseman <5287736+nuvious@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Thank you to all the individuals who have contributed to this project!
17
17
-@drcsturm: bug fix for single stock portfolio
18
18
-@donin1129: bug fix for pandas index reference
19
19
-@aft90: helped to implement the Sortino Ratio
20
+
- David Cheeseman (@nuvious): added `defer_update` flag to `add_stock` function so bulk adding of stocks can have update deferred until after all are added (improved performance).
0 commit comments