Matthew Feickert
Matthew Feickert
After looking around in the [Issues related to `prune`](https://github.com/mgedmin/check-manifest/issues?q=is%3Aissue+prune) I think the answer is "no", but I thought I'd ask here explicitly though I think this is just (maybe?) related...
:wave: @ericmjl (cc @hugobowne as Eric is busy for good reason — congrats Eric!) would you be open to having the CI get revamped so that it is working again...
This PR partially reverts things I did in PR #85. To make it easier for users who are not used to binder but maybe used to typical Conda workflows, add...
## Question :wave: Hi. While trying to get a nightly notebook `pytest` test working again with modern `papermill` and `scrapbook` (c.f. https://github.com/scikit-hep/pyhf/pull/1841) I noticed that if I have [Python filter...
# Description Hi @rafaelbailo. It looks like your Poster 2.0 latex template is quite nice and becoming popular. Thank you for making it! Would you consider making it a [GitHub...
To try to reduce some of the workflow confusion that PR #69 caused, this PR assumes that maintainers will use `bump2version` to make a release tag and adds a `.bumpversion.cfg`...
At [the moment](https://github.com/scikit-optimize/scikit-optimize/tree/747b43fb03126de5cb26e2090d6ecd93943a2dd7), neither `setup.py` or `setup.cfg` contain a `python_reuires` lower bound, which from https://github.com/scikit-optimize/scikit-optimize/blob/747b43fb03126de5cb26e2090d6ecd93943a2dd7/setup.py#L30-L32 seems like it should be ``` python_requires = >=3.6 ``` This is important as if...
This PR starts to address Issue #1060 by adding in just the testing component in a GitHub Actions based workflow. All other workflows (linting, docs, deployment) will be added in...
Hi All. I see that the CI is currently based on Travis CI and Circle CI but that the Circle CI build is failing and the Travis CI hasn't run...
If there is interest, it would be nice to add a [`CITATION.cff`](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) especially as there is already a [Zenodo archive for `uproot`](https://doi.org/10.5281/zenodo.4340632). I would be happy to make the PR.