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.
1 parent e1de0cd commit a28f51fCopy full SHA for a28f51f
docs/source/changelog.rst
@@ -14,6 +14,9 @@ Changes in IPython Parallel
14
- Fix compatibility issues with ipykernel 6, jupyter-client 7
15
- New :class:`.Cluster` API for managing clusters from Python,
16
including support for signaling and restarting engines.
17
+- New :meth:`.Client.signal_engines` for sending signals to single engines.
18
+- New KernelNanny process for signaling and monitoring engines
19
+ for improved responsiveness of handing engine crashes.
20
- New prototype :class:`.BroadcastScheduler` with vastly improved scaling in 'do-on-all' operations
21
on large numbers of engines,
22
c/o Tom-Olav Bøyum's Master's thesis at University of Oslo.
0 commit comments