From fa0a91a42400978bcc95f5f2fb2cf20e6f7af56c Mon Sep 17 00:00:00 2001 From: Ran Aroussi Date: Thu, 6 Jul 2023 20:34:49 +0100 Subject: [PATCH] v# + cl --- CHANGELOG.rst | 6 ++++++ quantstats/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e612855..c882f62c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log =========== +0.0.62 +------ +- Changed `serenity_index` and `recovery_factor` to use simple sum instead of compounded sum +- Reports passing the `compounded` param to all supporting methods +- Fixed a bug related to monthly_heatmap display + 0.0.61 ------ - Fixed positional arguments passed to cagr() diff --git a/quantstats/version.py b/quantstats/version.py index c603ac88..7b6a27e1 100644 --- a/quantstats/version.py +++ b/quantstats/version.py @@ -1 +1 @@ -version = "0.0.61" +version = "0.0.62"