Swapnil Patel

Results 24 issues of 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...

bug

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...

2 - In Progress

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....

3 - Ready for Review
skip_release_notes

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...

Task

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`.

2 - In Progress

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

2 - In Progress
4 - Waiting on reviewer
skip_release_notes

cleaning PR - addresses flake8 errors as seen on failing pre-commit workflow last release. https://github.com/numba/llvmlite/actions/runs/20037244990

3 - Ready for Review

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:...

bug

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...

3 - Ready for Review