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: 8 months ago
JSON representation
numba_scipy extends Numba to make it aware of SciPy
- Host: GitHub
- URL: https://github.com/numba/numba-scipy
- Owner: numba
- License: bsd-2-clause
- Created: 2019-07-19T13:55:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:35:22.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:03:16.675Z (9 months ago)
- Topics: compiler, llvm, numba, numpy, scipy
- Language: Python
- Homepage: https://numba-scipy.readthedocs.io/en/latest/
- Size: 167 KB
- Stars: 269
- Watchers: 13
- Forks: 37
- Open Issues: 35
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGE_LOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
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