File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.4.8] ( https://github.com/livebook-dev/pythonx/tree/v0.4.8 ) (2026-03-04)
8+
9+ ### Added
10+
11+ - ` Pythonx.install_env/0 ` and ` Pythonx.install_paths/0 ` to streamline usage with FLAME ([ #35 ] ( https://github.com/livebook-dev/pythonx/pull/35 ) )
12+ - Python API for sending messages to Elixir ([ #38 ] ( https://github.com/livebook-dev/pythonx/pull/38 ) )
13+ - Added ` :native_tls ` option to ` Pythonx.uv_init/2 ` ([ #41 ] ( https://github.com/livebook-dev/pythonx/pull/41 ) )
14+ - Added ` :python ` option to ` Pythonx.uv_init/2 ` for free-threaded Python support ([ #45 ] ( https://github.com/livebook-dev/pythonx/pull/45 ) )
15+ - Remote evaluation via ` Pythonx.remote_eval/4 ` and FLAME integration ([ #46 ] ( https://github.com/livebook-dev/pythonx/pull/46 ) )
16+
17+ ### Fixed
18+
19+ - Global uv config affecting ` Pythonx.uv_init/2 ` ([ #34 ] ( https://github.com/livebook-dev/pythonx/pull/34 ) )
20+
721## [ v0.4.7] ( https://github.com/livebook-dev/pythonx/tree/v0.4.7 ) (2025-08-08)
822
923### Added
Original file line number Diff line number Diff line change 55defmodule Pythonx.MixProject do
66 use Mix.Project
77
8- @ version "0.4.8-dev "
8+ @ version "0.4.8"
99 @ description "Python interpreter embedded in Elixir"
1010 @ github_url "https://github.com/livebook-dev/pythonx"
1111
You can’t perform that action at this time.
0 commit comments