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"