Releases: stephenhky/FinanceSimulation
Releases · stephenhky/FinanceSimulation
Release 1.0.2
- Support for Python 3.13.
Release 1.0.1
- Handling yfinance data properly
- Backtracking stock prices in a new way
- Upgrading yfinance requirement
pandas
Series deprecated functions removed
Release 1.0.0
- More use of
pyproject.toml
instead ofsetup.py
for package distribution; - Remove support for Python 3.9 or less, and add support for Python 3.12.
Release 0.11.4
- The script
retrieve_stock_symbols
can store files in h5, json, csv, and xlsx formats.
Release 0.11.2
- Added script
retrieve_stock_symbols
that directly retrieve all stock symbols from FinnHub; - Use
cythonize
directly to build natively optimized codes.
Release 0.11.1
- Using
pytest
for unit tests and continuous integration.
Release 0.11.0
- Moving averages (MA) implemented.
Release 0.10.0
- Decommissioned support for Python 3.7;
- Added support for Python 3.11.
Release 0.9.2
- Removal of requirements of numpy and Cython before installation;
- Updated CircleCI images.
Release 0.9.1
Merge pull request #39 from stephenhky/cython remove cython imports