Matthew Feickert

Results 235 issues of Matthew Feickert
trafficstars

Using [`jsonschema` `4.18.0a1`](https://pypi.org/project/jsonschema/4.18.0a1/) in the release candidate tests causes the tests to fail as the following `DeprecationWarning` is introduced when `jsonschema.RefResolver` is used. ``` DeprecationWarning: jsonschema.RefResolver is deprecated as of...

bug
dependencies

Need to decide if we can use hatch envs with the current workflows that we have around nox (which I don't want to change in this PR) or if we'll...

research

As noted in https://github.com/nteract/papermill/issues/711 and elsewhere, [`papermill` `v2.4.0`](https://pypi.org/project/papermill/2.4.0/) is not compatible with [`jupyter-client` `v8.0.0`+](https://pypi.org/project/jupyter-client/8.0.0/). A temporary fix for this is to downgrade `jupyter-client` to ```python 'jupyter-client

bug
docs

> You're totally right! I had a memory of removing the badges too, but I think Jim preferred them in there. > > We use the same mechanism though —...

docs

### Summary From feedback from the pyhf NumFOCUS affiliate project application: > This is a nice project and does almost everything right. I would only recommend not having one of...

docs
governance
NumFOCUS

## Is your feature request related to a problem? Please describe. Zenodo itself should be cited at times, and it would be helpful to have a clear, and more easy...

Enhancement

> The `anaconda upload` command `--keep-basename` option would benefit a lot from noting that it is only relevant for `conda` packages and NOT for pure-Python packages. > > https://github.com/Anaconda-Platform/anaconda-client/blob/d9849e3a59c575518bad0001d97556aec9512803/binstar_client/commands/upload.py#L534-L535 >...

Hi. :wave: In https://github.com/scientific-python/upload-nightly-action/issues/31 we're interested in being able to selectively remove packages (on a channel for nightly wheel uploads) if they cross a threshold of time since they have...

As part of https://github.com/scientific-python/upload-nightly-action/issues/15 I'm building a test package to upload following https://packaging.python.org/en/latest/tutorials/packaging-projects/. This minimal package ```console $ tree tests/debug_project tests/debug_project ├── pyproject.toml ├── README.md └── src └── debug └──...

In https://github.com/scientific-python/upload-nightly-action/issues/22 we're seeing that when `matplotlib` is trying to upload nightly wheels to Anaconda Cloud with our GitHub Action that uses `anaconda-client`'s CLI API _most_ of the wheels upload...