Skip to content

Tags: hardbyte/python-common-expression-language

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to cel-rust 0.14, extended stdlib, and PyO3 0.29 (#37)

Upgrade cel-rust 0.13->0.14 and PyO3 0.27->0.29 (fixes two upstream advisories), add an opt-in extended standard library mirroring cel-go, expose expression static analysis (Program.references), and prepare 0.7.0. See CHANGELOG for behaviour changes and details.

v0.6.0

Toggle v0.6.0's commit message
Prepare 0.6.0 release

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix mapping conversion for dict subclasses (#29)

* Fix mapping conversion for dict subclasses

* Bump version to 0.5.6

* Fix dict subclass test to avoid shared state

* Clarify mapping key conversion error

v0.5.5

Toggle v0.5.5's commit message
Prepare 0.5.5 release

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add substring() function to stdlib and improve logging (#21)

* Remove warning log
* Add substring function to stdlib, use stdlib in CLI

v0.5.1

Toggle v0.5.1's commit message
Release version 0.5.1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release/0.5.0 (#8)

* documentation updates
* Add version retrieval and display option to CLI
* bump version to 0.5.0

v0.4.1

Toggle v0.4.1's commit message
Fix regex pattern in CLI

v0.4.0

Toggle v0.4.0's commit message
Update tests/test_arithmetic.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.3.1

Toggle v0.3.1's commit message
handle None values