Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Jun 23, 2023
1 parent 7e539a8 commit a36004e
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
Change Log
===========

0.0.60
------
- Multi-strategy reports! You can now pass a dataframe with a column for each strategy to get a unified, single report for all
- Support request proxy with yfinance
- Added custom periods to CAGR
- Correct drawdown days calculation when last day is a drawdown
- Write report in correct file path
- IPython 7+ compatibility
- Pandas 2.0 compatibility
- Fix for benchmark name when supplied by the user
- Handles tz-native and tz-aware comparisson issue
- Adding benchmark name to html report
- Update README ticker to META :)
- Many pull requests merged


0.0.59
-----
------
- Fixed EOY compounded return calculation

0.0.58
-----
------
- Run fillna(0) on plot's beta (issue #193)

0.0.57
-----
------
- Fixed `sigma` calculation in `stats.probabilistic_ratio()`

0.0.56
-----
------
- Added option to explicitly provide the benchmark title via `benchmark_title=...`

0.0.55
-----
------
- Fix for benchmark name in html report when supplied by the user

0.0.54
Expand Down

0 comments on commit a36004e

Please sign in to comment.