Version 4.7.2 of Envisage
This is a bugfix release of Envisage, containing a handful of fixes since 4.7.1. The most significant fixes are to the IPython
plugins.
Summary of changes since 4.7.1
Fixes
- Fix some broken imports and name errors in the
envisage.developer
package. (#130) - Add missing test data to support running tests on Python 3.7. (#136)
- Fix reversed interpretation of the
TasksApplication.always_use_default_layout
when creating task windows.
(#144) - In the
InternalIPKernel
plugin, restore original standard streams
(stdout
,stdin
,stderr
) at plugin stop time. (#146) - In the
InternalIPKernel
plugin, fixResourceWarnings
from
unclosed pipes attached to qt consoles. (#147)