Skip to content

Commit 0764e22

Browse files
committed
Release notes for 4.4
1 parent d8006c4 commit 0764e22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ Changes in IPython kernel
1313
This is only done if MPLBACKEND is not already set and no backend has been explicitly loaded,
1414
so setting ``MPLBACKEND=Qt4Agg`` or calling ``%matplotlib notebook`` or ``matplotlib.use('Agg')``
1515
will take precedence.
16+
- Fixes for logging problems caused by 4.3,
17+
where logging could go to the terminal instead of the notebook.
18+
- Add ``--sys-prefix`` and ``--profile`` arguments to :command:`ipython kernel install`
19+
- Allow Comm (Widget) messages to be sent from background threads.
20+
- Select inline matplotlib backend by default if ``%matplotlib`` magic or
21+
``matplotlib.use()`` are not called explicitly (for matplotlib >= 1.5).
22+
- Fix some longstanding minor deviations from the message protocol
23+
(missing status: ok in a few replies, connect_reply format).
24+
- Remove calls to NoOpContext from IPython, deprecated in 5.0.
1625

1726
.. _MPLBACKEND: http://matplotlib.org/devel/coding_guide.html?highlight=mplbackend#developing-a-new-backend
1827

28+
1929
4.3
2030
---
2131

0 commit comments

Comments
 (0)