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.4.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.4-cp313-cp313-win_amd64.whl (469.1 kB view details)

Uploaded CPython 3.13Windows x86-64

crosci-0.1.4-cp313-cp313-win32.whl (446.1 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

crosci-0.1.4-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.4-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.4-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.4-cp313-cp313-macosx_14_0_x86_64.whl (763.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

crosci-0.1.4-cp313-cp313-macosx_14_0_arm64.whl (719.3 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

crosci-0.1.4-cp312-cp312-win32.whl (446.4 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

crosci-0.1.4-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.4-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.4-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.4-cp312-cp312-macosx_14_0_x86_64.whl (765.1 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

crosci-0.1.4-cp312-cp312-macosx_14_0_arm64.whl (721.1 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

crosci-0.1.4-cp311-cp311-win_amd64.whl (467.8 kB view details)

Uploaded CPython 3.11Windows x86-64

crosci-0.1.4-cp311-cp311-win32.whl (444.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

crosci-0.1.4-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.4-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.4-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.4-cp311-cp311-macosx_14_0_x86_64.whl (762.0 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

crosci-0.1.4-cp311-cp311-macosx_14_0_arm64.whl (719.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: crosci-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 7678ade72c67c743cfb26eca3f3ce8facdd0af5d2c9836e233c09b218d40925c
MD5 f509a600589b5aec336e3480e7c32304
BLAKE2b-256 dc616678df9ead3f696f4953e84b125ee4948bd2fd0e97b5565b4924147d95d9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 42223f241ea4e34c5bfb4ae1691e2355c1a65a2ca26af5a40e348916564d556d
MD5 8209c4df89a2ae63e5a8578884626e4c
BLAKE2b-256 68cbcdf56483cd745dcd2285806e7bb5c6e14603b27dc1eea91d1b93a2eaecfd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 446.1 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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b4b6a3d62e11bebf1acbd99a62bedd743299d13fef5ae22e588acfbba0af1d63
MD5 576df2e806de77e7be1c0f84783f7231
BLAKE2b-256 92280cd77e67519b3ec64e5cc4da76f7d80dad393c1fdadcb8d7968bda0e8899

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94966f1dbb8d215c88ff4ce227481bf745f9490f90c242d02b4f3cd8bc14685c
MD5 4b9dcaeaa4c24f15cc4b9adf6905f04c
BLAKE2b-256 3503910284d704d027751955dfd3c66d86b89908bed693a3146607adf64c6917

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26bfb3f2f5139b02c02962f0d4d4912ea71e6929f8ddb61012759732adcfa03c
MD5 b931d9c17453420129f3439bfee45aad
BLAKE2b-256 71dbc1c360a2dcffa867a10f62383be0c223fc1d590d4cd9950b5571645b4a29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 544a5d6d7b5421d56a59192f939f919021b1a3ae010acf87e6366729bcc36f59
MD5 8386d0431f021084cc9287eb00c73b06
BLAKE2b-256 7f4dd2aaee7700160bb633cb5b1df4f001956691347a0ada0a244f5d7033b16f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f90c704de5497bfbda1ceeafe0c8ca840a172450fe20d795b5ac15a328fb0872
MD5 bb28964f389bc79097519a368eca94fe
BLAKE2b-256 2141cc37283cec52445127b45eb1da264078c1845751bb6dd0de19d04e60bd93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59a2c8eb7247dfb2910949b66134b965081a1a4ef16744607ae040e14022313e
MD5 27beeb1730347c26bc0ddbef1aa69cb2
BLAKE2b-256 854f6f6e9b6fb073cfc078d12c37bda1a5ee5042cf59ac0b6f8c6eb2f64467ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 d75e27ffd08bf6b32a0e3e8ba302f1f8e091c8ddf956349210e52806f199bd14
MD5 99455b727077a25290da7d369f8088ec
BLAKE2b-256 94e5681d1b5ce5a9c166a59acdfd5ec859e7f1b125937afce0bdb696181771e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9f188acc80b7dff254da10efb3195ca384df27f34e6802943b8c365f13dcb246
MD5 b641e737e59b36ee569e821878610181
BLAKE2b-256 05e1985f9eb2729592dc68f2e921d1026f9065cc9f82933143155375b70478ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b2ce0e09595c0007c277655099d57042c1773391263b3b87c391f2beeea8f6e4
MD5 bd0851f278be4f8bd089382d3778ddfb
BLAKE2b-256 f3d0e4788df6cbb62acc462a5194b591eed334c7cdc5ecd8d7ad22203c5290a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 446.4 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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 341a1c64effadae99a4c78ab5d4d542076798f53b7dd794fdab81337726ddb77
MD5 da075f55bd2dada665095fa09b5d532d
BLAKE2b-256 2dcf421315caaab23a0242836589cf90bec2a3c9d0d233d48d52da2b3eb6181e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6314ab62c586b8d3a88c8554449e96f59f11c1f5d787f0fd4cf309950a3ef577
MD5 69166262654f0b74d04265d6243cdfa1
BLAKE2b-256 0cd0e24fbddcc2243dcadbae93d3eb70be6e4dc2c07642b1552383346ee58ba7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 16f397daf073674a6ae80c7a419d6972ea9c1079190d404e578425e7bd8fa77e
MD5 abf31f0161dc5f5c51e8c7203ff64bd8
BLAKE2b-256 da1bae03871b9cf9fd8b969cbe033aa59c22c57c6fa557687c721be74ba20986

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3011d09553456b110354682b315f65595a2c8255930b3e511e5aa48980c75ffc
MD5 b25b562330b9c9bd6182afa66cfc0134
BLAKE2b-256 3b713e04ef0ce3e0c2051ab2ced1d2e3aee41a4f74f653aedd0148eb92ba8328

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24afebe5583419dbb8a48d57ba016646f96a1261561701023afbb82db5b3512a
MD5 7f6ddcc4b1c43d4ca291938f7f85209e
BLAKE2b-256 98a8e1dc074e87ec9899120accdc1e6f5dca30dc85dd9d42df5dc1dbc758b634

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37abc38de2191c01bc6bea065c0d4f686c8a1a55c7feb4315ab66a05aa04db2d
MD5 071454a9473d781d16f423636a35f3e7
BLAKE2b-256 6728be97ca664a87cfd1b272f4396a5f3dc76b78d73d04f2b05948662411cc60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 b4179fe551da6ca93779c142939ab194806fd2089487b0c335d19f0f23f508b0
MD5 fabf6b57dca5dd628e5b90028537a21e
BLAKE2b-256 d4802dac954e7f2275699565b111aec082fc5e1b59bfb44ef74195a533e39539

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7a2e8592de96e9925a031f7754aff9455523fd5678489002fef18f3598b4108e
MD5 df7395fd0fdda609c645d231a2c3de39
BLAKE2b-256 fdca30dc04c83b174329f373aa0e7e24eacd81eaea3e46b9ea3a1ba0660f6f56

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 467.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 crosci-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6b3b91f7e1f994d72994d5960dd969e3b40dd15db3e2a5ecbb2cf27e211b41c2
MD5 526ca424898111a946a2f2ee2b2efdd9
BLAKE2b-256 f2e47ff3c051482195bb91f0095086556f3824c4240c4377a46c080ccf879c14

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: crosci-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 444.6 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ebb12dd7066869026dd03436292713cd080c527ffbd964226638d7068e085ac6
MD5 7da6876eff1f0d59b2b3c1b243514e07
BLAKE2b-256 4a929bdcff392a3a67ce87fceffecb8ac9d1298aca5120394b94eca6504ff9d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66b82df6154bd5d9f9f20008dd046534d7624fa9c5b598781cdcb8b949dfbcd3
MD5 198f3cccd5810c07793fd88a540e9e33
BLAKE2b-256 3d0784b44c8f4845ebc828ef74c1a4de14e63b3d95495171b225d15d82e201eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9213b51e15e4c6ec56813149f1b8f999a8eb9ce3b22dfbb52cd24852042776a4
MD5 483d00b6bf34ee52f71c97ac16a28d43
BLAKE2b-256 6a94661b5a5a5066b592ab170c80c492a0acea57e29beeb435cbbf53d3a224d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 498708fd14de8a014e72e975a2103ac0f30870e3839f6418d06e92f214e72e48
MD5 009f73392f53fa4ef2052d099456cf4f
BLAKE2b-256 c4de57e70981cc02a79efd9c59fa3239c2db2a63d81846f6e4ce9fe936439d3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd0c66e1083247cb000bf6ca7378afe13817471d11dc6086ee343509da7298c6
MD5 40511ab8e7698870a893fdd2ea2d93fb
BLAKE2b-256 b235c6a3c75defd286edb802308c37a206503af6de94f840b4d480136adff491

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb29d359f45e99530e827cebfa4f567e5812224cb3f6bd5db6e6a3f3a298a6d7
MD5 3a4a3430ee31822d51f8cd735b165ce0
BLAKE2b-256 721b8ea57238904f1dd69d018c614f7b9a9f348188be71f9b3e280e3a182da07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 5683fe0cda890e947f7e83480976ed9ad69c1ff96d2d9e4cf4d1b7bdc0d19706
MD5 05424ed1e3bdd26f367530fb3cf52396
BLAKE2b-256 b3502118d68ac809e1ec026894510efa010f3a69e2ef1af9146c2db4af969dc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for crosci-0.1.4-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f1d40f23e34b3294910579b2170aa0b434082af2ef9e334a6792c452d9909720
MD5 91345998cb543637f508d16443c1f9be
BLAKE2b-256 144a3c6dac983e459b69c548f5bd1ac9d71327f21d01b8bbbd0eca8613fc0883

See more details on using hashes here.

Provenance

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