Matthew Feickert

Results 235 issues of Matthew Feickert
trafficstars

# Description Use `uv` to try to speed up the installs of all the Python dependencies. # Checklist Before Requesting Reviewer - [ ] Tests are passing - [x] "WIP"...

CI
need-to-backport

# Release Checklist ## Before Release * [ ] 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. * [ ] Migrate any unresolved Issues or...

docs

# Description While TensorFlow and JAX will detect out of the box if there is an available GPU for them to run on and utilize it (if the [system environment...

feat/enhancement
API

In relation to Issue #2059, @lorenzennio was wanting to handle this via raising `InvalidNameReuse` though he and @kratsg pointed out that what is actually happening is maybe a better use...

help wanted
API

# Release Checklist ## Before Release * [ ] 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. * [ ] Migrate any unresolved Issues or...

docs

# Description Resolves #1580 Add `pyhf.utils.environment_info` which produces a summary of the environment that the user is working in, which can be used to unify information for bug reports. Also...

feat/enhancement
tests
API
CLI

> Anyway, the problem is the string: > > ```python > command = f'pyhf xml2json validation/xmlimport_input/config/example.xml --basedir validation/xmlimport_input/ --output-file {temp.strpath:s} --hide-progress' > ret = script_runner.run(shlex.split(command)) > ``` > > Paths...

help wanted
tests
Windows

> ```suggestion > choices=["numpy", "tensorflow", "pytorch", "jax", "minuit"], > ``` > > Is there a reason to not include `numpy`? _Originally posted by @matthewfeickert in https://github.com/scikit-hep/pyhf/pull/2340#discussion_r1346826533_ Even though Issue https://github.com/scikit-hep/pyhf/issues/1454...

tests

### Summary In a similar vein to Issue #2249, it should be possible over time to drastically reduce the code surface area that the pyhf backends need to provide themselves...

feat/enhancement
needs-triage

# 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. - c.f. https://github.com/scikit-hep/pyhf/pull/2291 * [x] Migrate any unresolved Issues...

docs