Skip to content

Commit 5dfe4c1

Browse files
committed
Changelog for 7.0 prerelease
1 parent 26ea9b8 commit 5dfe4c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Changelog
55

66
Changes in IPython Parallel
77

8+
7.0.0
9+
-----
10+
11+
**prerelease** there are some big things coming! This is a first prerelease to get some things out there for testing
12+
13+
- **Require Python 3.6**
14+
- Fix compatibility issues with ipykernel 6, jupyter-client 7
15+
- New prototype BroadcastScheduler with vastly improved scaling in 'do-on-all' operations,
16+
c/o Tom-Olav Bøyum's Master's thesis.
17+
- Add :meth:`.AsyncResult.stream_output` context manager for streaming output.
18+
Stream output by default in parallel magics.
19+
- The repo has been updated to use pre-commit, black, myst, and friends and GitHub Actions for CI, but this should not affect users, only making it a bit nicer for contributors.
20+
821
6.3.0
922
-----
1023

0 commit comments

Comments
 (0)