- Change `pyarrow` schemas of `Candle` and `XYLiquidity`to use double precision (float64) instead of float32
- Add `GroupedCandleUniverse(forward_fill)` option to the constructor
- Add `PandasPairUniverse.iterate_tokens()`
- Add `get_prior_timestamp(series: pd.Series, ts: pd.Timestamp)` as a separate utility function
- Add `resample_candles(shift)` argument
- Add `format_price(decimals)` argument
- Add `Universe.get_default_chain()` method
- Add `resample_price_series()` function
- Fix Binance data using local timezone
- Fix Binance multipair data resampling not working correctly