{ "info": { "author": "Juha Jeronen", "author_email": "juha.jeronen@jyu.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Solve A x = b.\n\nPyLU uses LU decomposition with partial pivoting (row swaps),\nand requires only NumPy and Cython.\n\nThe main use case for PyLU (over numpy.linalg.solve) is solving many\nsmall systems inside a nogil block in Cython code, without requiring\nSciPy (for its cython_lapack module).\n\nPython and Cython interfaces are provided. The API is designed\nto be as simple to use as possible.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Technologicat/pylu", "keywords": "numerical linear-equations cython numpy solver", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pylu", "package_url": "https://pypi.org/project/pylu/", "platform": "Linux", "project_url": "https://pypi.org/project/pylu/", "project_urls": { "Homepage": "https://github.com/Technologicat/pylu" }, "release_url": "https://pypi.org/project/pylu/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "small nogil-compatible linear equation system solver", "version": "0.1.3" }, "last_serial": 2828756, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e76dbd4741f202143ab0ee9bc96377e8", "sha256": "063ace19ba44f23a72cc65f5f4981080b2f10fdd2e15b2225d7ef615b3ce926a" }, "downloads": -1, "filename": "pylu-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e76dbd4741f202143ab0ee9bc96377e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109576, "upload_time": "2017-04-07T13:48:51", "url": "https://files.pythonhosted.org/packages/54/1d/8c0aed5d3d415cd6fa7290463f080343688e97935e46277a801b0bab10b7/pylu-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cdf131f8b99e4ae89954b5e12f239333", "sha256": "9b27e69b014e55651893f0bd75302e048bce03c1afe43545ad951f5cce81fbb2" }, "downloads": -1, "filename": "pylu-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cdf131f8b99e4ae89954b5e12f239333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109748, "upload_time": "2017-04-11T15:49:02", "url": "https://files.pythonhosted.org/packages/a0/31/914a99bd66992c351e72339dd020ecb981222f63350c7c63017c3bfe8132/pylu-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a46b8be63d06cec02067ab5b3df721a3", "sha256": "c56a5da806c18aba974336628a4b08c2799763d752a335e8057b1920d93fec36" }, "downloads": -1, "filename": "pylu-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a46b8be63d06cec02067ab5b3df721a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111232, "upload_time": "2017-04-24T13:26:47", "url": "https://files.pythonhosted.org/packages/5a/e0/1f346264c6968b1ed0ac8f364710cb54ec9efa6fb0c0ed57136894aa0ec8/pylu-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "b01bcd22c8076ffede48344ae3cdcbd1", "sha256": "4f1b13848073bc3fa70d3e623ceb14a107151224306c35865aeca4280d083779" }, "downloads": -1, "filename": "pylu-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b01bcd22c8076ffede48344ae3cdcbd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111281, "upload_time": "2017-04-25T12:59:40", "url": "https://files.pythonhosted.org/packages/09/de/1ea1a443e864e31bf172a314f649f926c4fb4d450e73db52fcf132f38a2f/pylu-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b01bcd22c8076ffede48344ae3cdcbd1", "sha256": "4f1b13848073bc3fa70d3e623ceb14a107151224306c35865aeca4280d083779" }, "downloads": -1, "filename": "pylu-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b01bcd22c8076ffede48344ae3cdcbd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111281, "upload_time": "2017-04-25T12:59:40", "url": "https://files.pythonhosted.org/packages/09/de/1ea1a443e864e31bf172a314f649f926c4fb4d450e73db52fcf132f38a2f/pylu-0.1.3.tar.gz" } ] }