Skip to content

Releases: stephenhky/FinanceSimulation

Release 0.3.4

10 Jan 19:02
Compare
Choose a tag to compare
  • Fixed caching bugs;
  • Added openpyxl in requirements.txt.

Release 0.3.3

10 Jan 04:22
eb37cfa
Compare
Choose a tag to compare
  • Bugs fixed, and faster caching.

Release 0.3.2

05 Jan 19:12
Compare
Choose a tag to compare
  • Use package yfinance instead of pandas_datareader to retrieve Yahoo Finance data.

Release 0.3.1

03 Jan 23:39
e9cad31
Compare
Choose a tag to compare
  • Suppressing error messages when closing h5 file;
  • More flexible MPT cost function.

Release 0.3.0

16 Dec 23:24
29b64fc
Compare
Choose a tag to compare
  • More flexible optimization of portfolios

Release 0.2.1

19 Nov 04:11
17c6e1c
Compare
Choose a tag to compare
  • Fixed some important bugs about upside and downside risks.

Release 0.2.0

18 Nov 04:14
a4a1914
Compare
Choose a tag to compare
  • More flexible portfolio optimization modules;
  • Estimations of downside and upside risks.

Release 0.1.2

07 Nov 20:48
ae24338
Compare
Choose a tag to compare
  • Handle bugs regarding cached data retrieval.

Release 0.1.1

02 Nov 14:51
Compare
Choose a tag to compare
  • More exception handling for caching; adding corresponding input arguments for caching.

Release 0.1.0

01 Nov 17:06
Compare
Choose a tag to compare
  • Caching Yahoo Finance data, and do not query data online if they are cached.