Skip to main content

A Python interface to the SuiteSparse Matrix Collection

Project description

SSGETPY: Search and download sparse matrices from the SuiteSparse Matrix Collection

Python package PyPI version Binder Open In Colab

ssgetpy is a little Python library and command-line program to search, filter and download matrices from the SuiteSparse Matrix Collection similar to the existing Java and MATLAB tools.

The index of matrices is created from the same CSV file used by the Java interface. However, the index in cached in a local SQLite database to make querying it more convenient.

Requirements and installation

ssgetpy works with Python 3.6 or above. Besides the standard library, it depends on requests and tqdm. Since ssgetpy doesn't actually parse matrix data, it doesn't require dependencies like NumPy or SciPy.

To install, simply run:

pip install ssgetpy

This will install the ssgetpy Python module as well as a ssgetpy command-line script.

From Python, run import ssgetpy and type help(ssgetpy) to get a detailed help message on how to use ssgetpy to search and download sparse matrices.

From the command-line, run ssgetpy or ssgetpy --help to see the list of options.

Examples

Make sure you first run from ssgetpy import search, fetch. Replace fetch with search to only return the corresponding Matrix objects without downloading them.

  • Download matrix with ID 42 in the MatrixMarket format: fetch(42)
  • Download matrices in the Harwell-Boeing collection with less than 1000 non-zeros: fetch(group = 'HB', nzbounds = (None, 1000))
  • Download only the first 5 problems arising from structural analysis: fetch(kind = "structural", limit = 5)
  • Download the problems in the previous example as MATLAB .MAT files: fetch(kind = "structural", format = "MAT", limit = 5)

For more examples, please see the accompanying Jupyter notebook.

License

ssgetpy is licensed under the MIT/X11 license:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssgetpy-1.0rc2.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

ssgetpy-1.0rc2-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file ssgetpy-1.0rc2.tar.gz.

File metadata

  • Download URL: ssgetpy-1.0rc2.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for ssgetpy-1.0rc2.tar.gz
Algorithm Hash digest
SHA256 bf298e173f1545d451877220b1912b2c94af79314e9c4812a5398a393c1010b5
MD5 9cb33da6625725cf2ccfd45ae64f4406
BLAKE2b-256 93bf32b905d6755e2a43fedbf23b49fbcc3dd4ff33e6bafd4fd8c3575942a703

See more details on using hashes here.

File details

Details for the file ssgetpy-1.0rc2-py3-none-any.whl.

File metadata

  • Download URL: ssgetpy-1.0rc2-py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for ssgetpy-1.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 3860bce10bc4ee3cb5ed93c08388bafadfcaac24175a7c42fcbb187c033ddc0d
MD5 c2d807b3637396e9225abeb2f5b78930
BLAKE2b-256 d524fa85f0669d04337eccf8ffcf1bfdf1a9aae4e99c3d8ca889592e5d96e496

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page