Skip to content

Releases: voutilad/rp-connect-python

v1.1.0

08 Aug 17:23
Compare
Choose a tag to compare
  • Add in bytes support. Was silently dropping those before 😬 .
  • Add in tests for the 3 different runtimes.

v1.0.0

07 Aug 19:56
Compare
Choose a tag to compare
  • Adds multiple interpreter modes:
    • multi -- for most use cases with pure Python
    • legacy -- for legacy extension support
    • single -- for troublesome scientific software that uses lots of non-Python code
  • Bug fixes galore.
  • Updated docs.

v0.4.0

06 Aug 17:18
Compare
Choose a tag to compare
  • Adds proper Python Long and String support.
  • Uses gogopython v0.8.0

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Aug 20:55
Compare
Choose a tag to compare

Fixes and improvements:

  • 🚀 properly using multiple sub-interpreters simultaneously
  • 🧓 added legacy_mode config knob to allow toggling to a mode that should support NumPy

Still todo:

v0.2.0

02 Aug 21:27
Compare
Choose a tag to compare

Refactor, bug fixes, and memory improvements.

Still pretty slow due to some serious hacks. Room for improvement, though!

v0.1.0

01 Aug 17:45
Compare
Choose a tag to compare
fix issues for zsh, dropping single quote in helper command arg