v0.2.8
- 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.
- Adds an integration test to check that target allocations match the expected output, including a date index.