v2.2.0
Pre-release
Pre-release
This release includes out-of-box support for Python modules that do not support multiple Python sub-interpreters running in a single process e.g. numpy
, PyO3
, Transformers
, etc..
Note: to start using the latest version of Ghidrathon you will need to rebuild it using the latest steps and dependencies outlined in our README.
Please report any issues to our GitHub.
What's Changed
- doc: clarify that disabling Jython has to happen from CodeBrowser by @williballenthin in #54
- core: fix unhandled exception when empty auto complete clicked by @mike-hunhoff in #60
- core: switch GhidrathonInterpreter to use Jep SharedInterpreter by @mike-hunhoff in #61
New Contributors
- @williballenthin made their first contribution in #54
Full Changelog: v2.1.0...v2.2.0