Matti Picus
Matti Picus
xref pypa/wheel#367 It would be good to have one source of truth for the canonical tags from the host python, and who better to provide it than `packaging.tags`. This would...
As fallout from #346, there was a change in behavior. Previously, a user could specify a `plat-name` and `bdist_wheel` would create a binary wheel with that `plat-name`. This is tested...
I would like to modernize NumPy and SciPy's wheel building/upload scripts in the spirit of current PyPA best practices. We have a dependence on an external C package, use cython...
This requires C99 compliant compilers, but reduces code size and may help future-proof the code.
Replaces #5967 - [ ] Add tests so that all the routines and constants are tested - [ ] Add constants to `numpy_math.pxd` (is this possible) instead of pulling from...
Should we archive the repo? It has not been updated for a few years and is showing bitrot. In particular, the version of django used needs an update. I think...
https://github.com/NVIDIA-Merlin/core/blob/e1eaf2694b402bf2ea99a78d3953d59e8a00e35c/requirements.txt#L16 This project [depends on pynvml](https://github.com/NVIDIA-Merlin/core/blob/e1eaf2694b402bf2ea99a78d3953d59e8a00e35c/requirements.txt#L16), where the nvidia-blessed bindings to nvml are in the [nvidia-ml-py](https://pypi.org/project/nvidia-ml-py/) package instead. This is causing problems for the [gpustat project](https://github.com/wookayin/gpustat/issues/153#issuecomment-1551036105), which needs some internals...
I have a seed studio 4 relay hat on a raspberry pi 4. [This python code](https://github.com/johnwargo/Seeed-Studio-Relay-Board) uses smbus and works well to turn on and off the relays. Any interest...
In `doc_src/source/conf.py` the `project` is still called "accelerated_numpy", which shows up in the [docs](https://quansight.github.io/numpy-threading-extensions/stable/index.html). Also on the the [index.rst](https://github.com/Quansight/numpy-threading-extensions/blob/main/doc_src/source/index.rst) page, which should get some of the benchmark goodness from the...
### What happened + What you expected to happen Maybe related to #35383, which was closed when ray refactored its grpcio handling. Reported in conda-forge/ray-packages-feedstock#136. Can be worked around by...