Skip to content

Commit 6298d70

Browse files
committed
Release notes for 4.4
1 parent 8e68043 commit 6298d70

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changes in IPython kernel
22
=========================
33

4+
4.4
5+
---
6+
7+
`4.4 on GitHub <https://github.com/ipython/ipykernel/milestones/4.4>`__
8+
9+
- Fixes for logging problems caused by 4.3,
10+
where logging could go to the terminal instead of the notebook.
11+
- Add ``--sys-prefix`` and ``--profile`` arguments to :command:`ipython kernel install`
12+
- Allow Comm (Widget) messages to be sent from background threads
13+
- Select inline matplotlib backend by default if ``%matplotlib`` magic or
14+
``matplotlib.use()`` are not called explicitly (for matplotlib >= 1.5).
15+
- Fix some longstanding minor deviations from the message protocol
16+
(missing status: ok in a few replies, connect_reply format).
17+
18+
419
4.3
520
---
621

0 commit comments

Comments
 (0)