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.2.tar.gz (608.0 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.2-cp314-cp314t-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

stablebear-0.4.2-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.2-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.2-cp314-cp314t-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

stablebear-0.4.2-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.2-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.2-cp314-cp314-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

stablebear-0.4.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

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

stablebear-0.4.2-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.2-cp313-cp313-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

stablebear-0.4.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

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

stablebear-0.4.2-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.2-cp312-cp312-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

stablebear-0.4.2-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.2-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.2-cp311-cp311-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

stablebear-0.4.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

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

stablebear-0.4.2-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.2-cp310-cp310-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

stablebear-0.4.2-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.2.tar.gz.

File metadata

  • Download URL: stablebear-0.4.2.tar.gz
  • Upload date:
  • Size: 608.0 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.2.tar.gz
Algorithm Hash digest
SHA256 2cb5072cacc61bad1fd99927d00004be782e07b0f3934863f370b7b7c5352c26
MD5 ea977e2a27d1176a60627a2de66b5b6f
BLAKE2b-256 108e5a3ce3a55c791127915e57d5279faa1247aa197a11a71616320918ac8a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2.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.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 623c834faf65f5506fde694ce8acd75bc0107ab854e2c2bb4c3d3f5e8beec6c5
MD5 0ae94a89302c607bbe4308364aa6235f
BLAKE2b-256 982244ac3e834841b661d5da33574d7d8ae0fe67f0d7f518c3d51d16a537a921

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba293d17e6903043473c74e151988c84510fedc6f3d472ec05d74983506db1a2
MD5 1ec52111abc737b4f304908209e28f11
BLAKE2b-256 c9e652e44dcd904170503c7641c7173ce5aa0642ed30b34cd60f9dd28a374ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30ce53e84fa253aaf2d9f2e49941165487f39c357064c51c4c1f7220bac3c591
MD5 a0223b41d2d0720322b53a365c8b397f
BLAKE2b-256 d84bae3bd5daed6dd2ae172956361559f57d0a4ce116f4d5e00432a013eb55ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 aca0c7045ee77139a3b9b06f34c41a0e6ff5aff3d18d714aa3322a6c2d71b6a7
MD5 64fee62369755de68159fae6e26ce6e9
BLAKE2b-256 b8ec920c796c5a4b0ae2f28c43214637892602327f7b32c5e28074d0a6a16d66

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e34af10069f1ed17ed98845d8435836b2bfe6d0803a04e1409df68829aa3f056
MD5 f9bdc5f4a861454f154f76caecd26192
BLAKE2b-256 20e6fcd8ec661e28a46e359d8dac2f6c33a1094f307f612f6ad95868b088dfe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bee4c77057c3bbe342e51c5568e7aab78107e2201f038cc7f4d598c15612eb60
MD5 8d2edc43d2368ff794d53b329daac2d9
BLAKE2b-256 f8980b365cef1a13fbc4d77e01a4706f018dc6e5910552b012d3f1896bc82f3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55fac6518a256d824d965fa3602b110ddca69cf37ca2775940cfaf492f7cd112
MD5 1ce357627d0069ee4f526257bffef0b6
BLAKE2b-256 7b3067c6652471f34bd61ba7883844452efa2ad3c92d41aeed4fb0444272e48f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b7ed2dc97c3a296b94468d1b9077da7d52ce6882fa78c97a04848405bad3c26
MD5 73871a52ebaad56471a6f4fd31fe0672
BLAKE2b-256 65343e06bdb94e9640951468cb6f3aaeb28ee2af4b619f188b34d236073c8cf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 690def33d7eafce04c288bfa1d94e7d574f433548247fe2fd369d7f146d9dceb
MD5 6f61b2621f068c6a3d8a56baa9d531f4
BLAKE2b-256 efdd33980186527975114b21c36ee575db7e0b953151a52722f12ab9f0ec259e

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9bed317235112b0adcb1df85645ffcf94eca40b9dea9087aaa8a88534ee893b
MD5 cd0766aac2ea96f8abbfbc3e4a729528
BLAKE2b-256 cca1664a14fc1169026785d82ba373f8242c93f0e5af356f5618b1f3acb524f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68f71d9a431af48aed5c746a52c4a2f15b409326d8e8541bc7bc15479ea0c6d4
MD5 a1bb83a72985563976f31431e6f5340d
BLAKE2b-256 cb34621dcabea0aa29a2702e0f4c0d6f815f6804b5679be7723e278d07d89100

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50e4f2e5b7fa73c1804ac5581bde118e7a5e22b938fc4d0206e40abc86ba0b5b
MD5 23ad5a49408aa6b7854b88a00990cb12
BLAKE2b-256 89744f9498d2a096fceac11656194c375d7a5f1558e091678112facc98d83f9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f92df158c0f68889f438937b3fb52077503da8d70e0b43cd13be86d429e489b1
MD5 592f1dc699fa56fba945808a47bf20e1
BLAKE2b-256 2d73e3e0ec8df8f3756e232695abe2c910ecedb456579947a54f6e44480841ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cf680cc6608f6665e0c028c2cc29394a9a075f397c62a6bc97b9ac8fec4fa659
MD5 64c2c5766071be0a658893df49860787
BLAKE2b-256 f45018a2a5dcd0fe4342fbcc36712b52c3e2036b5c73f170406239e35076d949

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb97e83b40905ef736e4fb86a6fa3c119e4abbc236bcc6e707eb9e7e2ab7649b
MD5 1c6dcde997615e16bb37d9922d2a4e0a
BLAKE2b-256 2c7ce7ab8ccff59866403333f038dcb6d7d5c6464bc598e951fd2de3b196ebe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c2358997a1151f28beef0a8bf6c8a78055fce97531a594711f336adaba074658
MD5 bffd9eff7a7e4b01350be5273833d7aa
BLAKE2b-256 2ca6712856685a845c43bc1503b83fd16836736f66094fdcff3cae42f8c9ba71

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a757b90b2ae3655d7ab947d80aae3642510af34f5b8396b3bd865006b3d35b36
MD5 c2c2b38b11b06f8810e55e009e9f93e3
BLAKE2b-256 b73823c13c668af81af462643251732bf59453117ca919f1860f7c90b1a80e39

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0af7e49cbe8525f936d7165c9d5c12e8343b7186f2a9972dae7cfca1e2495108
MD5 8a5576fbb1616db322e2fcfb469992fa
BLAKE2b-256 e6b48c0aa00c124b6f2177b0eb1cacc36ba4f56e1383ff30e4fa5956cdb4b21b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fa640c55d0ef3fd398a5205d9899139398c208f8d2e04f4f78c2a60705e5794a
MD5 de41a40c4327325f26ef18e980124796
BLAKE2b-256 8e174fe10939c4e67e917ef6266bf792de393eae061642656b1c7db2ad5ecbfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff63d5c02d4834cf760489750057123721a31145d8a64b095c0f4fb1d3c1d515
MD5 4b473bd31f411383d2c1aa994963484b
BLAKE2b-256 f417885c33bea8e37ef2ed741e11417aff0d555db528c4ec43234dd9ffdc93ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e0e122592dcb5a1a3837eae4963e86092631bae5bedef868ad0713dd4b6c9cb
MD5 2c192b15dd52a473a2a09c0d577b85df
BLAKE2b-256 35b61c3e7c00ce6b2fecd923f01d19869368fddbd775f92568c198070b96a5d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eebafc39696b02049d9e35ed23bba40567154e00463f29d7441d1c243db99d65
MD5 bdf5b6566f5712158e35c6c9706fcfc8
BLAKE2b-256 e7a6403a763286f0d0ef68d8169f206cec3c34649ada68dd123637681b8b9c30

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e17f4731200feb9ff521f1e30cc4cc72a7c5e6d1fe24a7ebf43d88a7a5599cc5
MD5 d9e0166ca1de3329d83f8f05a4d4f1a5
BLAKE2b-256 93186d52215a29859f2601c0f1d9de74cf0b00dd96e50664362e393e0231ba38

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d50f7a863c39c704fd6abc0e0400bd86b0390dbc6f1243f38b0014d5d0a1f457
MD5 faeeddbd38de6b8bf8f15bec4363bfae
BLAKE2b-256 00d88fed1d92c64e733a568d8a0855fef16ebc0189624fce8799b4d8c82d6e50

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 050b0f9a6a106ee2fc71e28fb1c45bafe0a70eea513a16be4ce984aba6be2641
MD5 564ec0478ec447f728bbad04fbebebe0
BLAKE2b-256 68364994ecc617c5c27a9a50528f8dece35ce52019dc480a6d71a2708ce67876

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: stablebear-0.4.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c844b6914a79d02f643a612803c51f20d75646c766ca78d479f5ebfc23c6b5a9
MD5 2641a614c9a4ede0c5a20a8ea02a5549
BLAKE2b-256 47571f44d762c4a0b57d811e5d91bf00aef02073d8d3e4b3ed7b41085afb6c9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44a382d8d76c979f529878e5b7e40e2866511f567e0b0b534c18690ee4c7ae0f
MD5 b304b0ae7683123b4aef53775ecf0e42
BLAKE2b-256 0fff055fa1c15df885673fa1a6b1a8d18cae4f393fc248fcbf728ce195472719

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 adba9d53049a7444d29c39677194ee4257c6ca7ce023402beffdeec38e583bcd
MD5 03680bae850758322448bbb88b8825f4
BLAKE2b-256 0a52f5871c9ea0c9314b3e49721343eb70fbb731f9410f89e42108e9df26dee4

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 988753caa9291e84403303d261cc20865ce0aa9561e3360d6c2aa4c21c956e47
MD5 6f4825f6d57987fe30f93f9b7ffd4abc
BLAKE2b-256 8916857e08877db4936abf47ed9fdf3ab04b09d94d22c6b908946bbdb8644646

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stablebear-0.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a98f16db8018f5c3beea5375c954220fe1d000da25bd529666fda804ec75639b
MD5 cd55bcdeea68758e603be5a8e44a0764
BLAKE2b-256 8acb68abe1e25f56b28f7d90074b25b0c2256644545de088ede3e56e5966f4bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for stablebear-0.4.2-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