v0.7.0rc2
Pre-release
Pre-release
Notes
This is the second 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.0rc2'
What's Changed
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1913
- fix: Disallow Sphinx v5.1.0 to avoid 'exception: pop from an empty deque' by @matthewfeickert in #1925
- build(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in #1924
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1927
- docs: Update lower bound on Sphinx to v5.1.1 by @matthewfeickert in #1926
- fix: Manually set uncertainties for fixed parameters to 0 by @matthewfeickert in #1919
- docs: Add July 2022 use citations by @matthewfeickert in #1929
- docs: Add use citation from Lucas Santiago Borgna's Ph.D. thesis by @matthewfeickert in #1930
- ci: Add yesqa pre-commit hook by @matthewfeickert in #1932
- fix: Coverage for importing XML channels with no data by @kratsg in #1931
- fix: Handle importing XML measurements with no POI attribute by @kratsg in #1933
- feat: Handle absolute paths in XML config files (xml2json / readxml) by @kratsg in #1909
- ci: Report coverage for all Python versions by @matthewfeickert in #1936
- feat: Enable typehints in pre-commit and add typehints to readxml by @kratsg in #1934
- test: Ignore TYPE_CHECKING for coverage by @kratsg in #1937
- build: Set lower bound of typing-extensions to v3.7.4 by @matthewfeickert in #1938
- ci: Make
build
error on warnings by @matthewfeickert in #1887 - chore: Remove 'lint' extra from setup.py by @matthewfeickert in #1943
- refactor: Use string literal types of generic builtins for type checking by @matthewfeickert in #1942
- build: Update git archival options to support auto versioning by @matthewfeickert in #1951
- ci: Use 'strict' option for twine check by @matthewfeickert in #1954
- feat: Validate workspace specification before accessing parts of it by @alexander-held in #1953
- ci: Deploy GitHub Pages docs directly using GitHub Actions by @matthewfeickert in #1955
- fix: Populate the schema cache with local
defs.json
again by @lhenkelm in #1917 - feat: Add typehints to pyhf.tensor by @kratsg in #1940
- build: Update lower bound of click to v8.0.0 by @matthewfeickert in #1958
- build: Update lower bound of typing-extensions to v3.7.4.3 by @matthewfeickert in #1961
- build: Update lower bounds to tensorflow v2.7.0, jaxlib v0.1.61 by @matthewfeickert in #1962
- ci: Restrict deployments of environments to PR merges by @matthewfeickert in #1960
- docs: Add link to public-probability-models website by @matthewfeickert in #1956
- fix: Keep staterror from affecting multiple samples by @lukasheinrich in #1965
- ci: Publish to PyPI on publish of GitHub release by @matthewfeickert in #1968
Full Changelog: v0.7.0rc1...v0.7.0rc2