From bb7a33f4348bef7f9807ae00a30bd3ac807a5ecc Mon Sep 17 00:00:00 2001 From: ran Date: Sat, 23 Apr 2022 09:54:21 +0100 Subject: [PATCH] clog + v# --- CHANGELOG.rst | 9 +++++++++ quantstats/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 67a43601..ae476817 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log =========== +0.0.51 +------ +- Added max consecutive wins/losses to full report +- Added “correlation to benchmark” to report +- Cleanup inf/nan from reports +- Added benchmark name to stats column and html report +- Added probabilistic sharpe/sortino ratios +- Fix relative dates calculations + 0.0.50 ------ - Fixed a bug when reporting the max drawdown diff --git a/quantstats/version.py b/quantstats/version.py index d1d6609c..19d98522 100644 --- a/quantstats/version.py +++ b/quantstats/version.py @@ -1 +1 @@ -version = "0.0.50" +version = "0.0.51"