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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# 0.2.8
2
+
3
+
* Updates BacktestTradingSession.get_target_allocations() to use burn_in_dt.date() instead of burn_in_dt Timestamp. Previous method compared a Timestamp to a datetime.date.
4
+
* Adds an integration test to check that target allocations match the expected output, including a date index.
5
+
1
6
# 0.2.7
2
7
3
8
* Updates the execution handler to update final orders ensuring an execution order is created in the event of a single submission without a further rebalance.
0 commit comments