@@ -7,24 +7,25 @@ Changes in IPython kernel
774.6.0
88*****
99
10- `4.6.0 on GitHub <https://github.com/ipython/ipykernel/milestones/4.6.0 >`__
10+ `4.6.0 on GitHub <https://github.com/ipython/ipykernel/milestones/4.6 >`__
1111
1212- Add to API `DisplayPublisher.publish ` two new fully backward-compatible
1313 keyword-args:
1414 - `update: bool `
1515 - `transient: dict `
16- - Add a new dict, `transient `, to message spec for `publish `. For a display
17- data message, `transient ` contains data that shouldn't be persisted to files
18- or documents. Add a `display_id ` to this `transient ` dict by
19- `display(obj, display_id=...) `
16+ - Support new `transient ` key in ` display_data ` messages spec for `publish `.
17+ For a display data message, `transient ` contains data that shouldn't be
18+ persisted to files or documents. Add a `display_id ` to this `transient `
19+ dict by `display(obj, display_id=...) `
2020- Add `ipykernel_launcher ` module which removes the current working directory
2121 from `sys.path ` before launching the kernel. This helps to reduce the cases
2222 where the kernel won't start because there's a `random.py ` (or similar)
2323 module in the current working directory.
24- - Add busy/idle messages on IOPub during processing of every kernel request
24+ - Add busy/idle messages on IOPub during processing of aborted requests
2525- Add active event loop setting to GUI, which enables the correct response
2626 to IPython's `is_event_loop_running_xxx `
27- - Add Python 3.6 support
27+ - Include IPython kernelspec in wheels to reduce reliance on "native kernel
28+ spec" in jupyter_client
2829- Modify `OutStream ` to inherit from `TextIOBase ` instead of object to improve
2930 API support and error reporting
3031- Fix IPython kernel death messages at start, such as "Kernel Restarting..."
0 commit comments