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.
2 parents bbb4df8 + 1d902d7 commit f5a0db9Copy full SHA for f5a0db9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "egglog_python"
3
-version = "10.0.2"
+version = "11.0.0"
4
edition = "2024"
5
6
docs/changelog.md
@@ -4,6 +4,8 @@ _This project uses semantic versioning_
## UNRELEASED
7
+## 11.0.0 (2025-08-08)
8
+
9
- Change conversion between binary operators to consider converting both types [#320](https://github.com/egraphs-good/egglog-python/pull/320)
10
- Add ability to parse egglog expressions into Python values [#319](https://github.com/egraphs-good/egglog-python/pull/319)
11
- Deprecates `.eval()` method on primitives in favor of `.value` which can be used with pattern matching.
0 commit comments