- `get_one_pair_from_pandas_universe(exchange)` support
0.17.2
- Bump [web3-ethereum-defi](https://web3-ethereum-defi.readthedocs.io/) to version 0.21
0.17.1
- Add `candle_decimals` parameter `make_candle_labels()` that defaults to showing 4 decimal places on candlestick charts
0.17
- Optimisation: `get_price_with_tolerance()`: candle price lookup is much faster with sparse data match - Added `trading_strategy.utils.forward_fill` module for dealing with sparse data
0.16.1
- Optimisation: `get_price_with_tolerance()`: candle price lookup is 40x faster for exact timestamp matches
0.16
- API change: Now `get_single_pair_data()` raises `NoDataAvailable` instead of returning an empty data frame by default if there is not enough data at source - Fix unnecessary upper() in `is_stablecoin_like` - Fix Anvil chain id not fitting to Parquet data frame (assumed 16 bit uint for chain id)