Skip to content

Commit eebdc3b

Browse files
committed
MNT: Update CHANGELOG for v0.6.4
1 parent 4c60488 commit eebdc3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ These were the major changes contributing to each release:
55

66
### 0.x.x
77

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+
819
### 0.6.3
920
(2025-03-11)
1021

0 commit comments

Comments
 (0)