Matthew Feickert

Results 235 issues of Matthew Feickert
trafficstars

# Description Resolves #2466 As `toms748_scan` uses caching of results it requires that the results are hashable objects, which arrays are not. So to keep using this approach convert to...

tests
fix
need-to-backport

In https://github.com/scientific-python/upload-nightly-action/issues/77 @larsoner saw ``` anaconda --token *** upload --force --user scientific-python-nightly-wheels --label main dist/h5py-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl dist/h5py-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl dist/h5py-3.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl dist/h5py-3.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ``` fail with ``` Warning: Distribution "h5py-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" already exists. Removing. Creating package...

> `conda-lock` itself hauls in... a lot of dependencies, so may not be a good candidate for the "base coat" environment. `micromamba`, already present, is certainly up to the task...

> As a related improvement, we could also show that it's possible to use sparse identifiers with actual whitespaces when quoted. Like `pip ~= 23.1`, or `resolvelib > 0.5, !=...

type: enhancement
good first issue
component: specifications

We should get docs up in general, but @lukasheinrich pointed out that we should probably be tracking pylhe citations as well. This is what I have just from `https://www.google.com/search?q=pylhe+site%3Aarxiv.org`: *...

docs

Following up on discussion in Issue #76, the files added in https://github.com/scikit-hep/scikit-hep-testdata/pull/56 are in `scikit-hep-testdata` [`v0.4.3+`](https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/v0.4.3). The test should be restructured around this.

test

Following up on https://github.com/scikit-hep/pylhe/pull/157#issuecomment-1371473774 write up notes that explain how to take care of releases and general maintenance.

docs

In https://github.com/scikit-hep/pylhe/pull/139#discussion_r957646977_ it was mentioned that it would be good to add tests for instances in which `KeyErrors` are raised. This would be good to have in general to bring...

test

For `uproot-browser` `v0.6.5` the browser window won't show a plot inside a ROOT file when the browser is active ```console $ micromamba env create --name uproot-browser-issue --yes python=3.11 curl &&...

bug

> Eventually maybe we can re-add it, it's a great resource for how to write a numba extension (well, it was). Fine to take it out for now. _Originally posted...

docs
help wanted