{ "info": { "author": "Josh Wilson", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# Numba Special\n\n[![CircleCI](https://circleci.com/gh/person142/numba_special/tree/master.svg?style=svg)](https://circleci.com/gh/person142/numba_special/tree/master) [![Documentation Status](https://readthedocs.org/projects/numba-special/badge/?version=latest)](https://numba-special.readthedocs.io/en/latest/?badge=latest)\n\nNumba special allows SciPy's special functions to be used in\nNumba.\n\n## How to use it\n\n```python\n>>> import numba\n>>> import scipy.special as sc\n>>> import numba_special # The import generates Numba overloads for special\n>>> @numba.njit\n... def gamma_plus_1(x):\n... return sc.gamma(x) + 1.0\n...\n>>> gamma_plus_1(5.0)\n25.0\n```\n\nFor detailed information on which functions can be used from Numba,\ncheck the\n[documentation](https://numba-special.readthedocs.io/en/latest/).\n\n## Installing\n\nNumba special depends on SciPy and Numba. Until the fix for\n[this issue](https://github.com/numba/numba/issues/4133) is\nincluded in a Numba release, `numba_special` must be installed\nagainst the master branch of Numba.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/person142/numba_special", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "numba-special", "package_url": "https://pypi.org/project/numba-special/", "platform": "", "project_url": "https://pypi.org/project/numba-special/", "project_urls": { "Homepage": "https://github.com/person142/numba_special" }, "release_url": "https://pypi.org/project/numba-special/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Numba overloads for SciPy's special functions", "version": "0.2.0" }, "last_serial": 5504628, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4fd6a7f3e91bad64cca3140c3a03277d", "sha256": "de8df1689334593cbb9f3620b096eddbb87c1cee9fd9e47b99998bc04d6ab5f6" }, "downloads": -1, "filename": "numba_special-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4fd6a7f3e91bad64cca3140c3a03277d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45062, "upload_time": "2019-07-07T06:11:25", "url": "https://files.pythonhosted.org/packages/12/67/a2257ba7153defa617c64b5730b0544858b70d69ee801f074880043e9a35/numba_special-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b9dfd9b159ed5aa8ec1b07f558c9466d", "sha256": "739ddafb245e5f3643d604778d12861e3f4d1b622a936fe1f3bf79a2a712f279" }, "downloads": -1, "filename": "numba_special-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b9dfd9b159ed5aa8ec1b07f558c9466d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46366, "upload_time": "2019-07-07T21:19:34", "url": "https://files.pythonhosted.org/packages/1f/32/4496eb3b997365bce45f93c62749011879e7e7916be4e43f96ac2c1003f5/numba_special-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "847f79ea6ae4d2eed21697ae6354c3dd", "sha256": "e35bbc305e40251f461cf2e37ca1df8578472b40642e93d2ccc97801e94526cc" }, "downloads": -1, "filename": "numba_special-0.2.0.tar.gz", "has_sig": false, "md5_digest": "847f79ea6ae4d2eed21697ae6354c3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49309, "upload_time": "2019-07-09T04:16:21", "url": "https://files.pythonhosted.org/packages/1f/7e/95d6ed393d6738b4f23474aaee57d8d4f101dc71cae377f05dd94dec3fee/numba_special-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "847f79ea6ae4d2eed21697ae6354c3dd", "sha256": "e35bbc305e40251f461cf2e37ca1df8578472b40642e93d2ccc97801e94526cc" }, "downloads": -1, "filename": "numba_special-0.2.0.tar.gz", "has_sig": false, "md5_digest": "847f79ea6ae4d2eed21697ae6354c3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49309, "upload_time": "2019-07-09T04:16:21", "url": "https://files.pythonhosted.org/packages/1f/7e/95d6ed393d6738b4f23474aaee57d8d4f101dc71cae377f05dd94dec3fee/numba_special-0.2.0.tar.gz" } ] }