v0.7.0rc3
Pre-release
Pre-release
Notes
This is the third 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.0rc3'
What's Changed
- docs: Add typehint aliases by @kratsg in #1969
- fix: Base URI for jsonschema.RefResolver has better behavior by @kratsg in #1976
- build: Update lower bounds to jsonschema v4.15.0, importlib-resources v1.4.0 by @matthewfeickert in #1979
- fix: Add PR number to Semantic PR Title Check concurrency group by @kratsg in #1981
- feat: Promote
validate
kwarg to top-level functions inpyhf.simplemodels
by @phinate in #1858 - docs: Clarify absolute/relative for histosys by @kratsg in #1971
New Contributors
Full Changelog: v0.7.0rc2...v0.7.0rc3