Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/numba/numba-scipy

numba_scipy extends Numba to make it aware of SciPy
https://github.com/numba/numba-scipy

compiler llvm numba numpy scipy

Last synced: 5 days ago
JSON representation

numba_scipy extends Numba to make it aware of SciPy

Awesome Lists containing this project

README

        

***********
numba-scipy
***********

.. image:: https://badges.gitter.im/numba/numba.svg
:target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
:alt: Gitter

Numba + SciPy = numba-scipy
###########################

``numba-scipy`` extends Numba to make it aware of SciPy. Numba is an open
source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc.
It uses the LLVM compiler project to generate machine code from Python syntax.

For more information about Numba, see the Numba homepage:
http://numba.pydata.org

For more information about numba-scipy see:
https://numba-scipy.readthedocs.io/en/latest/index.html

Dependencies
============

* numba