Matthew Feickert

Results 238 issues of Matthew Feickert
trafficstars

# 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...

docs

### 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...

docs

### 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. [![dark-mode](https://github.com/scikit-hep/pyhf/assets/5142394/09b15d8d-236d-4d99-bab1-753bf899c414)](https://github.com/scikit-hep/pyhf/tree/bd8c21a33b2f3ce8b41ea78cb351eef91c21b92b) Instead...

help wanted
docs

# 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...

CI

### 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...

feat/enhancement
tests

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...

docs
community

### 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...

feat/enhancement
needs-triage

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...

help wanted
tests
CI

# 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...

docs

### 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...

feat/enhancement
good first issue
Docker
needs-triage