Skip to main content

A re-implementation of the hotspotsc package using wrappers around Rust code.

Reason this release was yanked:

Has an erroneous import from hotspotsc which is not a dependency

Project description

sc_simvar

A re-implementation of the hotspotsc v1.1.1 Python package using Rust for the computationally intensive portions.

Not all code from hotspotsc has been translated to Rust, but all code has been localized.

All functions (Rust and Python) are tested to have the exact same output as Hotspotsc for the same input data.

Full Docs: https://genentech.github.io/sc_simvar/

Performance

Using simulated data that varied in the number of genes, cells, and dimensions I ran the pipeline varying whether approx_neighbors or the weighted_graph were used when calculating the knn graph. For the local correlations I used half the number of genes to calculate the correlations on.

Across the 108 total simulations performed the mean speed up of SCSimVar over Hotspot was: 3x.

Summary of benchmarking results:

image

Machine specs:

Model Identifier: MacBookPro18,3
Total Number of Cores: 8 (6 performance and 2 efficiency)
Memory: 16 GB
System Version: macOS 14.7.4 (23H420)
Kernel Version: Darwin 23.6.0
Secure Virtual Memory: Enabled
Memory: 16 GB

rustc: 1.85.0 (4d91de4e4 2025-02-17)
Python: 3.10.14

Usage

The SCSimVar class of this package is a direct replacement for the Hotspot class of hotspotsc.

from sc_simvar import SCSimVar as Hotspot

# Your old code here, no changes needed.

If you run into a problem with SCSimVar compared to Hotspot please let me know!

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

sc_simvar-0.3.0.tar.gz (43.5 kB view details)

Uploaded Source

Built Distributions

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

sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (581.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (581.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp313-cp313-win_amd64.whl (416.4 kB view details)

Uploaded CPython 3.13Windows x86-64

sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (527.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sc_simvar-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (538.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sc_simvar-0.3.0-cp312-cp312-win_amd64.whl (417.2 kB view details)

Uploaded CPython 3.12Windows x86-64

sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (581.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (527.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sc_simvar-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (539.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sc_simvar-0.3.0-cp311-cp311-win_amd64.whl (416.8 kB view details)

Uploaded CPython 3.11Windows x86-64

sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (594.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (529.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sc_simvar-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (541.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sc_simvar-0.3.0-cp310-cp310-win_amd64.whl (416.9 kB view details)

Uploaded CPython 3.10Windows x86-64

sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (594.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sc_simvar-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (529.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sc_simvar-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (541.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file sc_simvar-0.3.0.tar.gz.

File metadata

  • Download URL: sc_simvar-0.3.0.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sc_simvar-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3dea3868aae03afef975be259295cbea40811c566dddc06d9857377686088936
MD5 1a0ddd87fe081e559e03ef9a9bc5d9bb
BLAKE2b-256 4f83b307b8332544fd2fdc082fa5b7ba954adc7069f19b967f89ba9c9efb2e7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0.tar.gz:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fad4c402284206602fea4069cc9f3aab36496acbeb74b4d1c09e1ad14368e6a
MD5 7b0d8fdd8cb038cee94878c11e9a2854
BLAKE2b-256 004fdeaefb7b11f2d864c3263bcc9ca2c70ecb5ea36e856ecb37bfcaf4581012

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80e7a9b805ea707e1f8bbc83f02a57b9ff61cbc2b93d67a18570c5fa52ddf22b
MD5 378251310da3e2d64589287c3ca1fd42
BLAKE2b-256 5b82d84e486714e51d805035b53fc641f2eac0933d211470ff14407090517de2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e61c08efc5e6f67bdf1d8fc5c3037d8689f0218588a1aecd68ae73f28b122b7
MD5 39879adefcb801922250f6d729365cb7
BLAKE2b-256 c3169e7c49f5509cf759ba80796736864044fff794d0725719d05c66963d8519

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5175ab1f299b2bb92f27873cad27f2498aab039c69db5dd291e1e21f658aee5
MD5 cd5f9af39c266a646be8bbccd693e56f
BLAKE2b-256 7b9ddc06b410f56cacffe0407052b162a55df6a213a4740b0f650a17e71ce0be

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5e29f52f63d7564fa2a51f5cd863daa44465fa34197a0900f684b695d8e1043
MD5 2d105e7b56ac10d3f4c96bb3acb45d5e
BLAKE2b-256 6aef37f641ac23bedcdf90001b0b4ef3cb44bf5df10ee7ae6e04a0e515c87981

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b999618b1f22bafefd166e50c1e32595a3a65c1fd87102d2ac152358dc7757c
MD5 3abdc4f7ad4154cad14376577fa6ba12
BLAKE2b-256 a9a4e454ff2f7e7c2921651e347ab45325e73c009d23af4ba2af56094369a0bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sc_simvar-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 416.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f0aa1f03f6bf4b4bc04660639f4615fb7ae82c2927bebfb04f1530ef6e04866e
MD5 cc62d131084529d671dd15e3a2e4f97f
BLAKE2b-256 81acc00a9b742505b03d54537e88d5f76897848aaeabcfa80013a7ad84d5870e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba2448a8479f08eac63480290d623fca69b81ef25afcbd1927d70e463c0d0e1c
MD5 a0d71d0c0acceea3456e96a318ce5ce3
BLAKE2b-256 7ae2b93173f6a6bca54d090c2866aa8b42ea83003187ccddb62cba706b14229c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cef8408caacd6ac6eab3ab8f1c697723551bebf75d0a38fe39dca3da6d6b3fbd
MD5 790f436781b979be2ff7f53406afc817
BLAKE2b-256 86c07135d4b7f9a708ac60b41b3c43898af291df5a33ef911823857904f4fbb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c64d68cb9500a1f4542ce64188abc8acd65889dc3d170a3906fc17630897efa6
MD5 4c797d6d102cfdde61bd1c89c3d575e1
BLAKE2b-256 3cee14e77e28eec5dfdd1236d21effe825308b6d9fca8b906fe131bea53719e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7190957c0f76824b8bbad766f4732be6f6984b78d89694e2bc38db12b0abdfe
MD5 30271a0d285ac7ecc20a771fd59de531
BLAKE2b-256 b22ef1d5557e13754d1c2a36fbec5be0019db85cc207566ba02a71f7e5451ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sc_simvar-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 417.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sc_simvar-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 223aac726dd3eac9632a62b82b0872594e6bd4f7fbbc5f9e405151936c849c7d
MD5 113ea71c93fecc7a390fba0598d43c66
BLAKE2b-256 fa9bcb7987c69e1dc3238411b31b0b8a6b58134fbefc6065b3cd455bcaeceb80

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eed2ab35ccd09dd9f1b4dd8bf795805acfff7a951bc0c30a724050f3a7e1db7d
MD5 35bbcfdecd4965961082d13931826da8
BLAKE2b-256 0167cf37abe5cb1d2d62d55c0a4d72be9d3ae3c1bae705477f52fd8dd6b0a3a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 263cd37f177487d2d6776e5c78551ec6baac9649ec38e8761cd2b56f8fb98059
MD5 dc4f8cbf31e45514413e7f8f04d8fb13
BLAKE2b-256 f6ea822d705528a3d3e54c114570b544126da378799e18dab1568bcafe2c158f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf8083c5193c0dc3f7a86c3682f78b171f568963e2cb46ba5c75d2fd3994da66
MD5 90ddaa04c24ce779567642d0077e395f
BLAKE2b-256 875d498de70e75505cc7f93fb7ba37741637ae4042cf92e52793ef65cc67dfde

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c2c616c3a7882c0b7a19100fa95200091da8381903c13db5bfb79a2fe93567e
MD5 c53c85c2d23edcbac8a60a02555b1ae4
BLAKE2b-256 f621dea192b41ed9410e419fe95f5ea09e0a254ca4f760cf5595a1a7e60d55c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sc_simvar-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 416.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sc_simvar-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e221b537efbbf100cb19d224a016f4c0f92c18490d399fba3dab3e0c2854906
MD5 6785a1afdb2ef3040e9bc90e781e78de
BLAKE2b-256 2acf34df7061fe29c93ef9c73094ce54f43dd0205930b89dac3a2497cbc9418f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03c0d58e9ed7de226491ae2b178c00f625bba092ccd44a6153bb3b44d2137477
MD5 1ba0c39128592ae70493e684ee5b7461
BLAKE2b-256 0fa8c5e037ae6b8c8f38253661c2221ef491eabd428102ae41c6005eaf908d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7c154e95acb70069b561df70e22d6c416d0076e84ac934c9fa1821c92472fcf
MD5 1b49d203209dcc89fcfc257a6707afe4
BLAKE2b-256 b25c2416d36a345bdd0ccb91c94a125c547f42826fdc97e23088cd9e22024b6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baad8d6bba71ed1c316e56ddb986b8142f0d65117b27c529aa524fbc21ecd134
MD5 654e21353826cd420fb57c423bddf814
BLAKE2b-256 8a2bf5ffc4ecbd8aa7aeec933d57d382be5790b5826de7439aacd756f29c5ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 42a2d98da7aa051acdee81f500b24e9dd4532bc4a6b9a5615415e2a0d13cda7b
MD5 2a0776293103c4b23b3e1d8667a5cbd1
BLAKE2b-256 ad3cc16d56f7fa42e6d5f273ff2add28095d6875b1d60fe494fa805c46123a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sc_simvar-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 416.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sc_simvar-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4fb3bed26861a02e90f50ddd6a80d57f86c3edce0fb70d53ff103866be3f9644
MD5 8d1b618555b81666cefab9b352a84aa8
BLAKE2b-256 55661f1ae32a377696a41167e430bfa858cc5a37dd781a6b2a88218e60bc82a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 862eb4e8c74137dd3274e20a70902c59a4b5ac16c5c31cb2e5ba1223afc30a82
MD5 9516c4563d58b5748aae22ec553016eb
BLAKE2b-256 3201ffbbe8f2c114ba10bedd449bb71918017379de816f840e207e8e71352607

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89d05d56858d8f886e258ee5e86aff7275bc49d9b3154b93c5436ecaedf3ebaf
MD5 5ea1feef4c13f30ec07c9d9bad5398f2
BLAKE2b-256 fb0fc2aa93d2da550251d4af2df6da9bdd379df402aa3183cc80091369e6deb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 472d1a12d8e2f855c680d3cb45c1c5e4d5ffb666de748874d1946ae766fb4783
MD5 5b1edbc18f69eb733af717817404d726
BLAKE2b-256 9e6647145e781081ad2554e3049d2acb0a54f1f55cf1018352034e0533400736

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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

File details

Details for the file sc_simvar-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sc_simvar-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7213aafaa4f13a0aa0882e7edeb2779bb996fc54c66371af0904847d90277ae1
MD5 7eeec010bec399f13ae53bb51561f66d
BLAKE2b-256 bf154b290faca9e36e0be488ef408804115ee0492884b09008ba6fb5f5c6c3e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sc_simvar-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: ci.yml on Genentech/sc_simvar

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