Swapnil Patel
Swapnil Patel
The step - `Copy packages to main label` did run but not as expected. After step execution, all packages from `dev` were moved to `main` and they did not have...
This PR introduces automated testing to validate that Numba wheel distributions link against the expected set of system and runtime libraries across different platforms. This will help make sure consistent...
As discussed on last maintainers call - https://hackmd.io/M2PYMwweTiGg4vgs--1OVg This PR implements automated schedule for testing wheel and conda package build/test. Scheduled to start running workflows every Saturday 7:00 AM UTC....
This issue is to document and track the changes required to add initial support for Python 3.14 on CI. Python 3.14 is currently in pre-release (final release scheduled for October...
as title
resolves https://github.com/numba/numba/issues/10221 Similar to https://github.com/numba/numba/pull/10223, `np.any` overload is missing scalar values handling. This PR adds handling for scalars of type `types.Number` and `types.Boolean`.
Cleanup GHA workflows after official release of python 3.14 : - remove extra channel (`ad-testing/label/py314`) used on conda builder workflow. https://github.com/numba/numba/issues/10217
cleaning PR - addresses flake8 errors as seen on failing pre-commit workflow last release. https://github.com/numba/llvmlite/actions/runs/20037244990
The step - `Copy packages to main label` failed on the last run - https://github.com/numba/llvmlite/actions/runs/19373750828 with error- ``` + anaconda -t *** copy numba/llvmlite-0.46.0rc1-py313ha41a7fa_0 --from-label dev --to-label main /usr/share/miniconda/envs/test/lib/python3.13/site-packages/binstar_client/__init__.py:16: UserWarning:...
As discussed on last maintainers call - https://hackmd.io/M2PYMwweTiGg4vgs--1OVg This PR implements automated schedule for testing `llvmlite` wheel and conda package build/test. Scheduled to start running workflows every Saturday 6:00 AM...