Skip to content

Releases: livebook-dev/pythonx

v0.4.2

27 Feb 04:56
Compare
Choose a tag to compare

Changed

  • ~PY sigil to not reference undefined Elixir variables (#12)

v0.4.1

25 Feb 06:05
Compare
Choose a tag to compare

Fixed

  • ~PY sigil triggering unused variable warnings (#6)
  • Segmentation fault caused by using libraries depending on pybind11 (#9)

v0.4.0

21 Feb 16:31
Compare
Choose a tag to compare

Added

  • Options to Pythonx.eval/3 for customizing stdout and stderr destination (#5)

Removed

  • Removed Pythonx.init/3 in favour of always using Pythonx.uv_init/2 (#4)

Fixed

  • sys.executable to point to a Python executable, instead of the BEAM one (#4)

v0.3.0

19 Feb 10:26
Compare
Choose a tag to compare

Initial release.