Skip to content

Commit cf596b4

Browse files
committed
MNT: Update CHANGELOG for v0.6.2
1 parent 58de404 commit cf596b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: CHANGELOG.md

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

66
### 0.x.x
77

8+
### 0.6.2
9+
(2025-02-19)
10+
11+
* Enhancements:
12+
* Grid optimization with mp.Pool & mp.shm.SharedMemory (#1222)
13+
* `backtesting.lib.FractionalBacktest` that supports fractional trading
14+
* `backtesting.__all__` for better `from backtesting import *` and suggestions
15+
* Bugs fixed:
16+
* Fix remaining issues with `trade_on_close=True`
17+
* Fix trades reported in reverse chronological order when `finalize_trades=True`
18+
* Fix crosshair not linked across subplots
19+
* Cast `datetime_arr.astype(np.int64)` to avoid Windos error
20+
21+
822
### 0.6.1
923
(2025-02-04)
1024

0 commit comments

Comments
 (0)