- Rename `portfolio_builder` module to `portfolio_construction` - Rename `BasePortfolioBuilder` to `BasePortfolioConstruction` - Rename `EqualWeightPortfolioBuilder` to `EqualWeightPortfolioConstruction`
Fixed
- `AlpacaIndicatorHandler` and `Recorder` to handle fuzzy tickers (like BRK.A).
0.0.2
Changed
- change `DEFAULT_DIR_NAME` to ".modular_trader_log"
Fixed
- `get_latest_bar` -> no longer input `self.feed` to `StockLatestBarRequest` and `CryptoLatestBarRequest` - `get_historical_data` -> no longer input `self.feed` to `StockHistoricalBarRequest`