numba-scipy


Namenumba-scipy JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/numba/numba-scipy
Summarynumba-scipy extends Numba to make it aware of SciPy
upload_time2024-04-09 16:15:21
maintainerNone
docs_urlNone
authorAnaconda, Inc.
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements numba scipy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ***********
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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/numba/numba-scipy",
    "name": "numba-scipy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Anaconda, Inc.",
    "author_email": "numba-users@continuum.io",
    "download_url": "https://files.pythonhosted.org/packages/91/68/5bcfa2db847c814059b5221fec5454a7210adf7e3dd2096665b76c10a7df/numba-scipy-0.4.0.tar.gz",
    "platform": null,
    "description": "***********\nnumba-scipy\n***********\n\n.. image:: https://badges.gitter.im/numba/numba.svg\n   :target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge\n   :alt: Gitter\n\nNumba + SciPy = numba-scipy\n###########################\n\n``numba-scipy`` extends Numba to make it aware of SciPy. Numba is an open\nsource, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc.\nIt uses the LLVM compiler project to generate machine code from Python syntax.\n\nFor more information about Numba, see the Numba homepage:\nhttp://numba.pydata.org\n\nFor more information about numba-scipy see:\nhttps://numba-scipy.readthedocs.io/en/latest/index.html\n\nDependencies\n============\n\n* numba\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "numba-scipy extends Numba to make it aware of SciPy",
    "version": "0.4.0",
    "project_urls": {
        "Download": "https://github.com/numba/numba-scipy",
        "Homepage": "https://github.com/numba/numba-scipy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b45a852fdc62d27527ff69dc883a1ab6b44c260df4c2009d1c04facf8b1a493",
                "md5": "2f6e9243b30e87a390cece36bafba505",
                "sha256": "5dd7f8d5265925ed9999fb6f7ac99cb97eaeef35e4df6d93fc11e97fcc708fba"
            },
            "downloads": -1,
            "filename": "numba_scipy-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f6e9243b30e87a390cece36bafba505",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9717,
            "upload_time": "2024-04-09T16:15:19",
            "upload_time_iso_8601": "2024-04-09T16:15:19.610824Z",
            "url": "https://files.pythonhosted.org/packages/7b/45/a852fdc62d27527ff69dc883a1ab6b44c260df4c2009d1c04facf8b1a493/numba_scipy-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91685bcfa2db847c814059b5221fec5454a7210adf7e3dd2096665b76c10a7df",
                "md5": "8ca8ef4c7bd156537c4c6cb8c0186e76",
                "sha256": "443645d6635c667adc3b38d0a636d9abcc971e78de2c07808d89afcd7bc58444"
            },
            "downloads": -1,
            "filename": "numba-scipy-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8ca8ef4c7bd156537c4c6cb8c0186e76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27430,
            "upload_time": "2024-04-09T16:15:21",
            "upload_time_iso_8601": "2024-04-09T16:15:21.145811Z",
            "url": "https://files.pythonhosted.org/packages/91/68/5bcfa2db847c814059b5221fec5454a7210adf7e3dd2096665b76c10a7df/numba-scipy-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 16:15:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "numba",
    "github_project": "numba-scipy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numba",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        }
    ],
    "lcname": "numba-scipy"
}
        
Elapsed time: 0.27333s