Skip to content

v0.7.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 29 Jun 16:15

Notes

This is the first v0.7.0 release candidate and contains a known bugs related to staterror (Issue #1720) and shapesys correlation (Issue #1908) that were introduced after v0.6.3. While this is suitable for API testing, please wait for v0.7.0rc2 before testing correctness or performance.

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.0rc1'

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0rc1