Skip to content

Commit a105276

Browse files
committed
Merge pull request #104 from minrk/prepare-4.3
changelog for 4.3
2 parents 25591f8 + 0409a03 commit a105276

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/changelog.rst

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

4+
4.3
5+
---
6+
7+
4.3.0
8+
*****
9+
10+
`4.3.0 on GitHub <https://github.com/ipython/ipykernel/milestones/4.3>`__
11+
12+
- Publish all IO in a thread, via :class:`IOPubThread`.
13+
This solves the problem of requiring :meth:`sys.stdout.flush` to be called in the notebook to produce output promptly during long-running cells.
14+
- Remove refrences to outdated IPython guiref in kernel banner.
15+
16+
417
4.2
518
---
619

0 commit comments

Comments
 (0)