Releases: andfoy/pywinpty
PyWinpty release v2.0.4
Minor pywinpty release that brings support for both winpty-rs
v0.3.4 and windows-2022
CI images. Python 3.6 support was dropped officially.
What's Changed
Full Changelog: v2.0.3...v2.0.4
PyWinpty release v2.0.3
Minor PyWinPTY release that temporarily disables ConPTY testing and updates some dependencies.
What's Changed
- PR: Add test that terminate causes EOFError by @blink1073 in #213
- Bump actions/checkout from 2 to 3 by @dependabot in #215
- Update pyo3 requirement from 0.15.0 to 0.16.0 by @dependabot in #214
Full Changelog: v2.0.2...v2.0.3
PyWinpty release v2.0.2
Minor pywinpty release that provides compatibility with winpty-rs v0.3.3
What's Changed
Full Changelog: v2.0.1...v2.0.2
PyWinpty release v2.0.1
Minor pywinpty release that fixed a major issue with the wheel distribution, which was not including the winpty binaries.
What's Changed
Full Changelog: v2.0.0...v2.0.1
PyWinpty release v2.0.1-pre0
Testing release
PyWinpty release v2.0.0
Major pywinpty release that simplifies the dependencies as well the building environment. The PTY implementation details were moved into their own library in rust, winpty-rs
and C++ dependencies were dropped, which implies that this library functions as a simple PyO3 wrapper that calls winpty-rs
without any added complexities.
Backward compatible changes
PTY
andPtyProcess
no longer accept anencoding
keyword argument.
Performance improvements
PtyProcess
reading thread is now blocking, and no longer consumes CPU unnecessarily.
Other improvements
- The
backend
argument is now working onPtyProcess
.
What's Changed
- Update windows requirement from 0.26.0 to 0.28.0 by @dependabot in #203
- Update windows requirement from 0.28.0 to 0.29.0 by @dependabot in #204
- PR: Move implementation to use winpty-rs by @andfoy in #206
Full Changelog: v1.1.6...v2.0.0
PyWinpty release v1.1.6
Minor release that improves the support on arm64 (although not tested) and re-enables support for win32 builds, thanks to @nsait-linaro and @cgohlke. Also, some Rust dependencies were updated to their latest versions.
What's Changed
- enable building pywinpty without winpty and debug code by @nsait-linaro in #198
- Fix compile error C2664 on win32 by @cgohlke in #192
- Update pyo3 requirement from 0.14.1 to 0.15.0 by @dependabot in #194
- add support for arm64 compilation by @nsait-linaro in #199
- Update windows requirement from 0.21.1 to 0.26.0 in /findlib by @dependabot in #196
New Contributors
Full Changelog: https://github.com/spyder-ide/pywinpty/blob/master/CHANGELOG.md#version-116-2021-11-15
PyWinpty release v1.1.5
Minor pywinpty release that updates some Rust dependencies and adds support for Python 3.10
PyWinpty release v1.1.4
This is a minor release of pywinpty that updates some Rust dependencies versions, as well it provides support for the latest Maturin release, which fixes some issues with PyPy wheel tag naming.
PyWinpty release v1.1.3
Minor release of pywinpty that fixes some issues related to stderr redirection and pseudoterminal creation inside a graphical application when using the ConPTY backend.