-
I tried to install numba v0.61.0rc1 via pip on my windows 10 system. It fails as following:
```
UPDATING build\lib.win-amd64-cpython-313\numba/_version.py
set build\lib.win-amd64-cpyt…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.ht…
-
CC @pawelmagnu, @olastrz, @Sfonxu, @emmacware
Here are notes from our today's discussion re docs improvement:
- [ ] add an option to display the docs in high-contrast mode (likely a feature that coul…
-
https://github.com/numbagg/numbagg/blob/c0e3682072ac03c3e76a0afd39faddc22a839d44/numbagg/decorators.py#L749-L776
This seems to assume that people don’t configure the thread pool. I think the follow…
-
Following @clorton 's instructions for installing:
```
pip3 install uv
uv venv
source .venv/bin/activate
uv pip install llvmlite numba
```
I get a warning with the `llmvmlite` and `numba` i…
-
Just noticed on the [status page](https://conda-forge.org/status/migration/?name=python313) that pyarrow is still marked as awaiting parents, specifically `numba`. However, pyarrow was already migrate…
-
### What kind of feature would you like to request?
Other?
### Please describe your wishes
This would speed up normalization
-
Thanks for the new release @jni :smile:
Unfortunately I've found a problem with a type error being raised from within Numba stemming from initalising the `csr.Skeleton()` class in `skan-0.12.0`.
…
-
Hi team,
We extensively use Numba in our research and its excellent! Our teams also use Cython to expose C++ extensions, often writing C++ classes that are exposed into Python with Cython wrapper c…
-
This is a summary of conversation with @OmarDuran, who gets all credits for the observations reported below.
It turns out there is a memory leakage related to the function `pp.matrix_operations.inv…