Skip to content

Commit

Permalink
feat: update to cabinetry 0.6.0 (#19)
Browse files Browse the repository at this point in the history
* update to cabinetry 0.6.0
* improve fit setup for HEPData example
* add example for customizing colors in data/MC figures
  • Loading branch information
alexander-held authored Oct 31, 2023
1 parent a5cc27e commit 7f1bb2a
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 123 deletions.
158 changes: 83 additions & 75 deletions HEPData_workspace.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ See also the [PyHEP 2021 talk: *"Binned template fits with cabinetry"*](https://
The [PyHEP 2022 talk *"End-to-end physics analysis with Open Data: the Analysis Grand Challenge"*](https://indico.cern.ch/event/1150631/contributions/5000592/) shows `cabinetry` in use in a full analysis pipeline.

The tutorials in this repository are generally kept up-to-date with the latest available `cabinetry` version.
They are currently compatible with `cabinetry` [`v0.5.2`](https://github.com/scikit-hep/cabinetry/releases/tag/v0.5.2).
This `cabinetry` version requires Python 3.7 or newer, since `cabinetry` dropped support for Python 3.6 with version [`v0.2.0`](https://github.com/scikit-hep/cabinetry/releases/tag/v0.2.0).
They are currently compatible with `cabinetry` [`v0.6.0`](https://github.com/scikit-hep/cabinetry/releases/tag/v0.6.0).
This `cabinetry` version requires Python 3.8 or newer, since `cabinetry` dropped support for Python 3.7 with version [`v0.6.0`](https://github.com/scikit-hep/cabinetry/releases/tag/v0.6.0).
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cabinetry[contrib]==0.5.2
cabinetry[contrib]==0.6.0
134 changes: 89 additions & 45 deletions example.ipynb

Large diffs are not rendered by default.

0 comments on commit 7f1bb2a

Please sign in to comment.