aesara-nightly


Nameaesara-nightly JSON
Version 2.9.3.post1 PyPI version JSON
download
home_page
SummaryA library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
upload_time2024-02-05 16:24:04
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-nightly",
    "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/cb/74/37880a47467b767d453fbb98410fdfe95b3051756fc9fb51ba97178acbee/aesara_nightly-2.9.3.post1.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.post1",
    "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": "cb7437880a47467b767d453fbb98410fdfe95b3051756fc9fb51ba97178acbee",
                "md5": "8fe26eb6d4635d34c6f9e41b4f3f724c",
                "sha256": "0972b96d25a9cd686813b742d01d9098c8c991d4d808a255024593877394ce25"
            },
            "downloads": -1,
            "filename": "aesara_nightly-2.9.3.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "8fe26eb6d4635d34c6f9e41b4f3f724c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4425142,
            "upload_time": "2024-02-05T16:24:04",
            "upload_time_iso_8601": "2024-02-05T16:24:04.896466Z",
            "url": "https://files.pythonhosted.org/packages/cb/74/37880a47467b767d453fbb98410fdfe95b3051756fc9fb51ba97178acbee/aesara_nightly-2.9.3.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 16:24:04",
    "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-nightly"
}
        
Elapsed time: 0.19099s