Skip to main content

Massively parallel computations for piecewise constant functions

Project description

stablebear

Copyright 2024-2026 Björn H. Wehlin

Description

stablebear is a Python package with its backend written in C++ and CUDA for performing highly scalable computations involving piecewise constant functions (PCFs). The primary audience is practicioners within Topological Data Analysis (TDA) wanting to do statistical analysis on invariants such as stable rank, Euler characteristic curves, Betti curves, and so on.

The basic objects are numpy-like (multidimensional) arrays of PCFs, on which we support reductions such as taking averages across a dimension, etc. For 1-D arrays, we compute Lp distance matrices and L2 kernels that can then be used as input for, e.g., clustering, SVMs, and other machine learning algorithms.

Installing

stablebear can be used on all three major platforms. Pre-built wheels with CUDA support are available from PyPI:

pip install stablebear

For building from source (e.g. from a git checkout), a C++20 compiler is required. CUDA support is optional and auto-detected; see the build instructions for details.

For any issues installing or using stablebear, please file an issue on this GitHub repo.

Citing

If you use stablebear in your research, please use the following BibTeX citation.

@misc{stablebear,
      title={Massively Parallel Computation of Similarity Matrices from Piecewise Constant Invariants}, 
      author={Bj\"{o}rn H. Wehlin},
      year={2024},
      eprint={2404.07183},
      archivePrefix={arXiv},
      primaryClass={stat.CO}
}

Acknowledgment

This work was partially supported by the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.

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

stablebear-0.4.3.tar.gz (614.4 kB view details)

Uploaded Source

Built Distributions

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

stablebear-0.4.3-cp314-cp314t-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

stablebear-0.4.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

stablebear-0.4.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

stablebear-0.4.3-cp314-cp314t-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

stablebear-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

stablebear-0.4.3-cp314-cp314-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.14Windows x86-64

stablebear-0.4.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

stablebear-0.4.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

stablebear-0.4.3-cp314-cp314-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

stablebear-0.4.3-cp314-cp314-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

stablebear-0.4.3-cp313-cp313-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.13Windows x86-64

stablebear-0.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

stablebear-0.4.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

stablebear-0.4.3-cp313-cp313-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

stablebear-0.4.3-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

stablebear-0.4.3-cp312-cp312-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.12Windows x86-64

stablebear-0.4.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

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

stablebear-0.4.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

stablebear-0.4.3-cp312-cp312-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

stablebear-0.4.3-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

stablebear-0.4.3-cp311-cp311-win_amd64.whl (10.0 MB view details)

Uploaded CPython 3.11Windows x86-64

stablebear-0.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

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

stablebear-0.4.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

stablebear-0.4.3-cp311-cp311-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

stablebear-0.4.3-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

stablebear-0.4.3-cp310-cp310-win_amd64.whl (10.0 MB view details)

Uploaded CPython 3.10Windows x86-64

stablebear-0.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

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

stablebear-0.4.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

stablebear-0.4.3-cp310-cp310-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

stablebear-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file stablebear-0.4.3.tar.gz.

File metadata

  • Download URL: stablebear-0.4.3.tar.gz
  • Upload date:
  • Size: 614.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3.tar.gz
Algorithm Hash digest
SHA256 1c7fb538e3617011d8c55e35c466b86e002dbf43318546352d391fcaf7339c70
MD5 e26095763424d2f8831e89f722fba2c3
BLAKE2b-256 958d409c30c411e561b1ef1a9148fbfd324f741c5ba12818a1884602a71100b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3.tar.gz:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 591e91a1854cf852761922e51e2844982f7a4f74bbf9d4eccc6f49966a7139c3
MD5 cad0740af138b63fa106360dd6b4be80
BLAKE2b-256 82dfc34aa326d5cc3a0751cc47d989998a12c9222a5442e71ecf7c266239ddaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314t-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c61285beaf64ab20f6bdcf5eaae9937b3f5bb514c4b72e1c98d097fb7dc0a6a4
MD5 5c5f87d9f564a5a6e9cd6b591b2a1b7c
BLAKE2b-256 0c08ab2bb045ec5ed469810eaed7fd12a0162607db06071bdb99ed6cd7e26ff7

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b746b05a4f53e4f07a504ca4bc65389a77486446654cf3061123baac8150a29c
MD5 c15355b6f6b76bc6a81fc51d8069bdb1
BLAKE2b-256 d6e4a98fa9faf70f8dddbac105614a324223d5ead9a02b8cb09b2c413072e3fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 de55395c9fb5cb8688d195332cacaa628415fdfdd9a9d67204fb530e7f6a405f
MD5 ea2f29bc591c175337c56298fa9321eb
BLAKE2b-256 a40a139d66c2373e38bc707c57628ae11fac021b4ddf51a963543a3b9f661ed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f400614f41d66345eb9db947ed199c78d478501d4854f47e9dea267bfadf304
MD5 56d3cb33dc8646b0ed492f10d6e37507
BLAKE2b-256 545b8713178a657d1d5c69072b0d28564c8ab04a4b49fed6e3a1e1068d372753

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8ab56b14b025a088d89169bb0df447e93b78b9dd03b601dde1e3a99083706475
MD5 b353d8e766b6f561ea4a349a176cfbf0
BLAKE2b-256 d7336bcea53bfaf788bbe1ebce75730ace3e48af0b1b4595e0724d992cd83ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69d9322aab86538c6bfcb818ebc6e0651908d7a1af74e6d6defc38a6568154ed
MD5 bea1e7fff2a4fff107f51e9892a8e092
BLAKE2b-256 23ec1e5c25f9764248a1f7890fc3fe00bfc4da0ef844b949ba7e6112eabed495

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfcc3626701baefaacc71cd2f53f9b977b643ac8d633da0a78d133219e7e371c
MD5 21ede6ec4a56c3770a8cc9bbf4c1a662
BLAKE2b-256 af5b545c143baaf08e5e8c3966e07eb2aad138c4d71c1d2fd47c5e33789e9134

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 affe1883e2a3209e48bcb6532ce472655bc4070df97df7ee3f3828c953dc20f3
MD5 795dbc26ea4bf6e0c541e3149b914f95
BLAKE2b-256 58dde18877fbea88d1c1c636e41d82606d1e158e40e30c28567a7a3bfe84b68e

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2edb1726ffcf2c7c747a39a881a6164e71bc6bd6efa663d23f56360cbd36583a
MD5 3a5e135fa4983ac89b616eed09f952db
BLAKE2b-256 549b15211327afaa2ff68bff01fa91ee669d4a51da40e4c0fd3f4ac2350e2a49

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6bd47f80198634b6e75fad1686e8ad98bfd3fbadde3210861b6ad1fe3230bae9
MD5 f68e2f8d262e0c25ac97e476aa911d92
BLAKE2b-256 26568d5ec848b10d25da7d18553a43d32cd2be81e40a9a010ca836401b2c0eab

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp313-cp313-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a6eb4869554d18b1af7f6f3b469faf3aa12416b8cf8b3f8343238bd3aaf12a3
MD5 80f89a39c85d20761fa2fbb47ad30cef
BLAKE2b-256 2e849c4d73659ba28336358dfc84c54ee2ac58b20e5bb3c45e97e8d7034559df

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3acfaa5d27cb48d628b767cb5bf15594aa3c76b3baac9e0996aeed7ba64f293
MD5 c84c09932e4399586d9b38b7112e838b
BLAKE2b-256 e58971905778a78f126198d9d8a7453c9945672c3750e08c3e56f3aa6d9b903d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 056abf0800eeee2c38721b0b85a13686481e4822c919296b8642f9673974c13a
MD5 e1b213433fc4d6839438e41e8ba43d1b
BLAKE2b-256 1aa94a85af1aea3bbf9fdecfa2864406cbfaadac14a5d2751f426660004e3557

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b217887bc12cd5b6a653fd0655a4152ecc39bd07c30fe88209795ece8f8eaf45
MD5 34729147e5746f38ecf2eca1a0f30b72
BLAKE2b-256 878187ba838e1ace7e444fe7ee769b5c8779e79294ca840b8b8ca154309ba408

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a6453d4cf12e2240b6b689c672c977a7fdb2fc561ab0a89b39f34b66e690c1db
MD5 f8463dd7c789382b2817768c9e2a3931
BLAKE2b-256 bd5f3adad41149a3cf49734da10ce538204d2a7fa55fb8ef9783b4ba4a2a38db

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp312-cp312-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e50d530a04af5d1f95a0ae729d937fe29bbf17575620b0e7264fb443a2c4aa2
MD5 76da4a62f76bfdde810bfc33028a8e5f
BLAKE2b-256 b750bd0d6f6faff7b66e89f660e6e0b4abfbe6c3fa552de5f979313139d1e578

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c7338bac9ff4af82b540edb8ecd35d9ea73afe9ee6d47197abc38eef63ee83d
MD5 bbf9a770abaeccf9bbace9158fb8e0cd
BLAKE2b-256 561e9c4e768db1c097831e9545b8ccb11d7db98e0d085bb7bfdf6e09f3945ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 490c878bbfee69b82d83ab8e404002649e80ee4afb24a9f992474cc0cc527869
MD5 0ee3178a57b9f78d524c17357c3170bd
BLAKE2b-256 f8e551e8a2cdd5f11dcc654a448906b4c2f9bd7cbdef2fbb5024afbc614ec97b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa900b01eb9a0e06510fdeef92f992f3ec642dc11c2fb538458f2afbf026683a
MD5 24cfcf2198af56eb6cf0b145711af411
BLAKE2b-256 22cbf6d8adbda7e20b8d207a9356b9fc92e99d1026c1caf3fe269b7233f7e03c

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1153ad73f42fe001200759e1ebc02cb3bacd92755d65d43993511d2f43b09a1c
MD5 4819e2501ffcdb5a46829ec88a1663cf
BLAKE2b-256 0d2bf345a6f4a52c19148b3fb2853266145daa18b84a1bd09e6489c46e97a956

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp311-cp311-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3cfdc2dcadf1f5834e7cc5030abe3790e2a52ecb648163026fffbb9aaa9c8e4
MD5 7f0079ae2878d63cbca6dd7a76d0d002
BLAKE2b-256 c53130046f95bbe887a939c454c2c81a201efc4bd591e3586f1329c8254562e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94ec1ee8533038e39c0a486c2be0b636acfd44163425ee73f7243e5a97d52a0f
MD5 e37ffbb13afb24fe2e3f88b8e2fc9113
BLAKE2b-256 03bcc4018d1142e04936a0564609215a80206dfe9b425546ccea91f0f91d2576

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 93c4855ed62381e82b1f7b10ea4d3c71324f632a101615ca02462153ef867619
MD5 af11d0ef35954f2414c604fc8eef649d
BLAKE2b-256 237df781b60ec9dd02993a15a59d828667e1d6ae093da26c1831b61a08f5728f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54a43f38470125d831f8e048b5d446d63f406cd381a5bcc9738801c2fe351d74
MD5 f3d7361cec11b5123e446da48cf15f6c
BLAKE2b-256 b89fa277603f8adc3c988ae3cf66fec71e262b178d5b68db565eb6023c6c52f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for stablebear-0.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d37a65d8045a4d5f6b3e0c7d208e326bfca07420c7c92c35d23bb516ed1f7661
MD5 5d6feaae508aa49c39c82940006cb77e
BLAKE2b-256 3e28cb1d3b4fc0481de7db7072067f9de7545f13c687004b92b11c8a976b2cf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp310-cp310-win_amd64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 289b84c785e8edf10d23bb936aa379555761ca2938eb1c082e1f4d3974c30ac1
MD5 d1d0d489494eb64c9d078b36dab48365
BLAKE2b-256 ff242f12c78545ef0b6151a897d300b81d42ccd862354f4b22b3d1320ec4ba10

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b28382574be0ce28f0cdefb91e5fdea3a64353b37d6728a004464019ef350832
MD5 91c1c4ae0b4cf0ea692b477b4eeee3d7
BLAKE2b-256 aae857dca426e796e409dc2cdbb9f9e9d433cd1fc216176ce2fb9c18326cc2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 81493ee6c3576f7caaa0b5d85da6c91e68998f9ad67149fbedf551de8d37d4fc
MD5 547251e783d027a71e3e02d803f69aba
BLAKE2b-256 77f3bf22ea3f839611b1534216b17b4edd965078da3e68b2461ddb7809af7d80

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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

File details

Details for the file stablebear-0.4.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cd9cb1616787745e5a96ffc9086b35945967523284a97f7e8bb20ea7c553484
MD5 97a5445551353446c01f622027cf78ac
BLAKE2b-256 623a07ebac68394616836793c16e00e4c672c17c8027ad26ceb0625c1ffe438e

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yaml on kthtda/stablebear

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