We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2a2675 + 71558d6 commit de84b55Copy full SHA for de84b55
docs/source/changelog.md
@@ -4,6 +4,26 @@
4
5
Changes in IPython Parallel
6
7
+## 8.2
8
+
9
+8.2.0 is a small release, mostly of small bugfixes and improvements.
10
11
+Changes:
12
13
+`len(AsyncMapResult)` and progress ports now use the number of items in the map,
14
+not the number of messages.
15
16
+Enhancements:
17
18
+- Show output prior to errors in `%%px`
19
20
+Bugs fixed:
21
22
+- Fix cases where engine id could be `-1` in tracebacks
23
+- Add missing `pbs` to engine launcher entrypoints
24
25
+[All changes on GitHub](https://github.com/ipython/ipyparallel/compare/8.1.0...8.2.0)
26
27
## 8.1
28
29
8.1.0 is a small release, adding a few new features and bugfixes.
0 commit comments