Skip to content

Releases: stephenhky/FinanceSimulation

Release 1.0.2

10 Jan 18:26
65a8b37
Compare
Choose a tag to compare
  • Support for Python 3.13.

Release 1.0.1

21 Dec 04:54
e503f87
Compare
Choose a tag to compare
  • Handling yfinance data properly
  • Backtracking stock prices in a new way
  • Upgrading yfinance requirement
  • pandas Series deprecated functions removed

Release 1.0.0

23 Sep 03:47
Compare
Choose a tag to compare
  • More use of pyproject.toml instead of setup.py for package distribution;
  • Remove support for Python 3.9 or less, and add support for Python 3.12.

Release 0.11.4

14 Apr 03:30
Compare
Choose a tag to compare
  • The script retrieve_stock_symbols can store files in h5, json, csv, and xlsx formats.

Release 0.11.2

18 Jan 01:07
Compare
Choose a tag to compare
  • 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

19 Jun 22:22
85d423d
Compare
Choose a tag to compare
  • Using pytest for unit tests and continuous integration.

Release 0.11.0

25 Feb 21:06
2a261e5
Compare
Choose a tag to compare
  • Moving averages (MA) implemented.

Release 0.10.0

20 Feb 18:04
Compare
Choose a tag to compare
  • Decommissioned support for Python 3.7;
  • Added support for Python 3.11.

Release 0.9.2

30 Sep 02:23
Compare
Choose a tag to compare
  • Removal of requirements of numpy and Cython before installation;
  • Updated CircleCI images.

Release 0.9.1

30 Sep 01:50
967e96f
Compare
Choose a tag to compare
Merge pull request #39 from stephenhky/cython

remove cython imports