Skip to content

Commit

Permalink
Add precision about subprocess stdout/stderr capturing
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored Mar 17, 2022
1 parent 7283ccb commit ee68b2e
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 ee68b2e

Please sign in to comment.