We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c60488 commit eebdc3bCopy full SHA for eebdc3b
CHANGELOG.md
@@ -5,6 +5,17 @@ These were the major changes contributing to each release:
5
6
### 0.x.x
7
8
+### 0.6.4
9
+(2025-03-30)
10
+
11
+* Bug fixes:
12
+ * Fix optimization hanging on MS Windows under some conditions,
13
+ primarily missing a `if __name__ == '__main__'` guard.
14
+ * Restore original scale in FractionalBacktest plot (#1247)
15
+ * Fix "'CAGR [%]' must match a key in pd.Series result of bt.run()" error
16
+ * Fix grid optimization on data with timezone-aware datetime index
17
18
19
### 0.6.3
20
(2025-03-11)
21
0 commit comments