Skip to content

Commit a14197e

Browse files
committed
Release v0.4.8
1 parent bd60c1c commit a14197e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55
defmodule 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

0 commit comments

Comments
 (0)