From cf596b4feea48f0b5c28857f953cef1cbae0b6f4 Mon Sep 17 00:00:00 2001 From: Kernc Date: Wed, 19 Feb 2025 16:22:39 +0100 Subject: [PATCH] MNT: Update CHANGELOG for v0.6.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc586e51..94dc8535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)