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.5.tar.gz (368.8 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.5-cp313-cp313-win_amd64.whl (469.1 kB view details)

Uploaded CPython 3.13Windows x86-64

crosci-0.1.5-cp313-cp313-win32.whl (446.2 kB view details)

Uploaded CPython 3.13Windows x86

crosci-0.1.5-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.5-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crosci-0.1.5-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.5-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.5-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.5-cp313-cp313-macosx_14_0_x86_64.whl (763.7 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

crosci-0.1.5-cp313-cp313-macosx_14_0_arm64.whl (719.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

crosci-0.1.5-cp312-cp312-win_amd64.whl (469.5 kB view details)

Uploaded CPython 3.12Windows x86-64

crosci-0.1.5-cp312-cp312-win32.whl (446.5 kB view details)

Uploaded CPython 3.12Windows x86

crosci-0.1.5-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.5-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crosci-0.1.5-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.5-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.5-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.5-cp312-cp312-macosx_14_0_x86_64.whl (765.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

crosci-0.1.5-cp312-cp312-macosx_14_0_arm64.whl (721.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

crosci-0.1.5-cp311-cp311-win_amd64.whl (467.9 kB view details)

Uploaded CPython 3.11Windows x86-64

crosci-0.1.5-cp311-cp311-win32.whl (444.7 kB view details)

Uploaded CPython 3.11Windows x86

crosci-0.1.5-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.5-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crosci-0.1.5-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.5-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.5-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.5-cp311-cp311-macosx_14_0_x86_64.whl (762.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

crosci-0.1.5-cp311-cp311-macosx_14_0_arm64.whl (719.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: crosci-0.1.5.tar.gz
  • Upload date:
  • Size: 368.8 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.5.tar.gz
Algorithm Hash digest
SHA256 d7ee8b2627542c6891e208ab180e84b5aab3c7e99b34f21eeaf52f5dd85ee39e
MD5 bde8d93569ca447110950b1fef35f755
BLAKE2b-256 40c35963a6f28609ac36b5dcc75e8eafbe700e1e3812e6dbf79fce4313f8f405

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5.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.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 469.1 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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e709359932bfe398ca5ea40cca3ab18c8471a5723a13f88236d1c93c3aa4ceb1
MD5 041045c4b3a4cde34aa1ffa45b0188ce
BLAKE2b-256 2255d03aaa46f930a8710f970531a719e80b360f9c93c58850f9948f60f2a736

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: crosci-0.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 446.2 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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6fcddb8b02c2c9b33c126753cfe5911abfcd99d9dbb7e4ad0f515590350d5046
MD5 a9c18a653e359cdc3afc250d49f5eff4
BLAKE2b-256 ca4593461da6966ad41ee0df2641c4174f3bfe2c520ad09119d6b249fca7156d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05e964a400ef0ab9f822db48230901cf3f5c98821212de4df74495bd70606a82
MD5 01f6d4005c66c0c5e4ac3ae328641ce4
BLAKE2b-256 1b401dcc74254ec90791a8a6121ee36a74663d0efb480a0411ab7c0bd37cdc77

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9bf505cd953599e840e35ec53f9f1bbb2a79846313adba50f4acfbb95d335395
MD5 54515fc6c865b941d07fcdda81291296
BLAKE2b-256 ec6afb9289210919d52fb71d5bfcd80a54c2f1a6455cd3660fb9596cc652f9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e18510563c7a1ffd3d159ec90b0301f62ad3a9a3c39f8973f8c9388a813061d1
MD5 48ef3c049682c3bb53e6f6abad630f2a
BLAKE2b-256 e4903d36498eef917889a73ac0a72b390809f64d908f02f0c35ad4504938ab0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c3063c2af616e805636ca4f283857817142b63103099890c5ea522bf9ae575a
MD5 2629a9da287f4aa4affa58c468caa75a
BLAKE2b-256 cf596202df2ecc14354de8f5783897ebafe87221fdb88cd6ff6b01289a572a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 635de4f0710c5b35a67c458bd38582454e22ecc73fd66a891838f63be09d5def
MD5 f924a6ed83f40e2fc6a33e2f4b456a4d
BLAKE2b-256 7ffa1e1a4430da890a1f0b681d09cb7986307e566ee0bf24598e7bd01ce0b7d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 ee8c605209fcab28730097b63a196977c1512b2b6189cd61c2e1bad1c9edb991
MD5 090812362424226f2ce9268c89d9fa27
BLAKE2b-256 7a3e3d2d618288704a7873a6631c2841ffc43121574d37195e03642cbf7d8c8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b7ec3acc7ae92ce35fdb7c50bf14c64009262c957488bb22769bb778c4110ef1
MD5 b40164dfe41e88cd75da7e243c86eea0
BLAKE2b-256 ac027f1e150b09e3f5b021921abc5b832ad90bd8cc1cc7981a741b3f97f2abce

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 469.5 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 22a3740ee475233b3d71015b3d7b07580d2bed13fe8676d41473658161a0c836
MD5 87280875542420d94aaed749ddef4c38
BLAKE2b-256 a3ce40b21a1bff5c4f82c23ee238c0076ccebe696e2c10b07a35989957a2923d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: crosci-0.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 446.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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 86cfd9a404c1931ddf9b371bef864122a331d83a1931dfc5fb38ce1c2b254c23
MD5 446b6c9847191eb67ac21434d0639b5f
BLAKE2b-256 5a5aaf2173d751b722ca4b70081c421d2cbb498ddb2e74daf6cca7083029cc29

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8bdbed02ec88ca1fc850be209ba8fbb83cc52bac18af2c7f2935050964acb32
MD5 e7053cf3c199515c50b06aa9bf540fda
BLAKE2b-256 a1ae33c0af5d7a0eed9f5a92a8cb5a9aee9ae7cd319c4e374b434c6286bd28a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e76cb50f5f59741f878e0191bcbe93bdb4404647493de7aebe7b0646e10b3ed
MD5 a058013e3eaa8ec84b927f7bde80ab30
BLAKE2b-256 a435a614fc58ef578dd51838869667dfed802202703fd2b17e262258d18e811b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 550cb6b4e3a99c0d573e32302c86ebc005fe18e3b6b70886178d503e5f80e0de
MD5 c82dc29f0a2300c9b3db9e33b4432e32
BLAKE2b-256 715cc4b2d4de17494381172653641bd50a24e05c9431b3a7cd23e0820ba5f749

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b40776131f218af102523ff2552e1beb42a874e3ad8dfb838b5fc4fdc25f9dd
MD5 f377a9079cbda5c6423cdaf5d4791db6
BLAKE2b-256 7c2e6236e50258b1ce343a3a0317e5f3e40ff0b80aa099df487b0fc1bd877dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38f95c6cf753b779b4e42af01c9fc96b18b3a921786397278a88f19c4874dab8
MD5 53b590362d4a6842b7e881e5d61c1c76
BLAKE2b-256 df5f1b6b0f52821dc8f6ce4b3f1cc447a284d832b84511bd21a02a6a2137317e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 c3a43053b18d173d78b603969fbc53d701e79c52ce3e217525bf78d95a278766
MD5 4ae42451ac2ab9ff9b55ab9ec70fbb91
BLAKE2b-256 03a385c4a6f4134fde7d84b9c72ad1b9f5672595e00a519b91abc807cc81ac37

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 19838023b94f1b56f6d4b7da648c85613f84572ded666378f717366818dbfddc
MD5 664d104df302a8eeb4fb3cc02a7953a3
BLAKE2b-256 43e620a11503b8be5ca488a4d8e1c4f3d1ed546aa7dd9fa3aaf2ac61cb9a6e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: crosci-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 467.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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 af6cb0697054799954aa8a22df3230d41b62e860a946c4d0938d302fd53ab8bb
MD5 1103646c09f8c6b7e6c754528987839d
BLAKE2b-256 dfec907a5ee3fdc56281bd1feae295a609f94dff59e8fe93caa23e30c1cd8b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: crosci-0.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 444.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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 edf240f777c45e78f536d34fec29eb4bad2167de89a2a02c4dfca56681d2a0fb
MD5 65adac3393a90dda002a0c5a13dc48ab
BLAKE2b-256 068db34baf17307ef28b1dc95d1f747453ab1ce2b0162d97948781e341993093

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcae68ae2065c610cd1bb80388c248f5c0e95c2054e44b4036e620a187c49860
MD5 6be6e0cda12151e1bfbdb4c6dc5f2be9
BLAKE2b-256 9cd352f3001d1b2fcc021fd86f73e936d04a2c8d5a92314dbcf2cf9f4e9fbd9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c527c0271240e9bff314b8309fa9b98fbfe398ca5fd4c3a6c1f060b8c37cee5
MD5 b25216f2e81246c9ff95e1c49ed038f9
BLAKE2b-256 7c019e3ba273aa3f817c322684ef50b2a2094cbea1217a65fbeb759977eae001

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05203f5fe352e08ef918ddd70203d436690a1b865d61fe58886a623c6a7289eb
MD5 d1ccdb559f3da5eee729a43f15a77765
BLAKE2b-256 f7ad5f96473d17d3f640aa0c3b433da387a93dddf625029492c631d6fe5ad70a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea133f40b9d7a5aaded5f3eba4221b4884d5eb00a1157f84ae7efbce09e9f365
MD5 d54bc13b74060f047fa90ea72dff84ef
BLAKE2b-256 f234a19ccd405c2146b58e7af7d9f0dbe6cc932818c455710aedfe6131463e57

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02dd215a351c58df87857d2639c821594c0c78aa4563f544f1614a1fc21a4051
MD5 b5166a569db66d924f374a017851dafe
BLAKE2b-256 e2be099ea912b16c4d3b7e66b7e28ce39402d9c471e4bec0fcba8a4ed15ac1a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 56fd71edd94cabc47057c98830d093837d8eaeb382823ca667914f296e4cf218
MD5 1b5c2c7bc31d980251b05c0a9204719d
BLAKE2b-256 e841549e41450359506e0ee8064a0b1b127e2ea56ecbd4d682943ef76ffbd507

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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.5-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for crosci-0.1.5-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eb85d1de3a55e8fe76ed858d5a9e9a1f8a9212a1e8ce11ead2e79bc5d73a4da3
MD5 eccba166c42f3b249fc6faa40114e67a
BLAKE2b-256 d68648560860304048fb7b63b5296a4b39d75ff958e2f4e33a7be7c6b7074b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for crosci-0.1.5-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