Skip to content

Commit de84b55

Browse files
authored
Merge pull request #665 from minrk/cl-811
Changelog for 8.2
2 parents f2a2675 + 71558d6 commit de84b55

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/source/changelog.md

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

55
Changes in IPython Parallel
66

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+
727
## 8.1
828

929
8.1.0 is a small release, adding a few new features and bugfixes.

0 commit comments

Comments
 (0)