Skip to content

Commit

Permalink
Merge pull request #879 from minrk/cl88
Browse files Browse the repository at this point in the history
changelog for 8.8
  • Loading branch information
minrk committed Apr 5, 2024
2 parents 0b250cb + 95ad2f3 commit 60874c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60874c2

Please sign in to comment.