An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Spycial

[![CircleCI](https://circleci.com/gh/person142/spycial.svg?style=shield)](https://circleci.com/gh/person142/spycial) [![Documentation Status](https://readthedocs.org/projects/spycial/badge/?version=latest)](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
Python

For detailed information on the functions available, check the
[documentation](https://spycial.readthedocs.io/en/latest/).