Henry Schreiner
Henry Schreiner
And this is my first attempt at a MWE, but it seems to work identically in python and pypy3.8: ```python import sys import gc triggered = [False] # mutable default_hook...
Not very. It's just nice to have as much parity as possible between CPython and PyPy, and the less we have to work around, the better it is for other...
We have CI run for CUDA, right? Maybe we could add 11.7 & show it breaking in CI?
Ahh, yes: https://github.com/pybind/pybind11/pull/3968
I think it's fine to patch it for a restricted range of compilers. nvcc 11.4 - 11.8.0? I'd like to avoid package managers patching pybind11 if possible. Is this something...
Will need to solve unpickling old files with the old axis. Also division support for histograms can be added.
@matthewfeickert's been working on this: * https://github.com/scikit-hep/pyhf/issues/1541 * https://github.com/scikit-hep/pyhf/pull/1551 * https://github.com/scikit-hep/hist/issues/413 * https://github.com/scikit-hep/uproot5/issues/604 * https://github.com/scikit-hep/scikit-hep.github.io/issues/234 * https://github.com/scikit-hep/pyhf/issues/1891 Ideally we need a nice guide on scikit-hep.org/developer on adding these (including using...
Is there a way to include a CITATION.cff into RST docs? That would be very interesting. This sounds relevant: https://bytemeta.vip/repo/citation-file-format/citation-file-format/issues/356 - seems to have been attempted then abandoned / delayed,...
@ofek, I just swapped from `setuptools` to `hatchling`, and the `tox_to_nox` extra (which is declared that way and used that way) is getting normalized to `tox-to-nox`, which causes it to...
The pyproject.toml formatter is insisting the comment be removed.