Skip to main content

Fast Fisher's Exact Test

Project description

Fisher's Exact Test

Package image

Simple, fast implementation of Fisher's exact test. For example, for the following table:

Having the property Not having the property
Selected 12 5
Not selected 29 2

Perhaps we are interested in whether there is any difference of property in selected vs. non-selected groups, then we can do the Fisher's exact test.

Installation

Within this folder :

git clone git://github.com/brentp/fishers_exact_test.git
pip install .

From PyPI :

pip install fisher

Or install the development version :

pip install git+git://github.com/brentp/fishers_exact_test.git

Usage

fisher.pvalue() accepts 4 values corresponding to the 2-by-2 contingency table, returns an object with attributes for left_tail, right_tail, and two_tail p-values :

>>> from fisher import pvalue
>>> mat = [[12, 5], [29, 2]]
>>> p = pvalue(12, 5, 29, 2)
>>> p.left_tail, p.right_tail, p.two_tail  # doctest: +NORMALIZE_WHITESPACE, +ELLIPSIS
(0.04455473783507..., 0.994525206021..., 0.0802685520741...)

Benchmark

A simple benchmark that calls the Fisher's exact test 1000 times (in scripts/rfisher.py):

calling python fisher...
iterations/sec: 3000.62526381
calling rpy fisher...
iterations/sec: 289.225902364
calling R directly...
iterations/sec: 244.36542276

So the cython fisher is up to 10 times faster than rpy or R version.

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

fisher_dbolser_test-0.1.16.dev11.tar.gz (23.2 kB view details)

Uploaded Source

Built Distributions

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

fisher_dbolser_test-0.1.16.dev11-cp314-cp314-win_amd64.whl (78.8 kB view details)

