File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ _This project uses semantic versioning_
5
5
## UNRELEASED
6
6
7
7
- Add ability to parse egglog expressions into Python values [ #319 ] ( https://github.com/egraphs-good/egglog-python/pull/319 )
8
- - Support methods like on expressions [ #315 ] ( https://github.com/egraphs-good/egglog-python/pull/315 )
8
+ - Deprecates ` .eval() ` method on primitives in favor of ` .value ` which can be used with pattern matching.
9
+ - Support methods like on expressions [ #315 ] ( https://github.com/egraphs-good/egglog-python/pull/315 )
9
10
- Automatically Create Changelog Entry for PRs [ #313 ] ( https://github.com/egraphs-good/egglog-python/pull/313 )
10
11
- Upgrade egglog which includes new backend.
11
12
- Fixes implementation of the Python Object sort to work with objects with dupliating hashes but the same value.
You can’t perform that action at this time.
0 commit comments