aesara


Nameaesara JSON
Version 2.9.4 PyPI version JSON
download
home_pageNone
SummaryA library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
upload_time2024-08-28 21:24:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords aesara autodiff blas differentiation math numerical numpy symbolic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": null,
    "name": "aesara",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "aesara, autodiff, blas, differentiation, math, numerical, numpy, symbolic",
    "author": null,
    "author_email": "aesara-devs <aesara.devs@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/c9/def7bf0e36537470a669a7f23a9543db16d7ef2b9c2edc5995b06c2d8f5f/aesara-2.9.4.tar.gz",
    "platform": null,
    "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-3-Clause",
    "summary": "A library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.",
    "version": "2.9.4",
    "project_urls": {
        "Homepage": "https://github.com/aesara-devs/aesara"
    },
    "split_keywords": [
        "aesara",
        " autodiff",
        " blas",
        " differentiation",
        " math",
        " numerical",
        " numpy",
        " symbolic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79bebfc2e288d4e4d576197af13fe10bf6adf211857fb4e591e7efbc8017806d",
                "md5": "68f824dfe398509905ee44a0afa87c3a",
                "sha256": "ff2224b6cd538264632e7a197e66f8e3705740fc2af0d45cb233072aa43a803d"
            },
            "downloads": -1,
            "filename": "aesara-2.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68f824dfe398509905ee44a0afa87c3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1425801,
            "upload_time": "2024-08-28T21:24:06",
            "upload_time_iso_8601": "2024-08-28T21:24:06.069085Z",
            "url": "https://files.pythonhosted.org/packages/79/be/bfc2e288d4e4d576197af13fe10bf6adf211857fb4e591e7efbc8017806d/aesara-2.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fc9def7bf0e36537470a669a7f23a9543db16d7ef2b9c2edc5995b06c2d8f5f",
                "md5": "d6fb7f9814e26b3b5a98a9bc2d3c5b5c",
                "sha256": "704eecf24a0165b2eefcf23539eb0f0c5973081ee3b9ecd8a97b80e1f301ad7a"
            },
            "downloads": -1,
            "filename": "aesara-2.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d6fb7f9814e26b3b5a98a9bc2d3c5b5c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4424643,
            "upload_time": "2024-08-28T21:24:08",
            "upload_time_iso_8601": "2024-08-28T21:24:08.207819Z",
            "url": "https://files.pythonhosted.org/packages/6f/c9/def7bf0e36537470a669a7f23a9543db16d7ef2b9c2edc5995b06c2d8f5f/aesara-2.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-28 21:24:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aesara-devs",
    "github_project": "aesara",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "aesara"
}
        
Elapsed time: 4.44054s