File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Changes in IPython Parallel
6
6
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
+
7
23
## 8.0
8
24
9
25
This is marked as a major revision because of the change to pass connection information via environment variables.
You can’t perform that action at this time.
0 commit comments