- - Quick fix on `get_pair_by_human_description` error message
0.12.3
- Improve `CandleSampleUnavailable` error messge further to offer friendly advises how to fix - Improve `ExchangeUniverse` interface with more helpful shorthand methods
0.12.2
- Add `ExchangeUniverse.from_collection()` - Pass `ExchangeUniverse` instance as a part of `Universe.exchange_universe` instead just raw array of of `univer.exchanges`
0.12.1
- 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`