Skip to content

Commit 2313412

Browse files
committed
more changelog notes
1 parent f3777c6 commit 2313412

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ Changes in IPython Parallel
88
7.0.0
99
-----
1010

11-
**prerelease** there are some big things coming! This is a first prerelease to get some things out there for testing
11+
**prerelease** there are some big things coming! This is currently a prerelease to get some things out there for testing
1212

1313
- **Require Python 3.6**
1414
- 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.
15+
- New :class:`.Cluster` API for managing clusters from Python,
16+
including support for signaling and restarting engines.
17+
- New prototype :class:`.BroadcastScheduler` with vastly improved scaling in 'do-on-all' operations
18+
on large numbers of engines,
19+
c/o Tom-Olav Bøyum's Master's thesis at University of Oslo.
20+
- New :meth:`.Client.wait_for_engines(n)` method to wait for engines to be available.
21+
- Nicer progress bars for interactive waits, such as :meth:`.AsyncResult.wait_interactive`.
1722
- Add :meth:`.AsyncResult.stream_output` context manager for streaming output.
1823
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.
24+
25+
26+
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.
2027

2128
6.3.0
2229
-----

0 commit comments

Comments
 (0)