torch-bspline


Nametorch-bspline JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA simple library for using b-splines in pytorch.
upload_time2025-02-12 17:53:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords approximation b-spline bpsline interpolation pytorch spline torch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Implementation of differentiable B-spline functions in PyTorch, with some extra features.

Author: Hugo Melchers, Eindhoven University of Technology

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "torch-bspline",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "approximation, b-spline, bpsline, interpolation, pytorch, spline, torch",
    "author": null,
    "author_email": "Hugo Melchers <h.a.melchers@tue.nl>, Jeffrey Cochran <jeffrey.david.cochran@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ef/34/fb07b041d72c03a6d57bc122e57a775c7f5954dcca0ab9c2e82cad6b981b/torch_bspline-0.1.3.tar.gz",
    "platform": null,
    "description": "Implementation of differentiable B-spline functions in PyTorch, with some extra features.\n\nAuthor: Hugo Melchers, Eindhoven University of Technology\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple library for using b-splines in pytorch.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/jeffrey-cochran/torch_bspline",
        "Issues": "https://github.com/jeffrey-cochran/torch_bspline/issues"
    },
    "split_keywords": [
        "approximation",
        " b-spline",
        " bpsline",
        " interpolation",
        " pytorch",
        " spline",
        " torch"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9bae33a2271d6d349681173655772a631953593e7b5899185751b0f359d26fd4",
                "md5": "94a63d365261a8e81116491073081d0c",
                "sha256": "681d6518f1b1d07ed9dbee73edadf2cc7faceaacf954e6a020d01526e33c7167"
            },
            "downloads": -1,
            "filename": "torch_bspline-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94a63d365261a8e81116491073081d0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9815,
            "upload_time": "2025-02-12T17:53:28",
            "upload_time_iso_8601": "2025-02-12T17:53:28.681112Z",
            "url": "https://files.pythonhosted.org/packages/9b/ae/33a2271d6d349681173655772a631953593e7b5899185751b0f359d26fd4/torch_bspline-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef34fb07b041d72c03a6d57bc122e57a775c7f5954dcca0ab9c2e82cad6b981b",
                "md5": "ba89ef6282c8459662a57d2999d5efe3",
                "sha256": "f796bb72668e1bc17bdeb1ed45a7ef5a51e35cb73d37574133c6ec522e3aead5"
            },
            "downloads": -1,
            "filename": "torch_bspline-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ba89ef6282c8459662a57d2999d5efe3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9268,
            "upload_time": "2025-02-12T17:53:32",
            "upload_time_iso_8601": "2025-02-12T17:53:32.003409Z",
            "url": "https://files.pythonhosted.org/packages/ef/34/fb07b041d72c03a6d57bc122e57a775c7f5954dcca0ab9c2e82cad6b981b/torch_bspline-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 17:53:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jeffrey-cochran",
    "github_project": "torch_bspline",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torch-bspline"
}
        
Elapsed time: 2.63631s