scikit-sparse


Namescikit-sparse JSON
Version 0.4.13 PyPI version JSON
download
home_pagehttps://github.com/scikit-sparse/scikit-sparse
SummaryScikit sparse matrix package
upload_time2024-03-20 22:44:38
maintainerAaron Johnson
docs_urlNone
authorNone
requires_python>=3.6
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Sparse matrix tools.

This is a home for sparse matrix code in Python that plays well with
scipy.sparse, but that is somehow unsuitable for inclusion in scipy
proper. Usually this will be because it is released under the GPL.

So far we have a wrapper for the CHOLMOD library for sparse Cholesky
decomposition. Further contributions are welcome!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scikit-sparse/scikit-sparse",
    "name": "scikit-sparse",
    "maintainer": "Aaron Johnson",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "justin.ellis18@gmail.com",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fe/bd/17e52325abbff22a666f0cdb2af9b09f66f51e15e1dea9914ffc9f5ecbe6/scikit-sparse-0.4.13.tar.gz",
    "platform": null,
    "description": "Sparse matrix tools.\n\nThis is a home for sparse matrix code in Python that plays well with\nscipy.sparse, but that is somehow unsuitable for inclusion in scipy\nproper. Usually this will be because it is released under the GPL.\n\nSo far we have a wrapper for the CHOLMOD library for sparse Cholesky\ndecomposition. Further contributions are welcome!\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Scikit sparse matrix package",
    "version": "0.4.13",
    "project_urls": {
        "Homepage": "https://github.com/scikit-sparse/scikit-sparse"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "febd17e52325abbff22a666f0cdb2af9b09f66f51e15e1dea9914ffc9f5ecbe6",
                "md5": "ea93d25278a8192961ce14e7fef3e78f",
                "sha256": "eb2190ca40e6bfa87bc81c0ee98277e173de7a7ae540d62784ed2bad7b7de25a"
            },
            "downloads": -1,
            "filename": "scikit-sparse-0.4.13.tar.gz",
            "has_sig": false,
            "md5_digest": "ea93d25278a8192961ce14e7fef3e78f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 214199,
            "upload_time": "2024-03-20T22:44:38",
            "upload_time_iso_8601": "2024-03-20T22:44:38.150168Z",
            "url": "https://files.pythonhosted.org/packages/fe/bd/17e52325abbff22a666f0cdb2af9b09f66f51e15e1dea9914ffc9f5ecbe6/scikit-sparse-0.4.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 22:44:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scikit-sparse",
    "github_project": "scikit-sparse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scikit-sparse"
}
        
Elapsed time: 0.21985s