Numba Special
Numba special allows SciPy's special functions to be used in Numba.
How to use it
>>> import numba
>>> import scipy.special as sc
>>> import numba_special # The import generates Numba overloads for special
>>> @numba.njit
... def gamma_plus_1(x):
... return sc.gamma(x) + 1.0
...
>>> gamma_plus_1(5.0)
25.0
For detailed information on which functions can be used from Numba, check the documentation.
Installing
Numba special depends on SciPy and Numba. Until the fix for
this issue is
included in a Numba release, numba_special must be installed
against the master branch of Numba.
Release files for numba-special 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| numba_special-0.2.0.tar.gz | 49.3 kB | Details |
Release files / numba_special-0.2.0.tar.gz
| Download URL | numba_special-0.2.0.tar.gz |
|---|---|
| Size | 49.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e35bbc305e40251f461cf2e37ca1df8578472b40642e93d2ccc97801e94526cc
|
|
BLAKE2b-256 checksum How to use checksums |
1f7e95d6ed393d6738b4f23474aaee57d8d4f101dc71cae377f05dd94dec3fee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1
|