Skip to content

Commit

Permalink
MNT: Update CHANGELOG for v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Feb 19, 2025
1 parent 58de404 commit cf596b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ These were the major changes contributing to each release:

### 0.x.x

### 0.6.2
(2025-02-19)

* Enhancements:
* Grid optimization with mp.Pool & mp.shm.SharedMemory (#1222)
* `backtesting.lib.FractionalBacktest` that supports fractional trading
* `backtesting.__all__` for better `from backtesting import *` and suggestions
* Bugs fixed:
* Fix remaining issues with `trade_on_close=True`
* Fix trades reported in reverse chronological order when `finalize_trades=True`
* Fix crosshair not linked across subplots
* Cast `datetime_arr.astype(np.int64)` to avoid Windos error


### 0.6.1
(2025-02-04)

Expand Down

0 comments on commit cf596b4

Please sign in to comment.