v0.7.0rc4
Pre-release
Pre-release
Notes
This is the fourth v0.7.0
release candidate. Please use this for API testing, and for testing correctness or performance for v0.7.0
.
To install the release candidate you can either use pip install
's --pre
flag
python -m pip install --upgrade --pre pyhf
or specify the version number exactly
python -m pip install --upgrade 'pyhf==0.7.0rc4'
What's Changed
- docs: Document Channel Summary Mixin by @kratsg in #1972
- docs: Harmonize docstring for test_stat in ToyCalculator by @kratsg in #1970
- feat: Add support for
_ModelConfig.set_poi(None)
to unset model POI by @kratsg in #1985 - chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1989
- fix: Add guards against shared shapesys paramsets by @kratsg in #1977
- feat: Add type hints for tensor manager by @kratsg in #1963
- fix: Form data through loop over channels for multichannel coupled histo notebook by @kratsg in #1974
- feat: Allow schema validation with tensor types by @kratsg in #1665
- fix: Guard against nan in test stat calculation by @matthewfeickert in #1993
- fix: Pin codemetapy to v0.3.5 for
--no-extras
functionality by @matthewfeickert in #1995 - ci: Install release candidates for 'current release' test workflow by @matthewfeickert in #1996
- refactor: Use urllib.parse.urlsplit over urlparse by @matthewfeickert in #1997
Full Changelog: v0.7.0rc3...v0.7.0rc4