keopscore


Namekeopscore JSON
Version 2.2.3 PyPI version JSON
download
home_pagehttp://www.kernel-operations.io/
Summarykeopscore is the KeOps meta programming engine. This python module should be used through a binder (e.g. pykeops or rkeops)
upload_time2024-04-14 08:22:10
maintainerNone
docs_urlNone
authorB. Charlier, J. Feydy, J. Glaunes
requires_python>=3.8
licenseNone
keywords kernels gpu autodiff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo pykeops](http://www.kernel-operations.io/keops/_images/keops_logo.png)

**keopscore** contains the [KeOps](https://www.kernel-operations.io/) meta programming engine. Given a formula, 
it generates the c++/cuda code executed on the fly. 

# Usage 

This modules is for developers only and should be used only through 
bindings (e.g. [pykeops](https://pypi.org/project/pykeops/) or [Rkeops](https://cran.r-project.org/web/packages/rkeops/index.html))

* [Documentation](https://www.kernel-operations.io/)
* [Code](https://github.com/getkeops/keops/)

# Authors

- [Benjamin Charlier](https://imag.umontpellier.fr/~charlier/)
- [Jean Feydy](https://www.math.ens.fr/~feydy/)
- [Joan Alexis Glaunès](https://www.mi.parisdescartes.fr/~glaunes/)

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.kernel-operations.io/",
    "name": "keopscore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "kernels gpu autodiff",
    "author": "B. Charlier, J. Feydy, J. Glaunes",
    "author_email": "benjamin.charlier@umontpellier.fr, jean.feydy@gmail.com, alexis.glaunes@parisdescartes.fr",
    "download_url": "https://files.pythonhosted.org/packages/66/31/1da3877139d75e392f5fd0cbdc3b718ae726f5308ed792d385250c43167c/keopscore-2.2.3.tar.gz",
    "platform": null,
    "description": "![logo pykeops](http://www.kernel-operations.io/keops/_images/keops_logo.png)\n\n**keopscore** contains the [KeOps](https://www.kernel-operations.io/) meta programming engine. Given a formula, \nit generates the c++/cuda code executed on the fly. \n\n# Usage \n\nThis modules is for developers only and should be used only through \nbindings (e.g. [pykeops](https://pypi.org/project/pykeops/) or [Rkeops](https://cran.r-project.org/web/packages/rkeops/index.html))\n\n* [Documentation](https://www.kernel-operations.io/)\n* [Code](https://github.com/getkeops/keops/)\n\n# Authors\n\n- [Benjamin Charlier](https://imag.umontpellier.fr/~charlier/)\n- [Jean Feydy](https://www.math.ens.fr/~feydy/)\n- [Joan Alexis Glaun\u00e8s](https://www.mi.parisdescartes.fr/~glaunes/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "keopscore is the KeOps meta programming engine. This python module should be used through a binder (e.g. pykeops or rkeops)",
    "version": "2.2.3",
    "project_urls": {
        "Bug Reports": "https://github.com/getkeops/keops/issues",
        "Homepage": "http://www.kernel-operations.io/",
        "Source": "https://github.com/getkeops/keops"
    },
    "split_keywords": [
        "kernels",
        "gpu",
        "autodiff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66311da3877139d75e392f5fd0cbdc3b718ae726f5308ed792d385250c43167c",
                "md5": "29c16e5cef64c50fc1fadc579ea64894",
                "sha256": "64d5dad1e8c806d7070cdc60e48fd5bbf006f2bf1afd39ad3fa5e9fb213517d2"
            },
            "downloads": -1,
            "filename": "keopscore-2.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "29c16e5cef64c50fc1fadc579ea64894",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 100286,
            "upload_time": "2024-04-14T08:22:10",
            "upload_time_iso_8601": "2024-04-14T08:22:10.603182Z",
            "url": "https://files.pythonhosted.org/packages/66/31/1da3877139d75e392f5fd0cbdc3b718ae726f5308ed792d385250c43167c/keopscore-2.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 08:22:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getkeops",
    "github_project": "keops",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "keopscore"
}
        
Elapsed time: 0.23961s