algopy


Namealgopy JSON
Version 0.5.7 PyPI version JSON
download
home_pagehttp://packages.python.org/algopy
SummaryALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
upload_time2017-12-30 15:41:27
maintainer
docs_urlhttps://pythonhosted.org/algopy/
authorSebastian F. Walter
requires_python
licenseBSD
keywords algorithmic differentiation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ALGOPY is a tool for Algorithmic Differentiation (AD) and Taylor polynomial approximations.
ALGOPY makes it possible to perform computations on scalar and polynomial matrices.
It is designed to be as compatible to numpy as possible. I.e. views, broadcasting and most
functions of numpy can be performed on polynomial matrices. Exampels are dot,trace,qr,solve,
inv,eigh.
The reverse mode of AD is also supported by a simple code evaluation tracer.

Documentation with examples is available at http://packages.python.org/algopy/.


            

Raw data

            {
    "_id": null,
    "home_page": "http://packages.python.org/algopy",
    "name": "algopy",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/algopy/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "algorithmic differentiation",
    "author": "Sebastian F. Walter",
    "author_email": "sebastian.walter@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/44/e22102b72f0eb3118d4a9e4815104515e1996c3695c82047eeede8a41f89/algopy-0.5.7.zip",
    "platform": "all",
    "description": "ALGOPY is a tool for Algorithmic Differentiation (AD) and Taylor polynomial approximations.\nALGOPY makes it possible to perform computations on scalar and polynomial matrices.\nIt is designed to be as compatible to numpy as possible. I.e. views, broadcasting and most\nfunctions of numpy can be performed on polynomial matrices. Exampels are dot,trace,qr,solve,\ninv,eigh.\nThe reverse mode of AD is also supported by a simple code evaluation tracer.\n\nDocumentation with examples is available at http://packages.python.org/algopy/.\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation",
    "version": "0.5.7",
    "project_urls": {
        "Homepage": "http://packages.python.org/algopy"
    },
    "split_keywords": [
        "algorithmic",
        "differentiation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e44e22102b72f0eb3118d4a9e4815104515e1996c3695c82047eeede8a41f89",
                "md5": "00e07034798dd04da876f6ca8ea31dc6",
                "sha256": "6955f676fce3858fa3585cb7f3f7e1796cb93377d24016419b6699291584b7df"
            },
            "downloads": -1,
            "filename": "algopy-0.5.7.zip",
            "has_sig": false,
            "md5_digest": "00e07034798dd04da876f6ca8ea31dc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 189516,
            "upload_time": "2017-12-30T15:41:27",
            "upload_time_iso_8601": "2017-12-30T15:41:27.140075Z",
            "url": "https://files.pythonhosted.org/packages/1e/44/e22102b72f0eb3118d4a9e4815104515e1996c3695c82047eeede8a41f89/algopy-0.5.7.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-12-30 15:41:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "algopy"
}
        
Elapsed time: 0.20298s