Releases: livebook-dev/pythonx
Releases · livebook-dev/pythonx
v0.4.4
Fixed
- Added missing
:extra_applications
, which caused Pythonx.uv_init/1
to fail in certain environments
v0.4.3
Changed
sys.executable
to point to a Python executable inside venv, instead of global one (#14)
Fixed
- Waiting on a child process to finish indefinitely (for example
subprocess.run
) (#15)
v0.4.2
Changed
~PY
sigil to not reference undefined Elixir variables (#12)
v0.4.1
Fixed
~PY
sigil triggering unused variable warnings (#6)
- Segmentation fault caused by using libraries depending on pybind11 (#9)
v0.4.0
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)