Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.14 KB

File metadata and controls

33 lines (21 loc) · 1.14 KB

SuiteSparse-AMD

Build and upload to PyPI Super-Linter Python Testing package

This package is the port of the SuiteSparse AMD (Approximate Minimum Degree) function. This is a Python C wrapper of the library from SuiteSparse.

This package currently only works with Numpy arrays, 2D lists and PyTorch Tensors in the CPU.

Installation

PyPi

pip install suitesparse-amd

Source Installation

pip install git+https://github.com/Marius-Juston/SuiteSparse.git

Compile Source

python3 -m build --wheel --sdist

Publish

bumpver update --tag-commit --patch --push