You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`python/egglog/version_compat.py` - Python version compatibility utilities
135
+
-`python/egglog/examples/` - End-to-end samples and tutorials demonstrating the API
136
+
-`python/egglog/exp/` - Experimental Array API integrations and code generation helpers
137
+
138
+
The compiled extension artifact `python/egglog/bindings.cpython-*.so` is generated by `uv sync` and should not be edited manually.
128
139
129
140
## Code Style Preferences
130
141
@@ -144,7 +155,7 @@ When making changes:
144
155
4. Build documentation if changing public APIs
145
156
5. Follow existing code patterns and style
146
157
6. Keep changes minimal and focused
147
-
7.Add a changelog entry in `docs/changelog.md`under the UNRELEASED section
158
+
7.Ensure the automatic changelog entry in `docs/changelog.md`(added when opening the PR) accurately reflects your change and add manual notes if additional clarification is needed
0 commit comments