Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

README.rst

File metadata and controls

22 lines (16 loc) · 612 Bytes

numba-scipy

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

Dependencies

  • numba