-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: JGordonHall/cel-python
base: main
head repository: cel-expr/cel-python
compare: main
- 10 commits
- 25 files changed
- 1 contributor
Commits on Jun 11, 2026
-
PiperOrigin-RevId: 930640971
Configuration menu - View commit details
-
Copy full SHA for 9d5a61d - Browse repository at this point
Copy the full SHA 9d5a61dView commit details
Commits on Jun 16, 2026
-
Add Python bindings and wrapper for CEL Policy compilation.
Add cel_policy.compile Python wrapper and C++ bindings to compile CEL policies into CEL AST expressions (cel.Expression). Refactor cel C++ sources into a standalone pybind_library to enable clean C++ dependency sharing across extension modules. Add comprehensive unit tests verifying policy compilation, invalid condition handling, unnesting height limits, and AST evaluation. PiperOrigin-RevId: 933160646
Configuration menu - View commit details
-
Copy full SHA for adc0bfd - Browse repository at this point
Copy the full SHA adc0bfdView commit details
Commits on Jun 17, 2026
-
Update cel-cpp git override commit and remote in MODULE.bazel
PiperOrigin-RevId: 933916502
Configuration menu - View commit details
-
Copy full SHA for 5a5538c - Browse repository at this point
Copy the full SHA 5a5538cView commit details -
Add context_variable to CEL Env
Context_variable is a struct type that defines top-level variables that can be directly referenced by a CEL policy. PiperOrigin-RevId: 933928877
Configuration menu - View commit details
-
Copy full SHA for 200bb5f - Browse repository at this point
Copy the full SHA 200bb5fView commit details -
Add support for macos/x86_64 wheels
PiperOrigin-RevId: 933998105
Configuration menu - View commit details
-
Copy full SHA for 4414207 - Browse repository at this point
Copy the full SHA 4414207View commit details
Commits on Jun 18, 2026
-
Fix Windows bazel build by unsetting ANDROID_HOME
Prevent transitive rules_android dependency from attempting to configure an Android SDK repository on CI environments where ANDROID_HOME is set but contains an incompatible Android SDK build tools version. PiperOrigin-RevId: 934508617
Configuration menu - View commit details
-
Copy full SHA for 78c8096 - Browse repository at this point
Copy the full SHA 78c8096View commit details
Commits on Jun 22, 2026
-
Update YAML configuration and constructors to use type and overload s…
…ignatures PiperOrigin-RevId: 936227381
Configuration menu - View commit details
-
Copy full SHA for 42ea759 - Browse repository at this point
Copy the full SHA 42ea759View commit details -
PiperOrigin-RevId: 936270519
Configuration menu - View commit details
-
Copy full SHA for 584be4f - Browse repository at this point
Copy the full SHA 584be4fView commit details
Commits on Jun 24, 2026
-
Update release scripts and pyproject.toml for ARM and Python 3.14 sup…
…port PiperOrigin-RevId: 937397017
Configuration menu - View commit details
-
Copy full SHA for ed5fb18 - Browse repository at this point
Copy the full SHA ed5fb18View commit details -
Fix release scripts for cel-python.
- In release_linux.sh, install git because it is needed to clone the repository but not present in the default ubuntu image. - In release_windows.bat, restructure SCM resolution to avoid using batch labels inside parenthesized if/else blocks, which causes "The system cannot find the batch label specified" errors. PiperOrigin-RevId: 937568390
Configuration menu - View commit details
-
Copy full SHA for b8e324c - Browse repository at this point
Copy the full SHA b8e324cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main