-
## 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…
-
Any chance of [numpy `in1d`](https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.in1d.html) being supported?
-
```
Generally, integration with numpy is poor. For example it appears that
attempting to use a list of
numpy.uint16 for a row fails with a miserable error message (see attachment).
```
Original is…
-
Hello here im using numba for my own lib for speedup data preprocessing and would love to see isin as numpy supported function :)
(I see in1d topic but following numpy docs -> We recommend using isin…
-
## Reproduction:
```python
import shap
shap.plots.beeswarm(shap.Explanation([[1, 2, 3]]), show=False, color_bar=True)
```
## Traceback
```
Traceback (most recent call last):
File "",…
-
I had some issues installing Yami that prevented me from immediately using it when installing via ```pip install```.
- The first was:
```
$ yami
Traceback (most recent call last):
File "/home…
-
Faiss does not transparently convert numpy int64 and float64 / float32 to SWIG's int and float
```python
import faiss
import numpy as np
a = np.array([4, 6])
d = a[0]
faiss.IndexFlatL2(d)…
-
NotImplementedError: Cannot convert a symbolic Tensor (anchors_0/meshgrid/Size_1:0) to a numpy array. My attempts to reduce or increase the numpy version have not solved the problem. What's the reason…
-
**Motivation: describe the problem to be solved**
Please, update all dependencies because they are not compatible with many popular packages, e.g. numpy, pandas, jinja2.
-
The current definition of img_to_3channel needs masking to avoid infinities or NaNs. It has dead code for numpy masked arrays, but jax doesn't allow this.