Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

https://raw.githubusercontent.com/DigitalSlideArchive/HistomicsTK/master/docs/histomicstk_mark.svg codecov.io License https://img.shields.io/badge/DOI-10.5281%2Fzenodo.14833780-blue.svg https://img.shields.io/pypi/v/histomicstk.svg?logo=python&logoColor=white

HistomicsTK is a Python package for the analysis of digital pathology images. It can function as a stand-alone library, or as a Digital Slide Archive plugin that allows users to invoke image analysis jobs through HistomicsUI. The functionality offered by HistomicsTK can be extended using slicer cli web which allows developers to integrate their image analysis algorithms into DSA for dissemination through HistomicsUI.

Whole-slide imaging captures the histologic details of tissues in large multiresolution images. Improvements in imaging technology, decreases in storage costs, and regulatory approval of digital pathology for primary diagnosis have resulted in an explosion of whole-slide imaging data. Digitization enables the application of computational image analysis and machine learning algorithms to characterize the contents of these images, and to understand the relationships between histology, clinical outcomes, and molecular data from genomic platforms. Compared to the related areas of radiology and genomics, open-source tools for the management, visualization, and analysis of digital pathology has lagged. To address this we have developed HistomicsTK in coordination with the Digital Slide Archive (DSA), a platform for managing and sharing digital pathology images in a centralized web-accessible server, and HistomicsUI, a specialized user interface for annotation and markup of whole-slide images and for running image analysis tools and for scalable visualizing of dense outputs from image analysis algorithms. HistomicsTK aims to serve the needs of both pathologists/biologists interested in using state-of-the-art algorithms to analyze their data, and algorithm researchers interested in developing new/improved algorithms and disseminate them for wider use by the community.

HistomicsTK can be used in two ways:

  • As a pure Python package: enables application of image analysis algorithms to data independent of the Digital Slide Archive (DSA). HistomicsTK provides a collection of fundamental algorithms for tasks such as color normalization, color deconvolution, nuclei segmentation, and feature extraction. Read more about these capabilities here: api-docs and examples for more information.

    Installation instructions on Linux:

    To install HistomicsTK using PyPI:

    $ python -m pip install histomicstk --find-links https://girder.github.io/large_image_wheels

    To install HistomicsTK from source:

    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install -e . --find-links https://girder.github.io/large_image_wheels

    HistomicsTK uses the large_image library to read content from whole-slide and microscopy image formats. Depending on your exact system, installing the necessary libraries to support these formats can be complex. There are some non-official prebuilt libraries available for Linux that can be included as part of the installation by specifying pip install histomicstk --find-links https://girder.github.io/large_image_wheels. Note that if you previously installed HistomicsTK or large_image without these, you may need to add --force-reinstall --no-cache-dir to the pip install command to force it to use the find-links option.

    The system version of various libraries are used if the --find-links option is not specified. You will need to use your package manager to install appropriate libraries (on Ubuntu, for instance, you’ll need libopenslide-dev and libtiff-dev).

    To install from source on Windows:

    1- Run the following:

    $ pip install large-image
    $ pip install cmake
    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install setuptools-scm "Cython>=0.25.2" "scikit-build>=0.8.1" "cmake>=0.6.0" "numpy>=1.12.1"

    2- Run pip install libtiff

    3- Run pip install large-image-source-tiff to install typical tile sources. You may need other sources, which would require other libraries.

    4- Install Visual Studio 15 2017 Community Version

    5- Install C++ build tools. Under Tools > Get Tools and Features … > Desktop Development with C++, ensure that the first 8 boxes are checked.

    6- Run this:

    $ python -m pip install -e .
    $ pip install girder-client

    To install from source on OSX:

    Note: This needs to be confirmed and expanded by an OSX user. There are probably assumptions made about available libraries.

    Use homebrew to install libtiff and openslide or other libraries depending on your desired tile sources.

    Run:

    $ python -m pip install histomicstk large-image-source-tiff large-image-source-openslide
  • As a image-processing task library for HistomicsUI and the Digital Slide Archive: This allows end users to apply containerized analysis modules/pipelines over the web. See the Digital Slide Archive for installation instructions.

Refer to our website for more information.

Previous Versions

