https://github.com/person142/spycial
Special functions written in Python and accelerated by Numba
https://github.com/person142/spycial
numba python special-functions
Last synced: 17 days ago
JSON representation
Special functions written in Python and accelerated by Numba
- Host: GitHub
- URL: https://github.com/person142/spycial
- Owner: person142
- License: bsd-3-clause
- Created: 2018-03-07T15:39:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T00:59:52.000Z (about 6 years ago)
- Last Synced: 2025-03-28T17:47:48.205Z (about 1 month ago)
- Topics: numba, python, special-functions
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spycial
[](https://circleci.com/gh/person142/spycial) [](https://spycial.readthedocs.io/en/latest/?badge=latest)
Spycial is a collection of special functions written in pure Python
and accelerated by Numba. The goals are to:- make functionality comparable to SciPy's special module accessible
inside Numba jitted functions
- have simpler internals by keeping all implementations written in
PythonFor detailed information on the functions available, check the
[documentation](https://spycial.readthedocs.io/en/latest/).