Skip to content

Commit

Permalink
Merge pull request #883 from lesteve/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 17, 2022
2 parents 7283ccb + ee68b2e commit 378af4b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,12 @@ following non-exhaustive changes.
- We now have a new dependency: `matplotlib-inline`, this helps to separate the
circular dependency between IPython/IPykernel and matplotlib.

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

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

0 comments on commit 378af4b

Please sign in to comment.