We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ddc8f commit 51299a2Copy full SHA for 51299a2
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [v0.4.5](https://github.com/livebook-dev/pythonx/tree/v0.4.5) (2025-07-29)
8
9
-### Updated
+### Changed
10
11
- Optimised converstion from Python bytes and strings to Elixir binaries to avoid copying ([#19](https://github.com/livebook-dev/pythonx/pull/19))
12
mix.exs
@@ -5,7 +5,7 @@ end
5
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.5"
+ @version "0.4.6-dev"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments