Skip to content

Commit 378af4b

Browse files
authored
Merge pull request #883 from lesteve/patch-1
2 parents 7283ccb + ee68b2e commit 378af4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,12 @@ following non-exhaustive changes.
377377
- We now have a new dependency: `matplotlib-inline`, this helps to separate the
378378
circular dependency between IPython/IPykernel and matplotlib.
379379

380-
- All outputs to stdout/stderr should now be captured, including subprocesses
381-
and output of compiled libraries (blas, lapack....). In notebook
382-
server, some outputs that would previously go to the notebooks logs will now
383-
both head to notebook logs and in notebooks outputs. In terminal frontend
384-
like Jupyter Console, Emacs or other, this may ends up as duplicated outputs.
380+
- On POSIX systems, all outputs to stdout/stderr should now be captured,
381+
including subprocesses and output of compiled libraries (blas, lapack....).
382+
In notebook server, some outputs that would previously go to the notebooks
383+
logs will now both head to notebook logs and in notebooks outputs. In
384+
terminal frontend like Jupyter Console, Emacs or other, this may ends up as
385+
duplicated outputs.
385386

386387
- coroutines are now native (async-def) , instead of using tornado's
387388
`@gen.coroutine`

0 commit comments

Comments
 (0)