{ "info": { "author": "David N. Mashburn", "author_email": "david.n.mashburn@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "coo_utils works with numpy and scipy.sparse (2D only) to store\ncompressed multidimensional arrays both in memory and on disks. This can\nDRASTICALLY reduce the space required.\n\nIn reality, what is stored is a list-of-lists containing sparse matrix\nnodes in the scipy.sparse.coo_matrix format. The storage format can\neither be normal or differenced (helpful for same-value blocks data).\n\nSome terms used in the code:\n----------------------------\n\nCooHD: list (or deeply nested list(s)) of scipy.sparse.coo_matrix's (HD means higher-dimensional)\n\nnnzs: An array with the same shape as the nested lists in the cooHD (aka without the 2 coo_matrix dimensions) that gives the length of each coo_matrix (nnz) at each node of the tree\n\nRCD: A sparse array represented as a flat row-column-data matrix. Multi-dimensional shape data is recoverable using the nnzs array\n\nThe disk storage format uses the RCD fomat for maximum simplicity:\n------------------------------------------------------------------\n\n\\*_rcd.npy - The rcd matrix stored in the .npy format (int32)\n\n\\*_nnzs.npy - The nnzs array store in .npy format (int)\n\n\\*_shape.txt - a simple text file with the full shape of the array in comma-separated plain text", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/coo_utils/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "coo_utils", "package_url": "https://pypi.org/project/coo_utils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/coo_utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/coo_utils/" }, "release_url": "https://pypi.org/project/coo_utils/0.1.2.1/", "requires_dist": null, "requires_python": null, "summary": "utilities for managing nested lists of lists of scipy.sparse matrices", "version": "0.1.2.1" }, "last_serial": 1028838, "releases": { "0.1.2.1": [ { "comment_text": "", "digests": { "md5": "fdddd6585777c74f72563b16e507f306", "sha256": "dcbe6bca784f9c08e604ff1c02472f3dda616e75621f8eec28e308dcdff2abba" }, "downloads": -1, "filename": "coo_utils-0.1.2.1.tar.gz", "has_sig": false, "md5_digest": "fdddd6585777c74f72563b16e507f306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3026, "upload_time": "2014-03-13T20:56:11", "url": "https://files.pythonhosted.org/packages/66/7d/0f23e03003e2785983877224e1d954e0ea194df8129743d94f0af4030f24/coo_utils-0.1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdddd6585777c74f72563b16e507f306", "sha256": "dcbe6bca784f9c08e604ff1c02472f3dda616e75621f8eec28e308dcdff2abba" }, "downloads": -1, "filename": "coo_utils-0.1.2.1.tar.gz", "has_sig": false, "md5_digest": "fdddd6585777c74f72563b16e507f306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3026, "upload_time": "2014-03-13T20:56:11", "url": "https://files.pythonhosted.org/packages/66/7d/0f23e03003e2785983877224e1d954e0ea194df8129743d94f0af4030f24/coo_utils-0.1.2.1.tar.gz" } ] }