Matthew Feickert
Matthew Feickert
To better help the docs be useful _across_ versions it would be good to add the [Sphinx paragraph-level markup directives](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#paragraph-level-markup) `versionadded`, `versionchanged`, and `deprecated` where necessary / relevant. (Thanks to...
Creating the GitHub pre-release [`v0.7.0rc1`](https://github.com/scikit-hep/pyhf/releases/tag/v0.7.0rc1) should have triggered the publish to PyPI workflow, but it didn't. I don't think that there is a `pre_release` `github.event_name` https://github.com/scikit-hep/pyhf/blob/acde7f4ff8d0db2351f5d6e31ff5584e34da0cf0/.github/workflows/publish-package.yml#L104-L105 so we'll need to...
PR #1625 added the modifier builder and combine classes, but they might be good candidates for a refactor that allows for a base class. They also all need docstrings. This...
# Description Add release notes for pyhf v0.7.0. Relevant RTD build: https://pyhf--1705.org.readthedocs.build/en/1705/release-notes.html#release-v0-7-0 # Checklist Before Requesting Reviewer - [ ] Tests are passing - [ ] "WIP" removed from the...
No strong opinion here, I think it is fine as-is. I personally think that the "What does it support" section is expert-level material, and that there is a lot of...
It was pointed out by @jpivarski, @alexander-held, and @cranmer today in the IRIS-HEP Analysis Systems meeting that adding detailed version information like this https://github.com/scikit-hep/pyhf/blob/86229ad3257ddbbdb78548d7ceade5c9ab683a0c/CITATION.cff#L17-L18 is probably more of a harm...
Following up from PR #1846, @kratsg has suggested that we sort the contributions that show up the annotated tags for releases. This seems like a pretty good idea to get...
### Summary When trying to get the Notebook tests to work again, it seems that any notebook that happens to ### OS / Environment ```console GHA runner for `ubuntu-latest` ```...
# Description Resolves #1674 Use Typer to provide the CLI API # Checklist Before Requesting Reviewer - [ ] Tests are passing - [ ] "WIP" removed from the title...
Loading numpy doesn't matter, "installing" it (via micropip) is what takes some time, that's when it's being copied to your local browser cache. But that's fine. SciPy is worse, but...