Skip to main content

A Python wrapper for the C-Library for SuiteSparse's Approximate Minimum Degree (AMD) algorithm

Project description

SuiteSparse-AMD

Build and upload to PyPI

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 and 2D lists.

Future

  • Work with PyTorch CPU Tensors

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

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (89.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (83.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (92.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (87.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

suitesparse_amd-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (32.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

suitesparse_amd-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl (34.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

suitesparse_amd-0.1.2-cp311-cp311-win_arm64.whl (22.5 kB view details)

Uploaded CPython 3.11Windows ARM64

suitesparse_amd-0.1.2-cp311-cp311-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.11Windows x86-64

suitesparse_amd-0.1.2-cp311-cp311-win32.whl (24.2 kB view details)

Uploaded CPython 3.11Windows x86

suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (89.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (83.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (92.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (87.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

suitesparse_amd-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (32.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

suitesparse_amd-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (34.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

suitesparse_amd-0.1.2-cp310-cp310-win_arm64.whl (22.5 kB view details)

Uploaded CPython 3.10Windows ARM64

suitesparse_amd-0.1.2-cp310-cp310-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.10Windows x86-64

suitesparse_amd-0.1.2-cp310-cp310-win32.whl (24.2 kB view details)

Uploaded CPython 3.10Windows x86

suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (82.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (91.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (86.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

suitesparse_amd-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (32.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

suitesparse_amd-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (34.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1212a55f51f5a149917476ef8777c6f785daa42b5033bfd7f63d4262521aeb3
MD5 6afc1540a50c487ac542ee70c9a2e48c
BLAKE2b-256 3fa86f1ed3a12bbdf485ad1385e49ba327b1f930844e22cd166b62cba10e63fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb6200c27b1e1fe9a4f6791306ab0affa1a694e2f16856d6333cf0531d73a85d
MD5 8aaadead86cfbac004bea045737ac0c4
BLAKE2b-256 527d139120e0ca11c9457c3af591612bbcb78e47ceb8fc2cc52ea89fc6df477d

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efa279b8b95576174df47df70bfc95d34edc581b6bcb1c1641c26264c8172091
MD5 93e7360b94642781fc8ab492e398ec5e
BLAKE2b-256 0918126444508e0eb3ef4a29bc3cce44aecdb4781075ade500ff565708399b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 784c98be66e9bf3aa56482f112b681abbdf6b9a0abdc48cc9f4e4628ad911510
MD5 d30e858cc68d5c355bc6d2b79bb9252a
BLAKE2b-256 65a7073ca7b5da4fb9c6176513bb768e32cc890c9e62b2cec5be7653b1ccec80

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2935fa1a96f138000db61e8604b1aca4796fa9524fb97de52351199b5850c07d
MD5 0fc01c54ca372e6741d66cd5d297ad2b
BLAKE2b-256 43b77c93656c88cdaa98496ed0956e7a8e92912b2fde64f751b7c83f5aa8466f

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9085aeb3517cdb54178deb28309dc408b7927e3984027502b2c6945f7ba94ef7
MD5 61e6a685173f109b3c07c2c2ff90d4db
BLAKE2b-256 eac49dce83afff5153b47e66ed8f9a344e8cf6435a8d9eda53db7206f4ba5894

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ab6ea5956564e0f9cba105290ac6ed10a5d6d0a22355b84af6fed3c954226f62
MD5 4e018b280814e075baba2e04105ed0b5
BLAKE2b-256 e9899a54f7ce4a857912bd8ba531ddfc5903b6e6c1f13bb3c774105ca98e890a

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 070cdc33b8ba961fc4383fc767c176307dd92aaf339ae0d80232df954b4812ca
MD5 34bf6a7ea626b3d24529aed31da32ed4
BLAKE2b-256 8d6f898966adc24be518a73093e9e6ca43888d56395d8c549c968d103b26fa06

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 55601342eecacf28e05ed9ae3f0ccd8384cb3852c1d5a23885f42132563adb08
MD5 2d754e8b36f62ef4a8a8ed926c5c695d
BLAKE2b-256 95eacbff137ef486246ee8e2b30cdd8bc485d06b906c0b4e2486fd299928cc83

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-win32.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33e9b23b95e5faadd0a9b80e01a5c7290640c19c613a9cc68ff60fb5d156286d
MD5 5bf62001618e8bdc94619a8feb010d65
BLAKE2b-256 dc669b5f8520451ec3bc08ab6115317cdfccdca9a5876510f57d56102e7add97

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8aa6910b73ddf6f37cb63a9d72ac607b6b9a804b6ed4c580897ae36ffaba8592
MD5 5d5a7a06841b6cfac3b849d094703fcc
BLAKE2b-256 2999a8565a5d6e3eb1612a4b308bedbaf8364c62fb220c9ea3c94578ed1dc575

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 057fee0a0975a5b47f3cef8880628c1430987e208cddb912345e5e621fa562bd
MD5 218a463f387a99d2fafa3a2060877a16
BLAKE2b-256 99e281323b54b7a4bd8b67d4e1c3fc8a80d546e1adc35a9f386cd100fc5b1ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5041b254c1db256d55ebb097a47060806b6da281b10b48e40f239347fbbbf403
MD5 a9a2a22c21e3c0aa3107d8ecbdc863f0
BLAKE2b-256 8224730f0e3b9b7d04c47046a57f51f31c594a2a8f325bcb3b8f3dfd087ba46d

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d10e5d110c0aacb7ebaa53197979727ef1224103efa3d7cae9d3dccaa1e8bb59
MD5 20c9b947edf43f5d3e0a6172f352111b
BLAKE2b-256 ec5aa23c5a5f415ad0584e56ee4b14868594cc13514c5d424bf5e2a296930182

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da6ebd329da211adc7a8750b4227e97caf156dcf3f157d6fa665462bc13222eb
MD5 5ecf24088b3e1ba6786a4b32c9be1f11
BLAKE2b-256 9a7cc84aa49f1acd3792cbb223009307ef3892e10bf3f43ef6208a55e9cd3acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 095c13565a2849e95635bf7be8670cfbe3f2bf91aad7f72be937c974ed355511
MD5 7f972383de029ea0d673d6c01b23b5a5
BLAKE2b-256 ab39208a5dd757d78373e2d60c28c6687117e42f73499d170f567c58abf76b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 64868262d39b37c27e3681fdb757a34589760d47e60faaa4bba196237a54d7de
MD5 8eab25a91c6e9e27d6c8fd9bd2f0e21d
BLAKE2b-256 b320b0645deca1e64eb04b12fc9a37cf86d23fd68daca3707d2eb938fbdc4c61

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5a5a41c00bb5d646045e11f0d1ec2427f4336949397889fd90658e0478a8fa55
MD5 5c4272e1976d5962aac0e02ca60a3e43
BLAKE2b-256 c60c1c8ea6c04057e66c6df388ecf7fc56b2784306116f84c6cfc96210e37fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-win32.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf21e4bb7327401790f05017407f9c83c67ff71427c5a5892bf5eb919070e0df
MD5 7a40ddf42871adc9ad782d6976a0a6ef
BLAKE2b-256 7f45112056c70ae8c85f747e70253372063be98c2fe9e938ed6d1f219525427d

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 638db4f75cbb8177f3dd23c7f1de15a79f5dbb90f69251edcdf5fb6933aec8b8
MD5 1f735151c14ada99f924ff78c8851f45
BLAKE2b-256 485dcbc89be67ea57a1ff31cbb42c999529d17c5aaf0271527a14f1ef858ea0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dca44a4bebdf42a28e2dbc0d9bf211d1772ac62b5693f8adabc97772a3ccdcb9
MD5 eec2a2cdfb924448d6c0fad16213f320
BLAKE2b-256 a66bb8c1ef193aedb533d8da03f60d16a6acf5d737a0c62c2bacae3c6a68627d

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35154cfa12abd74d20ba5e95d3657cf85bd02b40350ed49d99e6b5ca71d484f8
MD5 2d1cb05b4774e59a271377b361a5dbf5
BLAKE2b-256 8f6f8c384dd2e4d036ac805462cbb6465c670445d6cda1ddcf03499f89333b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb7ee462d4aa61244de43ae714e742bbfde4b25e94a6192fda67bb338cdb090f
MD5 94221c248a06f685c2e1a9432f59226e
BLAKE2b-256 66bc69423c95f0b593c33e3ccc0b9ceb062565dc5e0196210e7436c417ae359e

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file suitesparse_amd-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for suitesparse_amd-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f62d79786a1adad3128e30983667ec74207cc73f6d2b5b3488f1ec665ecd44fa
MD5 53a6bfa597b38e7166368b12f79ec5d3
BLAKE2b-256 a9768e694ed5ca2b4f91c720a6b5c6d1f17018b07235580e9563d71d880370ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for suitesparse_amd-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on Marius-Juston/SuiteSparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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