-
After following the installation instructions from here:
https://github.com/scikit-allel/skallel-stats/blob/master/CONTRIBUTING.md#install-development-environment
I get the following error after i…
-
Hi guys, encountered an odd issue. Expected either a different error message or a refusal to compile here (or nothing at all ;) )
Minimal example:
```shell
python3 -m venv venv
source venv/bi…
-
Hi, I encounter errors here., it may referenced to #218 (comment). Here is my code:
```
class F1Optimizer():
def __init__(self):
pass
@staticmethod
@jit
def get_expect…
-
According to http://numba.pydata.org/numba-doc/0.46.0/user/jit.html, Numba will eagerly compile a function if you specify the types explicitly, which it says is "useful if you want fine-grained contro…
-
```
test = use(use.Path("../tests/.test1.py"), aspectize={(use.aspect.FUNCTION, ".*"):numba.jit})
```
with .test1.py:
```
def foo(x):
return x*2
```
fails with:
```
:1: NumbaWarning: …
-
### Description
I've got a pytest test suite and I've recently started running it with `-n 3`, using `pytest-xdist`, so it'll run on 3 processes in parallel. I sometimes get a warning like this one:
…
-
## Feature request
Numba specializes functions based on their argument types. However, sometimes specializing based on argument values (or other conditions) is required.
In the basic argum…
-
On running the apply function for `rolling` and trying to analyze array or any other variable type other than a single value I get the following error:
`TypingError: Failed in nopython mode pipeline …
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). **The changelog r…
-
## Support Metal as GPU accelerator
It would be great to add support for Metal as GPU accelerator for Numba to speed up Python on macOS machines.