From 95ad2f3eb010f4b40116f11ac9d96928e12cc704 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 2 Apr 2024 12:05:42 +0200 Subject: [PATCH] changelog for 8.8 --- docs/source/changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index f3e7a6ef..052dd42d 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -4,6 +4,27 @@ Changes in IPython Parallel +## 8.8 + +### 8.8.0 - 2024-04-02 + +([full changelog](https://github.com/ipython/ipyparallel/compare/8.7.0...8.8.0)) + +8.8 is a small release. + +New: + +- `BroadcastView.map` is defined for API compatibility, but is not particularly efficient or recommended. + +Fixed: + +- `AsyncResult.join` is fixed. + +Improved: + +- Performance optimization disabling timestamp parsing in `jupyter_client` is not applied until ipyparallel classes are instantiated, + rather than at import time. + ## 8.7 ### 8.7.0 - 2024-03-04