Releases: livebook-dev/pythonx
Releases · livebook-dev/pythonx
v0.4.7
08 Aug 09:18
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
05 Aug 07:27
Compare
Sorry, something went wrong.
No results found
Changed
Lowered the runtime glibc version requirement (#29 )
v0.4.5
29 Jul 08:17
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
07 Mar 07:52
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
06 Mar 11:32
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
27 Feb 04:56
Compare
Sorry, something went wrong.
No results found
Changed
~PY sigil to not reference undefined Elixir variables (#12 )
v0.4.1
25 Feb 06:05
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 )
v0.4.0
21 Feb 16:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found