v1.0.30
What's Changed
Bug Fixes
sys.executable
is now thepython
executable path instead of the .NET host process. Stops confusion from packages (like spacy) which assume you can callsys.executable
to pip install packages. PR by @tonybaloney in #380- Make GIL disposal idempotent once disposed by @atifaziz in #372
Improvements
- Create no window on pip and virtualenv commands by @tonybaloney in #376
Other
- Add basic tests to exercise GIL management by @atifaziz in #373
- Cleanup dependencies now that .NET 9 has hit RTM by @buvinghausen in #375
New Contributors
- @buvinghausen made their first contribution in #375
Full Changelog: v1.0.29...v1.0.30