Skip to content

v2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mike-hunhoff mike-hunhoff released this 31 Jul 20:36
· 25 commits to main since this release
d463c9d

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

Full Changelog: v2.1.0...v2.2.0