v0.2.2
This release enables the use of all pyhf
backends and adds a helper function to set up custom logging output. It also fixes Asimov dataset generation for models with shapesys
modifiers.
To set a pyhf
backend, use the pyhf
API: pyhf.set_backend
. This backend is no longer overridden within cabinetry
and therefore used for inference and other operations in pyhf
.
Full list of changes:
- chore: updating version to 0.2.2 (#239)
- fix: Asimov generation with shapesys modifiers (#238)
- feat: helper function for log formatting (#237)
- feat: support all pyhf backends (#228)
- fix: workaround for coverage bug (#234)
- fix: simplify example workspace and small type check fix (#235)
- chore: add standard venv names and notebook checkpoints to gitignore (#229)
- fix: compatibility with mypy 0.900 (#232)
- fix: NamedTuple compatibility in typeguard, Codecov token for upload (#230)
- refactor: histogram normalization (#226)
- test: extend coverage for workspace building (#225)