numba
Module for numba equivalents of some unsupported numpy functions.
Functions
Numba compatible implementation of np.all(..., axis=1) for 2d arrays. |
|
Numba compatible implementation of np.all(..., axis=2) for 3d arrays. |
|
Numba compatible implementation of np.any(..., axis=1) for 2d arrays. |
|
|
For each row in valids, chooses a random index of the true elements in that row. |
|
Numba compatible implementation of np.delete(..., axis=0) for 2d arrays. |
|
Numba compatible implementation of np.diff(...) for 1d arrays. |
Numba compatible implementation of np.diff(..., axis=0) for 2d arrays. |
|
|
Numba compatible implementation of np.insert(...) for 2d arrays. |
|
Numba compatible implementation of np.insert(..., axis=0) for 2d arrays. |
|
Converts an ndarray of integers to a boolean representation. |
|
Numba compatible implementation of the advanced indexing scheme in numpy. |