Skip to content

v1.0.30

Compare
Choose a tag to compare
@tonybaloney tonybaloney released this 26 Mar 03:13
· 307 commits to main since this release
ffb9dba

What's Changed

Bug Fixes

  • sys.executable is now the python executable path instead of the .NET host process. Stops confusion from packages (like spacy) which assume you can call sys.executable to pip install packages. PR by @tonybaloney in #380
  • Make GIL disposal idempotent once disposed by @atifaziz in #372

Improvements

Other

New Contributors

Full Changelog: v1.0.29...v1.0.30