Skip to main content

Biomarkers of Critical Oscillations

Project description

crosci: biomarkers of Critical Oscillations

Collection of biomarkers for estimating criticality of neuronal oscillations:

  • detrended fluctuation analysis (DFA), as implemented in [1]
  • fE/I, a non-invasive estimate of E/I ratio [2]

The spectral ranges for computation of DFA and fE/I have been optimized in [3]

To reference, please cite the following papers:

  1. Hardstone, Richard, et al. "Detrended fluctuation analysis: a scale-free view on neuronal oscillations." Frontiers in physiology 3 (2012): 450.
  2. Bruining, Hilgo, et al. "Measurement of excitation-inhibition ratio in autism spectrum disorder using critical brain dynamics." Scientific reports 10.1 (2020): 9195.
  3. Diachenko, Marina, et al. "Functional excitation-inhibition ratio indicates near-critical oscillations across frequencies." Imaging Neuroscience 2 (2024): 1-17.

Running

The demo script (demo.py) exemplifies how DFA and fEI are computed for randomly generated data. You can use it as a starting point for your own data.

Building

We use uv and setuptools to build this package. As we also use Cyhton to improve performance you will need to have clang installed on your system

To build go into the source directory and do

uv build

This will both build a SDist and a wheel of the package for your machine.

Note

Crosci is also dependent on openmp, with is missing on modern MacOS clang version Apple ships. For the build to be succesfull you will need to install libomp as shown below:

brew install libomp

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

crosci-0.1.6.tar.gz (364.0 kB view details)

Uploaded Source

Built Distributions

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

crosci-0.1.6-cp313-cp313-win_amd64.whl (464.2 kB view details)

Uploaded CPython 3.13Windows x86-64

crosci-0.1.6-cp313-cp313-win32.whl (441.3 kB view details)

Uploaded CPython 3.13Windows x86

crosci-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

crosci-0.1.6-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crosci-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

crosci-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

crosci-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

