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.7.tar.gz (365.3 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.7-cp313-cp313-win_amd64.whl (464.2 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crosci-0.1.7-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.7-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.7-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.7-cp313-cp313-macosx_14_0_x86_64.whl (758.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crosci-0.1.7-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.7-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.7-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.7-cp312-cp312-macosx_14_0_x86_64.whl (760.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crosci-0.1.7-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.7-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.7-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.7-cp311-cp311-macosx_14_0_x86_64.whl (757.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

crosci-0.1.7-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.7.tar.gz.

File metadata

  • Download URL: crosci-0.1.7.tar.gz
  • Upload date:
  • Size: 365.3 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.7.tar.gz
Algorithm Hash digest
SHA256 99ff2b2720885d6cd86ff9ce0b13b4018e89f4513538feed4f3979e5ecb6424b
MD5 3b34e1a577cc50b00ad67f28fcf5c106
BLAKE2b-256 aa33abd650eb686b9e0707f8cd70c4c5aed972b61b2f1748dc898ee1b2d77293

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4221401376a5985cd67df11898668ea63f4950b9cbc89853a3488547c2c60d3e
MD5 be7975a4e00235a517e56c4faa4ca2ff
BLAKE2b-256 69f080dcbce11c5dff39b7fe3bcae8166e8b334fb210953ee86e839d6e23e840

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9471047c90766b4816b590892dcd47c6302107a89308b9c653023bec30b630c4
MD5 8f15d8c84d0c7654eb24528ca88896ac
BLAKE2b-256 57a2a1c797f0b5a24e973c3f96505f7673f3ba78e78e52705425a52c4e9440af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8563a27e81ab5430a5612e27c53d70761f700b6c5b8dc30a24bee034d4405ba9
MD5 677c7cefd847f1071d6bbce7e8b47d94
BLAKE2b-256 5515f5a22abe7e8f6896abefa60f439d12287430f337b9eb5003ecbb18fb7132

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7844f222f6299a985a0868a38a5c10323152b6578c03d5e7abf3a072f24b4691
MD5 092cc7f19a7b79bf3da56a9d009a6488
BLAKE2b-256 597285d2744cccc40be4add07b5ccb3b3175e898145df8735f8f03412a36d669

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dac117063de8584f8c1cf562e433bd6e9fd3d5a8941267d32121cbbf19fae4b
MD5 5c16a8a46d4f67b452a3db14b1a574e5
BLAKE2b-256 d3633d6d727a2d12321621a2a8fe58acdf822d0ceea2342c544fc950f72f6364

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ceb14d1badf6ea4181860aed35375b2296a03d1cf23ebf691096350be27dea64
MD5 e7550ab96878e95ecc67f844f20383d7
BLAKE2b-256 1727e18f9d7607fcfe9d81859e9de028107a79906b483e929e6bf4e4f5794154

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e4b707b8e6476abd5fcce9c6956046abc0a2aa300b6106d79fe4f942a0bd56c
MD5 e18e45ee3fd5c527ad030c03e28c4b4b
BLAKE2b-256 2e5327d7bbe4f6ca7657c228d3f5690e2c825efceac083559dbbf4e032bca7b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 b4027b28e5da0f8799b02fe1600192f03de8bb09ef3922a84875a4198a69b19d
MD5 1ab202d4948c7359d071b2201d22bee2
BLAKE2b-256 2465d19f422abd175f9259440c3f370446ce55dddd1f16c3820a565b13836634

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 07133f9e8efa2624d977037b023fbb3d2ef787712deb18a6cd8820e26ce0d92f
MD5 0d82c62481d3957cb997e75868de080f
BLAKE2b-256 0015c713fbc1a4aa1d0a0058289383b29e0865fd65eba62ad20de7ae261755b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dd297ba2f1322aacf11073b2c88468c11c88fc85fb56218df5d018e7dc778c57
MD5 aaa1d82716844de8457bb1d6c0531a7a
BLAKE2b-256 d86428f423642a9b40f1a5b493e39094990ff5f8e5c1037e3af07cd7f195a695

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ba4db422b186160e843404f68f51f9b4987197aa48045dde2d4113e8fe4d9fd9
MD5 6b8d9ec6ff2f6f3ccd9412af22300181
BLAKE2b-256 7b0a37c72cc100cf2e7242fc7c130a5adaf6d890fad2743b3ba6d82e2756ed98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb06d95b8f67ac72ed6c4b96ea2e0e572aa7d19c4507f83b53318942aa8fffd1
MD5 9384ff2ea7fae22a6edc315f4c6bc155
BLAKE2b-256 ed047ce87ed9fd54456a77cff0bd9c34766a8dba7254d345f7de34225ae72809

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02f5fe3fe68b239acb434b2906a27d2d752dcae88a9edac2ca830cd22b0b341e
MD5 c2ac69d41b4dc0abf4fa123e2eced2d5
BLAKE2b-256 4d42ea6c38881b2173668309ae44af9ab68f821d62cc2f83d7d345c8d5bf7157

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e1480ab37d6c1fb6f37c6df902cf4345cee946483d57337ffe093b10c9ed661
MD5 2bdbcd126ecb2f357c4085b0617912ba
BLAKE2b-256 73d2e7259cafa3277089af7ad9194848f516200b560a674d6df657003ac93831

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1dd35bc7da2791a60a3aee462428e0b6c820b1d4a58d91e16c93774baa88f1bc
MD5 610bc187baa0701943415f1d0b96836c
BLAKE2b-256 12b8724b1fb54538862cd026806b9329364fb65c10756ccf4e7cc78c1b9c83a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fe8f6e6a2cf168037ee04c38bc73fb734c46ab8b0af878f8221be05c1f62560
MD5 fbdfb0a9e7db4536f3e1d53934cf6e77
BLAKE2b-256 c4993e180c3914521ca25d9b9cb09296e4cdf53a6ec3727cfa800e6d019ec91a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 37f0e2499a4876f27582f59ff73d2410cd5bdc99a402c6d223eaa0d20c95fc1e
MD5 4ee72d71725995544bab8c89a3dc46d6
BLAKE2b-256 8e21b1b8dfaebd32dbad64d89449a00235c1c6d23854b8292abed9bab5a07938

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b49e8257c90436e0939e99cbfb558e041231984dd1b8b31f2686036ad78ddde2
MD5 80e73a7f056c4aa331fef89f42ccd118
BLAKE2b-256 a595f66ef24d55d8c21c53963af93d17c15dd63aa39973ef640aae6cc0cf65e7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1fa1c9656e531f22cb7cfd323e46d220667b89cfa35aaa18a1be0b5e50936efc
MD5 6ceffe50f8931bc68a4c1359986e01ac
BLAKE2b-256 441859656606fb4da045280ff36b62a8ca000a7cf955f5d6f151bd2a13119248

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.7-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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c675a25ff585fc65450b0a72f8d30da7db770e37986a788af20754e38c753183
MD5 24566712fa360accd1ccd95ab1dcac6b
BLAKE2b-256 68edcf4c84fecbd3395476443a6ca5d21c108264668d47fef5a05352e4e78294

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcb4e58141e7930ec048d6f4ebc7556a22d6b75aa70557932bbab9eb5fa3eea9
MD5 13835bfc37b53aaa2009a8d32fb44ad1
BLAKE2b-256 065ae4c26aec2105f5f7107ba1d15d1990a4010865ac9f9a67a374622e615658

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c8c4ec407dc8f78cfaac77a095e0cce64aab1497e3095f13ed767d9e979e61cc
MD5 cbbc82c8df60e97d3ff7d3a6b3a16734
BLAKE2b-256 6e17584263cbff7f17e4a43877dc1c72bba92434ff2c355152410ccfd3c8dbda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01f431eb97f0e520021cc47be258d4c19a5c1946be90b2dd43fbce7df7cdab62
MD5 8ea2395f1f892bbd732bef3f8457c6cf
BLAKE2b-256 cd9ff6bc932a14a169528720be975dff6d29e6c9954306b9ad7700183fdc419b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38569765dffd89b1c2b16c951f8d7a34bd872476ddf3128ca2b9d5ef5cb68fef
MD5 41866f22bbbe04d873dd92c7dd3d20bf
BLAKE2b-256 09a362e1ca2a02fce989743ec781a1d062c04aba61c9dac6d4136b3ef7459af9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90fa8eb2fcba237039c98f39d5647aea354c83fad1ca68a084bf690c529768c0
MD5 b5fcd49443364bd3eb8b68047106efb4
BLAKE2b-256 51fd0d0099bc0227bf3f321b52cc044605ce31150134764b2f2e14e5a8725a3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 3f3ca4ad137a188a6da9f747445c56f1253f36df019594cfc7438518c6232d72
MD5 3859faf183750b466207556201314ef0
BLAKE2b-256 c98ffe496cd0abff235efeeaecac9e5a1aca54200392baec26a4cc3b3134ab07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.7-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 11dd6dad320aeb895b22da56da5b5eb8815b61855c66e8726864f2b215522673
MD5 d4e5c15deb0a63d97743d48c17f14f05
BLAKE2b-256 1b99d74088a729cac41934f394166e99de570308b064f4c7d4638ff4017e9506

See more details on using hashes here.

Provenance

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