mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 10:47:30 +08:00
d1f7a819fc
Also, move `DailyHistoryAggregator` to `resample` module, so that tools for converting from minute to session bars are collocated. This patch is in preparation of adding a daily bar reader which resamples minute data, which will be located in the `resample` module and share the test cases and expected results in `test_resample`.