The HistomicsTK repository used to contain almost all of the Digital Slide Archive and HistomicsUI, and now container primarily code for image analysis algorithms and processing of annotation data. The deployment and installation code and instructions for DSA have moved to the Digital Slide Archive repository. The user interface and annotation functionality has moved to the HistomicsUI repository.

The deployment and UI code will eventually be removed from the master branch of this repository; any new development on those topics should be done in those locations.

Funding

This work is funded by the NIH grant U24-CA194362-01.

See Also

DSA/HistomicsTK project website: Demos | Success stories

Source repositories: Digital Slide Archive | HistomicsUI | large_image | slicer_cli_web

Discussion: GitHub Discussion

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

histomicstk-1.4.1.dev58.tar.gz (27.9 MB view details)

Uploaded Source

Built Distributions

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

histomicstk-1.4.1.dev58-cp314-cp314-win_amd64.whl (727.3 kB view details)

Uploaded CPython 3.14Windows x86-64

histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_x86_64.whl (517.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_arm64.whl (511.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

histomicstk-1.4.1.dev58-cp313-cp313-win_amd64.whl (714.5 kB view details)

Uploaded CPython 3.13Windows x86-64

histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_x86_64.whl (517.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_arm64.whl (509.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

histomicstk-1.4.1.dev58-cp312-cp312-win_amd64.whl (714.9 kB view details)

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (582.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_x86_64.whl (519.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_arm64.whl (510.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.1.dev58-cp311-cp311-win_amd64.whl (713.7 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (603.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_x86_64.whl (515.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev58-cp310-cp310-win_amd64.whl (713.6 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (604.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_x86_64.whl (517.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_arm64.whl (510.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file histomicstk-1.4.1.dev58.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.1.dev58.tar.gz
  • Upload date:
  • Size: 27.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for histomicstk-1.4.1.dev58.tar.gz
Algorithm Hash digest
SHA256 7d7cb666b983fec0318a9f37a82e3c70555fedc44cd14440eaaf14e54948e955
MD5 ac667e7407d72ba73d2087bad9a74f9b
BLAKE2b-256 eed86c393927fbd51e2a049f90d42fcd0c870fcd76b44cbd573debd6a3213b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58.tar.gz:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 33539551d72b4797397538d605be3e2eef5dc922e87f6b03a97cbeec4cfde113
MD5 8ae9ad169251f9eb43680690ef4106e5
BLAKE2b-256 5f6378083f02c416338a616cd176ee87b9914eb54feca73caa85afa8c91153e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1e2fc9c56af5ac56c96bf2f2b2af312858430ea908fb94c929b4b85a9a7f3be
MD5 d426eefd4ceac23f4738dfd701cbe4c8
BLAKE2b-256 c5fc75e79a2a5e437fbb5d3232f56eca898586fec9b79cb7783d468aecb33b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 949f4172e020757e357b1926f229673fbc75ad2e636e9977db4e8c016f90f19a
MD5 26c858f6a787ec99950182696fc3f543
BLAKE2b-256 9d85a96b0f1955c0e53fdb23b03a76652673b34d032166064352c4715230cf70

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b49c00dfbf260b4d462832e35ccb56043051ae88c86b927975f1dfd5928b55d3
MD5 02c6ddb965be57640cb3e0ec044387a4
BLAKE2b-256 a60b3f91fcd7c0d05c64e99ce0372c2e80a8d09fb3bc317b4ead1895f159217f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f249cc38d3b847b50f0dcc231c83413507eaeb31d55cdad633ae7dd21feaf8d8
MD5 206fa2f2eb219fd74d1bcec180127cbb
BLAKE2b-256 d0d23049228fe6de2d3c41870185eea9650a61dc6887d2fbc7a144e9842fa0a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1988a6655151d5cbbed72f3da331c49eef17ce59f159408b1f9956ecf4c85435
MD5 2eb108124cc8e77785dbbacfd1167bf6
BLAKE2b-256 5c9958c917a422fdaaa98e7553b7e036b77c31667b45ba87a7a94e593ca339cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9386a403fe6483e54ae257990008d4dec5f2f752dabb72de56fd5b99601cb425
MD5 03fcf9370f36becceb69f77bb5c449fb
BLAKE2b-256 fa7bbba537cee4575529eb9cb3674eaab68bc3175590e1f06780479d1ba60ba8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 80120ccf6b2da6bf7246ec5618daab2253c05742b6d18adc9c008589134542ab
MD5 f23fac01ab4f0ba08b292c8cc2a4da76
BLAKE2b-256 2bcfdfcb78f65bace730f4977a489baa97ef7cb7c9b29a7256c3a7266383cc20

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7019722a490af39de2ee0dcef48fd2a61a9b46fedc8d70fdd35dbcc07a8c85f
MD5 b1bce4b29fe0e6f9698e7c04188966e9
BLAKE2b-256 f632f0c1bb1ada32e62a2f187b83f83efad3e88f1461663d4712826dfd4ed523

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0d26e9fb22acb5e7ce77d81ae287de98834d1dd054cda3f066b8669a56ec0ac
MD5 622d8047d7c85a09f66cc92dafccd79e
BLAKE2b-256 8ad397a73282b4a331214a1f5e5b95b4de2e30874dbb318c6b57435279609783

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07fd73dbcf59cff749cecb1b05bd7319037bf2e6312045e398e62599fa1e52f1
MD5 52ccddafae54be4e650af297c0f53cce
BLAKE2b-256 0989619f3f37cbf234a8d8939c97af5b21b490588af8563120bd163bb25fac80

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec6cdc5406b4f776ecb0032d880e9c1f0de46d2ebe2ad1a96e48d08ceaa20612
MD5 ea28da0be19860eaa39af940f6fa01bc
BLAKE2b-256 99ab91f923b518ba72af1ed6654eb4271374b4da17f9213dc9950a2a9251ce0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4b6d7267db145d5a0bf43d523d782a1e4f45c404b61069064f486c158adf6622
MD5 3b03fae907ca15855f94a1cf7e56464d
BLAKE2b-256 22fee98e7b29e667c1fce7a322047b82882861cd50398100148b7f4bd8c3b552

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b9f06d3d46fe65b845ebfd125a576fc8b84b68c4b1e03565e099fe9746e3167
MD5 5389f31e31f1b3cd0523b532a3f0d409
BLAKE2b-256 eb4b09859447b07398f2a9fb13dffcf93502ee2095035b654f492803e811ea17

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b5e3a1abc31dc84bc70883e0840ab65f9dd5d62f979d01c45729f0b34265e903
MD5 ffba466ef354adee1d2f9f052c8f59c0
BLAKE2b-256 2e99ad25dcb85abe7eff55ae8d843a12bbe404c160c88373677d15c1ed74ca4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ef7cd220c65010979c9d5d595a1561e84386c3a3aa9ece0cca32b2e8867ce95
MD5 82925dee381eb88c3e62075eb7e76175
BLAKE2b-256 7fcd1dfbfc7fb0bbe38a88adc739c7c2900792c4770e95d97aa40ea173586455

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57c9402d084a7048876768a31e1a82627106136a52ac1491a8fe839067ddc828
MD5 ec52822447ca414ef476545a9e6c9ba4
BLAKE2b-256 fc2f63a888cb33b1067e9c766b7bac6a170db5bb3f268e9f83c84b7fe25fb239

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2dfb4c7fefb2c2c246d3356bad518e0a425dfc37621829d8b08a99c2502cc4d
MD5 67ab6f29af1cf3e78301fe71bc67c317
BLAKE2b-256 a54f94527c59666f9ec2fe8809958937056089b23807b457b8c336b00193cd7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ecc41a6404b43b70678b18d67296e95c811979982d80aebef8eddabdd467f8eb
MD5 228ab084a6fe7bda2fac2798b5eb3b96
BLAKE2b-256 5ec78b395319194660f736812877152e715bc3b27d91b2b45c793c7e8422551d

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 18f50a00d759d63e50d088d056281e5164cc107e709b97822c43998cd2dccd46
MD5 2af16105f58cc2a68e83a29ecf533c33
BLAKE2b-256 71ac6afc4a5a9d82ce8ed180da68892751f6ec66b4d8632db1b4b9beb41c7650

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1081250867ed9f428b1e6c27a1e525613719ab81046c0e542c7bce6da53bfcd9
MD5 07b4b5563535df3177241f1e60b1cee7
BLAKE2b-256 33e0c0074d7cb78db2eb41776b8892391377261fc7cc8cfe69f198b6458a9a4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 602fa047c5365eee74b113305e368b47dfa3a2629d0123fe6774c6b28e800984
MD5 88b0199468291341c0bedd04325dd652
BLAKE2b-256 4398be1097b932801e9d6f3b9659f219d081ffdb8bf056bf4226e3c71f377229

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f2d73d0f13fb464c4d9f702d7876390159ce83aef8742bdd0c893f8b6776585
MD5 80b475878ab4cc31d09506eacff6060c
BLAKE2b-256 4772eb754c4d04af543eeb49660c2679de61b88841942f13d939818cdb906b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccb0f5338334f1c8fdfed45974e4433d031bb6dfc7ef140f622a8455b6a967ae
MD5 844abff7cc2ab57ded0bfc6c6bef04a9
BLAKE2b-256 77045a2cba192e560bef659b16a20c692073c98323c629d6b37e77998b6ff321

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3743d2545c04875c13a64097d2491ab9620b5f006aaa70dba0af0f332a9c6d13
MD5 79aa636b1058c0d069f2625f6e4e22d4
BLAKE2b-256 cef64d0e780f73a55d9ece6e4226eea14c78484d0841200402bd2ce9fe383bd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1982d0f945e744810d2c2bbc884464f6364ca00847347d45595de197c080d03
MD5 6c7ca2dbf06e7372dd507d37e0f54685
BLAKE2b-256 c3fe4f3998f6daf4a6b9e7adbf02e5afcf889a1906a404fa6c99a17b4da00ee3

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 85cde75ca143e86b795021fb7804f7fd47c26d5b96161648521df1267d8b9af8
MD5 d5744fad2804fe1c5cea8dca3e6850a1
BLAKE2b-256 59b19fe75bb48583e2e373b22eb475f16c720b71257c4c0efb375b91441d9bd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecc51a25bb2f01ab26a1edabd84b0eea1324911c4b23d01d9afcb1f5fe25d9a6
MD5 6da6cada425e9625bc1ab4ef96ffdfd7
BLAKE2b-256 c1d67bd564fca3daad2fa5844867156f158bd05d59f3baac9b4beaa3447c4b2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 da16f1bab25d8164efc9bcae154524f972a59583aa947ce97bba34a778203ff1
MD5 48919fcf0d194fbea682f547f2ce0e62
BLAKE2b-256 690b959775013c7c696601229036849e18fb1c746bb72c16b5bd7eb14a11cc28

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7b6c7bef67f7c90633503c89bb61561fc0405d4b15905e4355f4c98b0f4ba65
MD5 21ecb0d3eaa58074c50a9098bac3ab51
BLAKE2b-256 63b4c56e7657cb451141cd71bcf0f90b6cc2962191cb46e538be53f1b1eb7652

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 973c454a3ff6bba09aa6df1a91c5713ea3603e6e7cae0ffa9b43bfb99ab0498c
MD5 d6203d85cf66281f9618c21e80c2d3ff
BLAKE2b-256 78dc9d9f1e903015c5ddeb8b75142775bc6252cf55f5afbdab55758c7552e525

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e0cfb8cd997e192bd5665fb497f95c042a874aaeb87ea6aa7654560fc9b1411
MD5 3a5d9ebba95b305f806c58f92b092a05
BLAKE2b-256 3aaf96db747ac87b49bbe63257ed483fcf1399195e473c557e3fb22e403ed68f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 563f71f51d223ee06517e3fdab768fd6d1cfee3a62299d78fa1106579f64cf62
MD5 5739d343ffcc919176f8d1bbbf814a34
BLAKE2b-256 fabd6457d8062e9ada6287242bf94f3f9df8049768a2e34785b348f8c32e8e78

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d8bc0656f83bc26cd9a37338520cc8a91181e522e14bbf7a9a43f072a15f4371
MD5 1dd76d3c9dc72fdc3082fcad4b58dd64
BLAKE2b-256 b83e616e196322811b1734c0d03d1a7f0eceaf2c4dafc59caf1a6760663a74cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

File details

Details for the file histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc4d03630c2d2fa79a1ff86726014b5aa22d335d3877d7c57b06306329d56e67
MD5 ac4d7798a37d022ad6d779cea19d809f
BLAKE2b-256 01859b303ad1a370d555c86beef153ad235544ffa75586a60373148d480d5be2

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev58-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

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

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page