- Fix test warnings by changing function calls from `create_single_pair_universe()` to `create_pair_universe()` - Add `PairNotFoundError` and `ExchangeNotFoundError` for more helpful error messages - Add `last_supposed_candle_at` data to `fetch_trading_data_availability()`
0.17.4
- Fix `fetch_trading_data_availability()` using wrong format for pair id array
0.17.3
- `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