We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff06507 commit fa0a91aCopy full SHA for fa0a91a
2 files changed
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Change Log
2
===========
3
4
+0.0.62
5
+------
6
+- Changed `serenity_index` and `recovery_factor` to use simple sum instead of compounded sum
7
+- Reports passing the `compounded` param to all supporting methods
8
+- Fixed a bug related to monthly_heatmap display
9
+
10
0.0.61
11
------
12
- Fixed positional arguments passed to cagr()
quantstats/version.py
@@ -1 +1 @@
-version = "0.0.61"
+version = "0.0.62"
0 commit comments