Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/numba/numba-scipy
- Owner: numba
- License: bsd-2-clause
- Created: 2019-07-19T13:55:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:35:22.000Z (5 months ago)
- Last Synced: 2025-01-10T22:11:54.082Z (12 days ago)
- Topics: compiler, llvm, numba, numpy, scipy
- Language: Python
- Homepage: https://numba-scipy.readthedocs.io/en/latest/
- Size: 167 KB
- Stars: 261
- Watchers: 13
- Forks: 34
- Open Issues: 34
-
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: GitterNumba + 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.orgFor more information about numba-scipy see:
https://numba-scipy.readthedocs.io/en/latest/index.htmlDependencies
============* numba