Releases: ig-python/trading-ig
Releases · ig-python/trading-ig
0.0.22
0.0.21
- Black entire codebase
- Black added to CI pipeline
- flake8 entire codebase
- using official Lightstreamer client SDK
- fixed a bug in fetch_activity() where bet size was not included
- 'forceOpen' defaults to False in create_working_order()
- logging improvements
0.0.20
0.0.20 (2023-01-25)
- repo name changed to 'trading-ig'
0.0.19
- fix for 'ValueError: columns cannot be a set' error with pandas 1.5.2+ (PR #267)
- fetch_historical_prices*() methods improvements (Issue #272)
- remove requirements status badge (Issue #259)
- publish with API token (Issue #260)
- specify importlib-metadata version to prevent flake8 problems with python 3.7
- updating github actions to latest versions
0.0.18
0.0.17
0.0.17 (2022-01-26)
- added an optional rate limiter, with leaky bucket algo (PR#243)
0.0.16
- fix for http error 405 response from IG when confirming deal (PR#237)
- updating Poetry for automated testing
- removing some unused legacy project config
- removing support for unsupported Python 3.6, adding 3.10
- better handling and docs for optional dependencies (#216, #240)
- fixing occasional KeyError when deleting session headers (#238)
0.0.15
- optional dependency
tenacity
updated to latest - documentation improvements