Skip to main content

Exposing scipy.special to numba.

Project description

Using scipy.special from numba has never been easier. 
All you have to do is install the sciba module and let it perform its magic.

Installation

pip install sciba

Example use

import numba
import numpy as np
import scipy.special as ss

@numba.njit
def test_sciba (x):
return ss.eval_hermite(3, x)

print(np.isclose(test_sciba(5.0), 940))

Remarks

- This project draws heavy inspiration from the numba-scipy library,
which has been officially put on hold.

- Adds support for complex-valued function calls on platforms with
ctypes.c_{float|double}_complex support. This affects, for instance, the
eval_jacobi function which exposes a complex-valued interface.

- Tested with scipy@1.17.1 and numba@0.64.0 with python@3.14.3 on linux.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sciba-2026.3.28.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file sciba-2026.3.28.1-py3-none-any.whl.

File metadata

  • Download URL: sciba-2026.3.28.1-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sciba-2026.3.28.1-py3-none-any.whl
Algorithm Hash digest
SHA256 95ce859dee248657866155811d3976e99f8afeb40fb728b40f1e5f52bafee25b
MD5 9ebf8a8e426fd1789553cdd333a9423c
BLAKE2b-256 e214e5a4e1c0b4c13bf61f63b33be37a51f1096ca6c8339ccfadb621a1112bd5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page