- Better multipair lookup when typing out pair names by hand - Add `tradingstrategy.pair.HumanReadableTradingPairDescription` - Add `PandasPairUniverse.get_pair_by_human_description` -
0.12
- Add default HTTP request retry policy to `Client` - Add default HTTP user agent to `Client` - More direct data feed infrastructure - Fix `create_requests_client(add_exception_hook=True)` not working correctly - Add `GroupedCandleUniverse.create_from_multiple_candle_datafarames`
0.11.1
- Add: Make `DEXPair` hashable - Fix: Historical candle download for JSONL endpoint - make time ranges to work correctly - Change: Make JSONL cache filenames more descriptive
0.11
- Adding `Client.fetch_trading_data_availability` API - Moved `types.py` to properly Python 3.10 TypeAlias system
0.10.2
- Add `TradeSummary.show` to simplify usage in notebooks
0.10.1
- Fix missing dependencies because web3-ethereum-defi data extras - Fix `make_candle_labels` not working correctly if some keys were not present in the OHCLV DataFrame - Add `VolumeBarMode` option to `visualise_ohlcv` to allow different rendering modes for volume bars, in-chart or outside chart - More implementation of direct-to-blockchain node data feeds