Releases: livebook-dev/pythonx
Releases · livebook-dev/pythonx
v0.4.10
Compare
Sorry, something went wrong.
No results found
Added
Support for :python and :native_tls options in compile-time config (#48 )
v0.4.9
Compare
Sorry, something went wrong.
No results found
Added
Added :type, :value and :traceback fields back to Pythonx.Error (#47 )
v0.4.8
Compare
Sorry, something went wrong.
No results found
Added
Pythonx.install_env/0 and Pythonx.install_paths/0 to streamline usage with FLAME (#35 )
Python API for sending messages to Elixir (#38 )
Added :native_tls option to Pythonx.uv_init/2 (#41 )
Added :python option to Pythonx.uv_init/2 for free-threaded Python support (#45 )
Remote evaluation via Pythonx.remote_eval/4 and FLAME integration (#46 )
Fixed
Global uv config affecting Pythonx.uv_init/2 (#34 )
v0.4.7
Compare
Sorry, something went wrong.
No results found
Added
Configuration option to specify the uv version (#30 )
Changed
Default uv version to 0.8.5 (#30 )
v0.4.6
Compare
Sorry, something went wrong.
No results found
Changed
Lowered the runtime glibc version requirement (#29 )
v0.4.5
Compare
Sorry, something went wrong.
No results found
Changed
Optimised converstion from Python bytes and strings to Elixir binaries to avoid copying (#19 )
Fixed
Evaluation crashing when group leader is from another node (#27 )
v0.4.4
Compare
Sorry, something went wrong.
No results found
Fixed
Added missing :extra_applications, which caused Pythonx.uv_init/1 to fail in certain environments
v0.4.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
~PY sigil to not reference undefined Elixir variables (#12 )
v0.4.1
Compare
Sorry, something went wrong.
No results found
Fixed
~PY sigil triggering unused variable warnings (#6 )
Segmentation fault caused by using libraries depending on pybind11 (#9 )