crosci-0.1.6-cp313-cp313-macosx_14_0_x86_64.whl (758.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

crosci-0.1.6-cp313-cp313-macosx_14_0_arm64.whl (715.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

crosci-0.1.6-cp312-cp312-win_amd64.whl (464.6 kB view details)

Uploaded CPython 3.12Windows x86-64

crosci-0.1.6-cp312-cp312-win32.whl (441.5 kB view details)

Uploaded CPython 3.12Windows x86

crosci-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

crosci-0.1.6-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crosci-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

crosci-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

crosci-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

crosci-0.1.6-cp312-cp312-macosx_14_0_x86_64.whl (760.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

crosci-0.1.6-cp312-cp312-macosx_14_0_arm64.whl (716.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

crosci-0.1.6-cp311-cp311-win_amd64.whl (462.9 kB view details)

Uploaded CPython 3.11Windows x86-64

crosci-0.1.6-cp311-cp311-win32.whl (439.7 kB view details)

Uploaded CPython 3.11Windows x86

crosci-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

crosci-0.1.6-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crosci-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

crosci-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

crosci-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

crosci-0.1.6-cp311-cp311-macosx_14_0_x86_64.whl (757.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

crosci-0.1.6-cp311-cp311-macosx_14_0_arm64.whl (714.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

Details for the file crosci-0.1.6.tar.gz.

File metadata

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

File hashes

Hashes for crosci-0.1.6.tar.gz
Algorithm Hash digest
SHA256 908dc4bcd9ff010d2c5f07999b12bf29fa1db7e37f7a7c4334f66c729e2269d2
MD5 3d3d81cff558e5ecb9ac8c044d555bb5
BLAKE2b-256 cc8d2f34996295633b28fe4fe3f134dd91f90e6bcf249141ca2c8fd77539d641

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6.tar.gz:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 464.2 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 crosci-0.1.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4f569aa82fb1580517fc1396d905d625fa46954cff32887c2f1499508aa5cf89
MD5 4e4167b92a269738721f244670268972
BLAKE2b-256 7df9da946e329c02129b587935e35603e581c67b0e1cf7209f25ab3d97e2a467

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: crosci-0.1.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 441.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for crosci-0.1.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f4cc7e3a632ab4af7f01f6dd71f4711683c5e8ec40b598e86f5d1a456688ff3f
MD5 19445e9b0ad39d62e1b872202cb73b11
BLAKE2b-256 c767aed9eb4acdc5c8305743e63a524e511284ba705e3eef5c61410df28767fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-win32.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39d6cd3692503e91bf806cd77bceb8788f5ffff3b032a2f1232613a0e7259f1c
MD5 49ba39040fc7f068e1fb17ea3e1d199c
BLAKE2b-256 3ae1931c15ab21c133d9f4ab963e580373fb4a4ef9b25dbe55a55b23f90f5673

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99734a6f936ec0051c98e177b14c82c247f6548a9f82496fd296fd82d3769e91
MD5 c8e447aa7e28ee71727bc7138860bf46
BLAKE2b-256 d54fda98b58591c716b1c29ddefef4426b4285fda7a09f1bbd6422c271c2c782

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b212cd81692100faeaf7c0786f95bb0011b2448d11550ecba6c1917b31fbe92d
MD5 5b1ae76440d51fa12b5b757ce4212462
BLAKE2b-256 21f1d03fe51e334920eefc4dc96fe33311b559878eaf70a0d60e94f6834e85ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9d36117d25ebd7aaf65cf6fa48e98bd9f3fe3a81a1d44dadff781e2db1bab8c
MD5 eddfe2662e5c25424fb7e7bbc52f0c98
BLAKE2b-256 b0c56db9e88e5ce854c6be611bb44aeaf9fee50de744b87a7fbc77fd0a9812aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb2d15767ad5f3424cb88ac86cd0871224d73d3656b033fed3e11dacba81361b
MD5 3441514249ba0ffa552eb276dba94cbb
BLAKE2b-256 ad16f7510dbef3771bc3756ae51dd09617c5e8526b891143ef55aa0c1c8dd1dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2752b3dba7c86cae9dbe1eea7de6b9e2277f3a704e3b65e98ab2764809142be4
MD5 392299ceb25c50c1c31e352239d9261e
BLAKE2b-256 7cd0abfc1e709d2862b720caa9cceb366d1e453cc9f9d9b0237f1790981be338

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f5a08ee072db83f47846229b527d23ad1702f1b528a20e75adc939e1cb32a7ba
MD5 168f691b7c5315ecb69b41d88787b1c1
BLAKE2b-256 93a0647e3a5711cd22edc6921ed7948c5377a3b3f9696e3faac9ba30d050d013

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 464.6 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 crosci-0.1.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2f9f2d4b8a45f771ec480d397b72e3908c96fd9c21cd26366f5cec6900a80cba
MD5 0922be2bfbf23b73415d6351504ea749
BLAKE2b-256 2ea803b30a3de17967e21990a2e6640bc78afb248dfcf036afbdf72e621bc011

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: crosci-0.1.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 441.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for crosci-0.1.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 456e0c215b2f389f9328737af09183c384dab68451cb6b06803e0224b8fab3de
MD5 45151ec28fd65573c0c14d135d8c52ab
BLAKE2b-256 703f57386ea9d357524cdf520c65f4fa326b29d7b00697c9501f27e75b3bc5d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-win32.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2dd6afc54ac1bd7c836e7d1fae6b7d22b93577e51662840afb200d25d3c77460
MD5 0d019e44ad9a5c5eb6f4712e790e7fdf
BLAKE2b-256 1c9a4cc9bceaf10fac12772841e232a08934d6cd29e190fe6440fde030dc84f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3990c58530a5a163f16f6df90b800b930057950ed7ae4e8d09f4792e85b9e1ac
MD5 831b9719b15f63716862c6832fb17b60
BLAKE2b-256 2d7c71df7e354988e1ea7f2d7627d5e02d973aaede9965ffd9eab280afb32666

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e531972f14276c0d7bb75f28fdc017ce983ef2e5206b9994c5d180d211454229
MD5 48cc0181807547f9e0c9f822cb0f0116
BLAKE2b-256 b6179acabc6648f94e19fdfb88e2bf21a0149ca7b4c53e6eb78dad284454ff79

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 590506356f814e5fe12be1e4d17352826ddae5ad5671b4f855d660c52e5e9635
MD5 563176f68a8541f7540669a6eaf6320d
BLAKE2b-256 f0e893e76c5d41eaaa6b48face2ebb2fab369d1a579a2208811b94f81adfa504

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9631a57df57d29018047ac0183f5109475bb225de73eb86a1ad96db1e5ad230a
MD5 bc57e99e52cccf46e3d89abb54c34dac
BLAKE2b-256 787c155657a94eec546993dc8bde65f289ff29661c43f00c4589c2393dbc987e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 8068ea6c5bd9e203cb6ceeb841f168814257b04a4472adca7099eb1a47a3e3e7
MD5 a84121abc3d1b67e39b5a3b8020850bb
BLAKE2b-256 a7ca400fe15a6207f74d3a8265e1031c08e50ec55f7cd263c682df29b7dae152

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5a484f468d12cc1af153d49e2641c3059334e8fc4f5fcd761023e06a87037ced
MD5 57b64b51bffa462c6fc594a9bad443f4
BLAKE2b-256 ace14134d8ebf9e158449ef09d9a76ea0ef49cceefe776690373eb6c1cab7273

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 462.9 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 crosci-0.1.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b09bb1b7cbb2158238844ff44522cdb0ef48b538b2fbefa1534915671daf4345
MD5 1a59410f9c918705b21036af48f7b6da
BLAKE2b-256 fd36ae93c3b68532f01c401ea60ed20e88340d4ee82ad165ad8adcfe65011a9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: crosci-0.1.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 439.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for crosci-0.1.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a671ea093c34e49fdca059abcfe150c4af5259f65fe91e4a80a3970946f66a80
MD5 31ffecb7757108519602fa450c1fab61
BLAKE2b-256 b82f5488f70023bf69243b2b7e9211c02103790e1cb7c0cd34d3a769c767f860

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-win32.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5d48c95347a8c91b1be31f70e326f3f3e1ca8ba8f1c0177deafc2022afa7fd9
MD5 052e7ce0fa8df0fc1f0aef97806a31af
BLAKE2b-256 c61cd570b5f72ec6a82ebcfc194b6c14d7aad50593613cea37de16aa4b2c4d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09238a9b8f9597090198a31e7e6f1ca8ad45b19ccd9df0a9b1001b9ebdd07a7b
MD5 d703a8690d9f8d230906176c7264445a
BLAKE2b-256 95de306cf4c9ebf6176c4a307f67e2836fa1dcd1ec62263ad24282efb1939ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 066f152decfaa727154578b70f299817032ba72dcf85508f0c49b1f4a36501a6
MD5 1f9a99665a85f3dc95cc578f2929bb4f
BLAKE2b-256 637c765bdd95e286df590594441d23522d144e32da110cc47aace072df401bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f8c012bd12d36546a94946ec60d131374f1bddbd5fe8bda1983e8045af6db2f
MD5 cccc6480458d34ed06ffa0b5cfb7df6c
BLAKE2b-256 ab24a6fa6fb7574eb9e586c4afc6aa7f2c1a74baf21125a7faf9d6915533508d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13d5d5084219dfab25b13f9f3aa43b4637bf3d3837fe9c65ffb0695a493bbd92
MD5 2021e58e026aad91a54f84ef83944eb6
BLAKE2b-256 6fca6cabc33498a21d97d0d61838aad0e86ef8a6d88ded1f635c0b564fcda8ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 d603d1836426615628e1ff8a03d4e0d8a7b67ba5c79fea0efc096c691950ab07
MD5 c9a36ac60bb656fa5c5dd336ba41be0d
BLAKE2b-256 d74daa4b2abd3d04778269c75a8bf82f3a00c366b435bc9febaa16272dea3c1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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

File details

Details for the file crosci-0.1.6-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8734baaca6a61b86ded24eee64af509c85dd55c420926bb5580738e18b460c0b
MD5 990c90ae10962117f169b9ccec7696f0
BLAKE2b-256 20922f326cb84e71841eff564eb7989e07140ec6e2b65258f0241cc3fd3f0101

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.6-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: publish.yml on Critical-Brain-Dynamics/crosci

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