Version 3.0.0
This release adds the support for Python 3.10 and 3.11.
Python 3.7 support is being dropped.
Increased the minimum and maximum supported versions of the following dependencies:
Library | Min supported version | Max supported version |
---|---|---|
pandas | 1.4.0 | 2.0.3 |
xarray | 0.21.0 | 2022.9.0 |
numpy | 1.19.3 | 1.26.4 |
scipy | 1.6.3 | 1.11.4 |
matplotlib | 3.4.0 | 3.6.1 |
Pillow | 9.0.0 | 10.2.0 |
statsmodels | 0.13.0 | 0.13.5 |
cvxopt | 1.2.7 | 1.3.2 |
requests | 2.25.1 | 2.31.0 |
What's Changed
- Using pct_change to implement the to_simple_returns() function for se… by @myrmarachne in #132
- Issue 129 fix backtest tutorial doc by @marekbais in #133
- Add python and OS requirements to installation docs by @marekbais in #134
- fix #128 Add intraday strategy example to docs by @marekbais in #135
- Added kwargs to get_price by @myrmarachne in #137
- Registered QuandlDataProvider in the demo_ioc by @myrmarachne in #139
- Fixed the rotation anchor for AxisTickLabelsDecorator by @myrmarachne in #140
- Fix index translator for unstacked bar charts by @marekbais in #138
- Fixed missing kwargs in get_price function by @myrmarachne in #141
- Removed 'Futures - ICE', 'Futures - CME' and 'Futures - EUREX' as the… by @lfield in #142
- BinanceBroker - USDC stable coin by @JmmCz in #144
- Updated blpapi usages to support versions up to 3.23.1 by @myrmarachne in #145
- Adjusted to_simple_returns() to keep backwards compatibility by @myrmarachne in #146
- Upgrade Sphinx by @eirik-thorp in #147
- Removal of the old classes from the .rst files by @gultugaydemir in #148
- Docs - Fix CSS override in Sphinx conf.py by @eirik-thorp in #149
- Added Python 3.10 support by @myrmarachne in #150
- Added support for python 3.11 by @myrmarachne in #151
- Use python 3.11 in the github actions tests by @myrmarachne in #153
- Cleaned up demo_scripts dependencies by @myrmarachne in #152
- API documentation by @myrmarachne in #154
New Contributors
- @marekbais made their first contribution in #133
- @lfield made their first contribution in #142
Full Changelog: v2.2.10...v3.0.0