- Remove the "no Content-Length header" warning if HTTP response lacks file size information
- Fix `get_token()` not returning symbol information
0.8.4
- Added `Client.close()` and `CachedHTTPTransport.close()` for explicit closing of streams - Fix `JUPYTER_PLATFORM_DIRS` warning when importing - Fixed bunch of Pandas warnings - Add `pytest -Werror` to ensure the lib does not raise any warnings
0.8.3
- Escape hatch for interactive API key setup loop - Added `Candle.generate_synthetic_sample` for mocking test data - Added `GroupedCandleUniverse.get_price_with_tolerance` to safely get the latest price in backtesting
0.8.2
- Make `matplotlib` optional in `Client.setup_notebook` - Added `DEXPair.exchange_type` to support Uniswap v3 pairs
0.8.1
- Change: List `requests` as an explicit dependency for the client (Might have been causing issues with Pyodide builds)
0.8.0
- Change: Remove a lot of dependencies and cleaning up old code. The package with its dependencies should be now much more compact. Any old Backtrader or QSTrader code is behind an extra dependency in the Python package definition. There is no longer dependency to Ethereum or crypto packages that had C and were problematic install. - Change: preparing for Pyodide support. - Change: Bumped Python 3.10 because 3.10 is minimum for Pyodide