Aesara is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy_. Aesara features:
* **tight integration with NumPy:** a similar interface to NumPy's. numpy.ndarrays are also used internally in Aesara-compiled functions.
* **efficient symbolic differentiation:** Aesara can compute derivatives for functions of one or many inputs.
* **speed and stability optimizations:** avoid nasty bugs when computing expressions such as log(1 + exp(x)) for large values of x.
* **dynamic C code generation:** evaluate expressions faster.
* **extensive unit-testing and self-verification:** includes tools for detecting and diagnosing bugs and/or potential problems.
.. _NumPy: http://numpy.scipy.org/
Raw data
{
"_id": null,
"home_page": "https://github.com/aesara-devs/aesara",
"name": "aesara-nightly",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "aesara math numerical symbolic blas numpy autodiff differentiation",
"author": "aesara-devs",
"author_email": "aesara.devs@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ec/8c/d03c98f4798b81dd1a5c82a8169c2fd73a1b045c48d03237d0774855a8bd/aesara-nightly-2.7.4.dev20220703.tar.gz",
"platform": "Windows",
"description": "Aesara is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy_. Aesara features:\n\n * **tight integration with NumPy:** a similar interface to NumPy's. numpy.ndarrays are also used internally in Aesara-compiled functions.\n * **efficient symbolic differentiation:** Aesara can compute derivatives for functions of one or many inputs.\n * **speed and stability optimizations:** avoid nasty bugs when computing expressions such as log(1 + exp(x)) for large values of x.\n * **dynamic C code generation:** evaluate expressions faster.\n * **extensive unit-testing and self-verification:** includes tools for detecting and diagnosing bugs and/or potential problems.\n\n.. _NumPy: http://numpy.scipy.org/\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.",
"version": "2.7.4.dev20220703",
"split_keywords": [
"aesara",
"math",
"numerical",
"symbolic",
"blas",
"numpy",
"autodiff",
"differentiation"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "563025b5adcec70bc75a3ebc7539cfe8",
"sha256": "072d8be7791b26732672b1e63fee2ba4fbb312c4699937fbf6957dacee6ede62"
},
"downloads": -1,
"filename": "aesara-nightly-2.7.4.dev20220703.tar.gz",
"has_sig": false,
"md5_digest": "563025b5adcec70bc75a3ebc7539cfe8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1311428,
"upload_time": "2022-07-03T02:04:48",
"upload_time_iso_8601": "2022-07-03T02:04:48.643064Z",
"url": "https://files.pythonhosted.org/packages/ec/8c/d03c98f4798b81dd1a5c82a8169c2fd73a1b045c48d03237d0774855a8bd/aesara-nightly-2.7.4.dev20220703.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-07-03 02:04:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "aesara-devs",
"github_project": "aesara",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": null,
"specs": []
},
{
"name": "filelock",
"specs": []
},
{
"name": "flake8",
"specs": [
[
">=",
"3.8.4"
]
]
},
{
"name": "pep8",
"specs": []
},
{
"name": "pyflakes",
"specs": []
},
{
"name": "black",
"specs": [
[
">=",
"20.8b1"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
">=",
"2.6.1"
]
]
},
{
"name": "coverage",
"specs": [
[
">=",
"5.1"
]
]
},
{
"name": "pytest",
"specs": []
},
{
"name": "cython",
"specs": []
},
{
"name": "sympy",
"specs": []
},
{
"name": "versioneer",
"specs": []
},
{
"name": "jax",
"specs": []
},
{
"name": "jaxlib",
"specs": []
},
{
"name": "numba",
"specs": [
[
">=",
"0.55"
]
]
},
{
"name": "numba-scipy",
"specs": [
[
">=",
"0.3.0"
]
]
},
{
"name": "diff-cover",
"specs": []
},
{
"name": "pre-commit",
"specs": []
},
{
"name": "isort",
"specs": []
},
{
"name": "packaging",
"specs": []
},
{
"name": "typing_extensions",
"specs": []
}
],
"lcname": "aesara-nightly"
}