Skip to content

Commit 03e4ae6

Browse files
committed
Changelog for 8.1.0
1 parent d574f69 commit 03e4ae6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/source/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
Changes in IPython Parallel
66

7+
## 8.1
8+
9+
8.1.0 is a small release, adding a few new features and bugfixes.
10+
11+
New features:
12+
13+
- relay KeyboardInterrupt to engines in blocking `%px` magics
14+
- add `Cluster.start_and_connect(activate=True)` to include activation of `%px` magics in one-liner startup.
15+
- initial support for Clusters tab in RetroLab
16+
17+
Fixes:
18+
19+
- ensure profile config is always loaded for `Cluster(profile="xyz")`
20+
- build lab extension in production mode, apply trove classifiers
21+
- pass through keyword arguments to constructor in `Client.broadcast_view`
22+
723
## 8.0
824

925
This is marked as a major revision because of the change to pass connection information via environment variables.

0 commit comments

Comments
 (0)