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
To ensure that developers use exactly the same versions of the package dependencies and developer requirements, some of the repositories provide lock files, such as [`uv.lock`](https://docs.astral.sh/uv/concepts/projects/sync) and [`pixi.lock`](https://pixi.prefix.dev/v0.63.2/workspace/lockfile). The constraint files are updated automatically with the [ComPWA/actions/.github/workflows/lock.yml](https://github.com/ComPWA/actions/blob/v4/.github/workflows/lock.yml) workflow using {ref}`develop:GitHub Actions`.
237
191
238
192
:::{note}
239
193
Constraint files ensure that the framework is _deterministic and reproducible_ (up to
@@ -243,36 +197,6 @@ and for developers (for instance with
243
197
way out of ["dependency hell"](https://en.wikipedia.org/wiki/Dependency_hell).
244
198
:::
245
199
246
-
### Updating
247
-
248
-
It may be that new commits in the repository modify the dependencies. In that case, you
249
-
have to rerun this command after pulling new commits from the repository:
|`FEAT`|[✨ Feature](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9C%A8%20Feature%22)| New feature added to the package |
872
-
|`ENH`|[⚙️Enhancement](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9A%99%EF%B8%8F%20Enhancement%22)| Improvements and optimizations of existing features |
873
-
|`FIX`|[🐛 Bug](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%90%9B+Bug%22)| Bug has been fixed |
874
-
|`BREAK`|[⚠️Interface](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9A%A0%EF%B8%8F%20Interface%22)| Breaking changes to the API |
875
-
|`BEHAVIOR`|[❗ Behavior](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9D%97%20Behavior%22)| Changes that may affect the framework output |
876
-
|`DOC`|[📝 Docs](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%93%9D%20Docs%22)| Improvements or additions to documentation |
877
-
|`MAINT`|[🔨 Maintenance](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%94%A8%20Maintenance%22)| Maintenance and upkeep improvements |
878
-
|`DX`|[🖱️DX](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%96%B1%EF%B8%8F%20DX%22)| Improvements to the Developer Experience |
|`FEAT`|<fontcolor="#C2E0C6">#C2E0C6</font> |[✨ Feature](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9C%A8%20Feature%22)| New feature added to the package |
796
+
|`ENH`|<fontcolor="#C2E0C6">#C2E0C6</font> |[⚙️ Enhancement](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9A%99%EF%B8%8F%20Enhancement%22)| Improvements and optimizations of existing features |
797
+
|`FIX`|<fontcolor="#E11D21">#E11D21</font> |[🐛 Bug](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%90%9B+Bug%22)| Bug has been fixed |
798
+
|`BREAK`|<fontcolor="#F9D0C4">#F9D0C4</font> |[⚠️ Interface](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9A%A0%EF%B8%8F%20Interface%22)| Breaking changes to the API |
799
+
|`BEHAVIOR`|<fontcolor="#F9D0C4">#F9D0C4</font> |[❗ Behavior](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%E2%9D%97%20Behavior%22)| Changes that may affect the framework output |
800
+
|`DOC`|<fontcolor="#BFD4F2">#BFD4F2</font> |[📝 Docs](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%93%9D%20Docs%22)| Improvements or additions to documentation |
801
+
|`MAINT`|<fontcolor="#FFCD8F">#FFCD8F</font> |[🔨 Maintenance](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%94%A8%20Maintenance%22)| Maintenance and upkeep improvements |
802
+
|`DX`|<fontcolor="#FEF2C0">#FEF2C0</font> |[🖱️ DX](https://github.com/search?o=desc&s=created&type=Issues&q=user%3AComPWA+label%3A%22%F0%9F%96%B1%EF%B8%8F%20DX%22)| Improvements to the Developer Experience |
879
803
880
804
- Keep pull requests small. If the issue you try to address is too big, discuss in the
Copy file name to clipboardExpand all lines: docs/symbolics.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -626,7 +626,7 @@
626
626
"\n",
627
627
"Second, [code generation](#code-generation) makes it possible to serialize symbolic amplitude models to human-readable format for preservation on disk or sharing with others. For example, just as with the generation of numerical functions, the model's [expression tree](#expression-trees) can be used to generate nodes in a serialization format like YAML or JSON. Other analysis frameworks can then import the model for cross-checks or for adapting the analysis to other experiments.\n",
628
628
"\n",
629
-
"On a technical note, the Python ecosystem in combination with Jupyter Notebooks and [Sphinx](https://www.sphinx-doc.org) (a documentation builder) makes it possible for any reader to directly rerun analysis in the browser or in some local environment. [Pinned dependencies](https://github.com/ComPWA/update-pip-constraints) ensure that the analysis produces the same results."
629
+
"On a technical note, the Python ecosystem in combination with Jupyter Notebooks and [Sphinx](https://www.sphinx-doc.org) (a documentation builder) makes it possible for any reader to directly rerun analysis in the browser or in some local environment. {ref}`Pinned dependencies <develop:Pinning dependency versions>` ensure that the analysis produces the same results."
0 commit comments