Uploaded CPython 3.14Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (485.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (481.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp314-cp314-macosx_11_0_arm64.whl (85.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp313-cp313-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.13Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (489.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (481.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp313-cp313-macosx_11_0_arm64.whl (76.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp312-cp312-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.12Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (491.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (484.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp312-cp312-macosx_11_0_arm64.whl (85.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp311-cp311-win_amd64.whl (76.1 kB view details)

Uploaded CPython 3.11Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (499.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (498.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp311-cp311-macosx_11_0_arm64.whl (85.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp310-cp310-win_amd64.whl (76.3 kB view details)

Uploaded CPython 3.10Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (474.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (474.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp310-cp310-macosx_11_0_arm64.whl (78.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp39-cp39-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.9Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (472.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (472.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fisher_dbolser_test-0.1.16.dev11-cp38-cp38-win_amd64.whl (77.4 kB view details)

Uploaded CPython 3.8Windows x86-64

fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (493.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (492.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file fisher_dbolser_test-0.1.16.dev11.tar.gz.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11.tar.gz
Algorithm Hash digest
SHA256 40eed068dcd6a647c5380e38fecde58da549fca666f56ef426e119c9d6e0447b
MD5 d020ff4ed4096213ede06f91298a1cf1
BLAKE2b-256 d1ac3ff8f3ce6524478ea6ae37b2d3024c97a69986a50b7bc098d864769916ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11.tar.gz:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7c8c892efa8c99c754ed85330f3015f3626598cd4fce8cc0f14b780893f9b56
MD5 ce2440f53ee777a5bf31258a6fc8ce32
BLAKE2b-256 3386b0507df71b18ea03942e69b459055706ff48766a7a2763af110a04d33f1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f40fe77e84cb1ce2d7cf64cfdc814b3b6a12f6e46cf478a80cba90dce143b130
MD5 b4fd1a76d2264fc87f83f94d805d2e1b
BLAKE2b-256 0b282ee3051c731257193711157f37e4c071e91507025e07eb6a4a5f36cbbddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b6dc60bd81e2b4b3e00815688c3ef7af83951c6acc26aae59a239d93f4110fd3
MD5 ddb1aeb5ea3a6ef7a9584e4ab84ef95f
BLAKE2b-256 54d019fbbfa0be9c667f4325c5d165c9dc5abd3a5212db195a75e718a7e4132d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd34d01877d12598cd5785c451a313563ed7acf109cd65649eb254de4a4d62ac
MD5 ee58af1fa5a63f3804f6c35779df6fe8
BLAKE2b-256 bd95ad8cf0b4c3e63875648344f99f551b87323a62f9e005e7976495aad7a970

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ad40498d8c5b6ca950e235d5c3327187c1bf78d10230a83b41ee98dbccb4b6a2
MD5 0cf78395c5fd2a8b7b908b36a58283cf
BLAKE2b-256 f620c9d3a86ab67c252898e58b1518349ec782f083963df2957f032b152ba153

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 32493badbe5c6c22cf3c05fa17b3bd906956575d9d0261f36abe05bd51733493
MD5 4b406cc6afe2da6df9dce9344663dfed
BLAKE2b-256 fbe66e6203814d6c703329888549ccc86aef1ccc911a951d56882b5a99476ab5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 65d86a49a8fe0a542c262b5881f61ac56a1c0502ad9a6132c2f83cc4f56f7036
MD5 77ef2c455f84655b56ce64f7de6fb8be
BLAKE2b-256 c3b8cc6d6cce14afc9464ed5e89a9c5d4f0303007c9816c9ed732e9ebe0e9a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50f77b0369071feeae9cd27ad6389a9087cd256662241d939c51c704899d059c
MD5 2243aac628f04a471182f085a48c55ac
BLAKE2b-256 6934ebbb1599d486dcb1f96d0be9679dccea87298dc3dc2c8d9dee100f022954

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f1c70adda9ac37c768c01c413c11298dcf33104f527a1d9d2e25b1afb59cca4
MD5 5b9a28ffa6eba0f91e98e1a39b2f33c4
BLAKE2b-256 b44bd671c8e7148820c50b6b78da60900f5642213f1e124a27815c3803a18571

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 54dfa5537be34e806c3cbf89b429e8aa3eea2851f0e0fd655cbcc85362b40927
MD5 f9df42e57653279ea5ef5d805530f0f4
BLAKE2b-256 0b4e4ac4fb59dda9583e2c4095f62d4f04b9d6fb19675d3783bdde0c76e1b3ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ece13948fc2b30c90f9ea7fed4a55aa6456fb57f5fb9152aa9ed5b6b5ace63de
MD5 05f4a1e5de79da89edbcf782865b7999
BLAKE2b-256 d7b4109dae66b474309b66937969bf8a4ba00a53fa4f58cb1eb6c151e7b46a5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad4fe3195f033e6dec3ac9109c6949d19f2c9e332da68681ff56f7f2b916b4c5
MD5 d4ce7e71fb8b81ee22e9eef1b1bfc83c
BLAKE2b-256 1b6a3e6cabf6653ceaf16bcd8a2e782f39764dc69608be5b8e7c92f2de4d5126

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6e1b8cc4e4cb3b16071171d4f7d6a4211d4594e15ca1e7224442c922bb019988
MD5 21543968cd3d05bc7b5fc797d336fa02
BLAKE2b-256 c40f8f05165a0e2bc6dfd29e28f1a633e8b954ab329d6895d893f4694a34a702

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4b78396281a5bc06f8916e5a927ef6f4a6a6061a814be71c466633c8486eea1f
MD5 234160ba19d221f6db51ef44739183e9
BLAKE2b-256 24a107b7b8b89ddfe1cc954f33dd5b52a7b06cbac7fcbe1aa8a2305a7f8ac41e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2067a4d32a3e5050d635ce43cc8bcd51b09c121cea4801e5272031fbc380fe24
MD5 205fef84b72342f954405c6078836fd2
BLAKE2b-256 4938a92f1e7ad711c63b55b211a94addba717469d1a9fed9a1c33cf3d0d60350

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07c885959ef6c1f0bd4f2bc8b7d03b06fafa628f3a3df045b10d6eada9c149d1
MD5 07c9c33e28df76b6cf4b8657b9ffc9e2
BLAKE2b-256 c906f26fd7a36ff3a23f36dfee5b7f685006320b82882b1374c029cb57b0d226

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5f5ee48e8d0ab79a02f3dd5808f9147fa7a07a3ebbfc6df31cb510b207c01e0e
MD5 29c18bc7bcc69137c512452f29802735
BLAKE2b-256 29c459e3794811b0c5ef14627b155128036e524ddd3cb60943482ada43be6865

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 00a452a4676e233d6a0bb486d626d589d6a291f7deaffd41051ffefd34e110e9
MD5 6961d82b678a12ffaa2df4f9e9946937
BLAKE2b-256 e2eafd60141453f56793f9f08257d9c2d0fd8aab4101aad747f3aa95599e09a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4c96914aac8ba937d95d12578f01cdbe9d2433e816efcb7498fc2d5b0e6bae09
MD5 b77e9244574041a4de463af5b3122561
BLAKE2b-256 b3c8dd558b6b16a83e395f5bef7b553f41f110031d367422e98c799d7da58c31

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aef3e647dc537059bb7de69d59a9aac0c678ea1c8d9e81738fbadb87badfc031
MD5 99961dbdaf5ec67c1ad518b4f915ba86
BLAKE2b-256 5a6b7f2f87ff465d8deaf68c85935d5ff368ccd51a79e27d80f368582d4b1ae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 111a07f2807857f43325dddb41e58cf7b90f5940b2e4709f05b6ea6e1ac3ba7e
MD5 1513b49f1799a44780b6028579bc4442
BLAKE2b-256 c640a69d1b5d98d3db0b6193c83ed0083aceb5bdacccf2916c3e8e329401802d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d537e8913183bce44105d8942245a97732ce0667d2148d50ab0a31663c298ff2
MD5 9ce3b4131bf61256f367dcb1ae942fd7
BLAKE2b-256 2ce37214b4a0371f11e0b057bcee8371e70d14de9a253d03a2cf9963c832a981

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2f24e599f9b6da4217d7feb5b0777c877eb798dea4ed0e0e58f79972741b03cb
MD5 f64b9132fd44870db82ee5642264f3c8
BLAKE2b-256 c073d64592a1dfeface2a9113154023321b1e09077791947ef4b94747af8077e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 08110866786ae4ba420691f2db834e0df33392aa2a9b00871f31fc7db8342406
MD5 86527c10f43449edebd55b066121e9c2
BLAKE2b-256 ce3c6f18fcd87c09c4bb098944e0bdad0eccce88f603a206b43d768f12ad2e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-win_amd64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6373ec432c034b5271f7ec3d34c4c8d0fec23ef508eafe2bfc757f356178c93c
MD5 801bac69a475649d3a99198dfd742828
BLAKE2b-256 5f7c3b7677b9c79b5b9230fb6c5deba76d1c39cb6f5ae65fcc8dadbfd22d7bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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

File details

Details for the file fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 04d61b9246cd6130d86c16160e07981ffe3d1cef7616c102347ea5db0efa1c08
MD5 be9fe569953381cc5a79bda96b34ada8
BLAKE2b-256 a650709f695ff6bb11228036f42ca0ccd037f9a0a70686010bc675251592e206

See more details on using hashes here.

Provenance

The following attestation bundles were made for fisher_dbolser_test-0.1.16.dev11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: package.yml on dbolser/fishers_exact_test

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