aesara


Nameaesara JSON
Version 2.9.3 PyPI version JSON
download
home_page
SummaryA library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
upload_time2023-10-25 14:22:18
maintainer
docs_urlNone
author
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": "",
    "name": "aesara",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "aesara,autodiff,blas,differentiation,math,numerical,numpy,symbolic",
    "author": "",
    "author_email": "aesara-devs <aesara.devs@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7f/80/e72e68f826ff5bf83eccdb71d98db37c7fc0724d3cd4835d29aad18add9f/aesara-2.9.3.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.3",
    "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": "b0e989626a00dd05189cf61cc15fb87f4488d7e336ef3f3b7cef81bd7d37594f",
                "md5": "7a1cae8278a9eff8943066878dd716fe",
                "sha256": "6e97479e954b086c352e032c9b93907d2b86aca100ff87b2d06b6176b4b62c4c"
            },
            "downloads": -1,
            "filename": "aesara-2.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a1cae8278a9eff8943066878dd716fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1425791,
            "upload_time": "2023-10-25T14:22:16",
            "upload_time_iso_8601": "2023-10-25T14:22:16.248792Z",
            "url": "https://files.pythonhosted.org/packages/b0/e9/89626a00dd05189cf61cc15fb87f4488d7e336ef3f3b7cef81bd7d37594f/aesara-2.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f80e72e68f826ff5bf83eccdb71d98db37c7fc0724d3cd4835d29aad18add9f",
                "md5": "f758330088e4126ee9ba0fdf8f2be3d4",
                "sha256": "843397fe0fdce64ad8c22ec212e480681da8bce43dd5257196cc202d4fbda416"
            },
            "downloads": -1,
            "filename": "aesara-2.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f758330088e4126ee9ba0fdf8f2be3d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4424476,
            "upload_time": "2023-10-25T14:22:18",
            "upload_time_iso_8601": "2023-10-25T14:22:18.872671Z",
            "url": "https://files.pythonhosted.org/packages/7f/80/e72e68f826ff5bf83eccdb71d98db37c7fc0724d3cd4835d29aad18add9f/aesara-2.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-25 14:22:18",
    "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: 0.13057s