Matthew Feickert
Matthew Feickert
# Release Checklist ## Before Release * [x] Update the checklist Issue template in the [``.github/ISSUE_TEMPLATE``](https://github.com/scikit-hep/pyhf/tree/main/.github/ISSUE_TEMPLATE) directory if there are revisions. * [x] Migrate any unresolved Issues or PRs from...
### Summary Based off of emails and conversations related to: * https://github.com/scikit-hep/pyhf/issues/2262 * https://github.com/scikit-hep/pyhf/issues/1620 * https://github.com/pyhf/pyhf-tutorial/pull/57 and others it would be good to have a "learn" style notebook that builds...
### Summary If you look at the [pyhf logo in the README on GitHub](https://github.com/scikit-hep/pyhf/tree/bd8c21a33b2f3ce8b41ea78cb351eef91c21b92b) in dark mode in your browser it looks bad / is hard to read. [](https://github.com/scikit-hep/pyhf/tree/bd8c21a33b2f3ce8b41ea78cb351eef91c21b92b) Instead...
# Description Resolves #2256 Use codecov-cli to upload coverage report over codecov/codecov-action GitHub Action to be able to make future use of Codecov ATS. - c.f. https://docs.codecov.com/docs/the-codecov-cli # Checklist Before...
### Summary To potentially use Sentry's/Codecov's ATS we first need to use the [Codecov CLI](https://docs.codecov.com/docs/the-codecov-cli) to upload our coverage reports. https://docs.codecov.com/docs/the-codecov-cli#how-to-upload-to-codecov makes it seem like the workflow would be ```console...
https://github.com/behaviorbot allows for automatically responding to new users and can give some helpful advice if people don't follow templates. It would be good to enable behaviorbot on pyhf and to...
### Summary Having a plugin system would allow for projects like @malin-horstmann's https://github.com/malin-horstmann/pyhf_pymc to automatically extend the `pyhf` API by just being installed in the same Python virtual environment as...
From @henryiii on [IRIS-HEP Slack](https://iris-hep.slack.com/archives/CFEK2FECR/p1682439375021119?thread_ts=1682354328.273709&cid=CFEK2FECR): > FYI, I added WASM wheel builds and tests to boost-histogram’s CI. We pass the whole test suite except for the threading ones (obviously) (the...
# Release Checklist ## Before Release * [x] Migrate any unresolved Issues or PRs from the [release GitHub project board](https://github.com/scikit-hep/pyhf/projects/) to a new project board. * [x] Verify that there...
### Summary The default user for the `pyhf` images is `root`. ```console $ docker run --rm -ti --entrypoint /bin/bash pyhf/pyhf:v0.7.0 root@c2f8d937ca29:/# id uid=0(root) gid=0(root) groups=0(root) ``` This isn't great, as...