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.dev59.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.dev59-cp314-cp314-win_amd64.whl (727.3 kB view details)

Uploaded CPython 3.14Windows x86-64

histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev59-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.dev59-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.dev59-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.dev59-cp314-cp314-macosx_11_0_arm64.whl (511.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev59-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.dev59-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.dev59-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.dev59-cp313-cp313-macosx_11_0_arm64.whl (509.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev59-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.dev59-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.dev59-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.dev59-cp312-cp312-macosx_11_0_arm64.whl (510.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev59-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.dev59-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.dev59-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.dev59-cp311-cp311-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev59-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.dev59-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.dev59-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.dev59-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.dev59.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.1.dev59.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.dev59.tar.gz
Algorithm Hash digest
SHA256 3b7aa6ccb4572dee77ddbe3ae9be102030c6109c52dca25a86fd6c3696997308
MD5 b0452febae0b42201d7269a304c4c2aa
BLAKE2b-256 40b6c55d4f0b4e136b135f844fd4530e8dec9ef9a61c61a315d050f0285d5e82

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59.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.dev59-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7d302e9d3ccbf44a14f10bdc2e0b11eaee8610e0a26ee5bd8f873be25a1b88d3
MD5 e778b512f503d05b76f337b1e5d23de3
BLAKE2b-256 47af516a1111bd276257bb266aa77dcdd3ea825aac647f610fe35a2c53f61527

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acb2c0b52fa812da8b0f50b17596329643d51e10cb570ab02ee7582d4e723482
MD5 36fc758304fddc32b7e5027e32b035ef
BLAKE2b-256 83d9d6b1086d5f7168f66a55e70451f8c4e0673d0b938ddd38bc5d0c5027acec

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce3b53be2559084f749726c89664a5e0e3ac3ea2109f6e97049ca99f1932edec
MD5 652baeff077543325c2afe21c6c88fc0
BLAKE2b-256 7b28d9b0961025a46b6e89e5e67b07307326b397c685d05630fbe86b2af3327e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 760e2703fedd3b20e1f4618e53ffdaf803309ca2360828b9009b772f63c45059
MD5 2e95cb722dfc9a57b3c06ef50b4c44c2
BLAKE2b-256 33e6e283d684227b37c3818dd653c7a9ccf70d39640363d34eaf535b5d37a1f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a06aa2fba5ce58a4647bfa56754a1c8946425ce4b15248c2bb515e9c4c1c3c0
MD5 87ead5be1cc01545575f0671575379ab
BLAKE2b-256 83795b2c4f14bc0c3afa4a89b2a5f19b6679206b08c0a3afdd5866e6429ed2d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 87d294496e093c65d022a7fea79088d950144c11bede209cee3a5ea4e4eb1e46
MD5 eff0578a8e495c3eb5ec64adb5ca0852
BLAKE2b-256 e9b93b09b7991291a1bde5444d268ccfab97e6bdb7532e81e512db790a5fb4d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89d4c3c8c474bea0a5b9f924bd8241fb1b2b9a1d50ca0b5eeb730d3a86a15d36
MD5 6cfbdb85ee5eef78bb7e7f1528467933
BLAKE2b-256 05a9491045437765a8bb282fa3a704786e7d784d5e327734cca768759ec96e30

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 abffa1c074d9eaffc48b4c09e8cb65b430856ff273f7ef48ed9859f6567cee0a
MD5 76f195da00996aeb986c47df1865a642
BLAKE2b-256 1135f715bfcc7299abbbb3dc78a37a946ad416946022bfd24a4a40b3d2f22d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70bf00da98beb61fe105b38f2ddb72c63984f54143ec0ca2dea6f7d9de5f084c
MD5 e5629bcbe90929e2a356d4dd4b61d77f
BLAKE2b-256 46f52ae2625529551c9a84c9a061625e401c1dbce02102bfa15d47a06d7e2840

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0ba5214144adfd2add4f7d38ecfe813b84b7723f134b979adbf8736974af5f4
MD5 8112a93d796fd0128816ca25c37ae886
BLAKE2b-256 46f98a09915483c81d7e344c9fbb79ea786b4de567a08966bb3ad8c7f9a635d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b7047805d84ddf968f47f8b9d4f54aa4b427051e93be5eea9720cc182f231a0
MD5 b68bd704091e036bd73443579f6742ee
BLAKE2b-256 d7f54066c5dc3c525cc67b630c57b866589d0af0e69c84a12efd65929552b72e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84885bcc00245d7ccb79feb942f9b76304777525d148b869455ee23bf19789d1
MD5 2c9c9a2116fcaec9b42603429cbe7468
BLAKE2b-256 5200853066ec0cadde1573046827597b8df6dd3cb5003a6cd3686e861f49214f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1d73908f6da12c8f7f3a342aecec9a7d7747a4aaeae1b901c3af07a8a72f68a8
MD5 3beb4e4a9219d0b2e61534428f1361aa
BLAKE2b-256 fa7a211d8c12de05c3716b21c67ed6e8a7e10f491494702ed611ec7431dbbcce

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d2153885a603f6cad71782f1a89d99336dc58f4622c4994cf6c3f0e792cfb75
MD5 c3d0bc2e4cea7f30b44c157ab8200604
BLAKE2b-256 11d399c5477b25c0b9b2a3af690906cb5da8f762c3afb6c746a315187b8c3d3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 516a9b736efa1893a36c29bad1d8546f190021eca583ec7cce4fc2bb8b4dd802
MD5 76e45aaef82f6eea96bc4436f5e9a638
BLAKE2b-256 214cc6a68398ea3b259635f73554b991160154f3b1450c76c6e7aefe1fd7dc04

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73f9706bd5681ea69432929da34e22ef0cb6860c54540c580169bd444421543f
MD5 fd86cb0be8280e9e45c544cfecec5318
BLAKE2b-256 0815833a3e14273620cfb6ed3f21e3ac4954a021966f7693b4ee8ce109fb0234

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa54f24b63ea4381173ee1f2d7971fe8b113e5562206634b0e37eb56405a4b17
MD5 3795811d06f4857b98bf3f571025a77a
BLAKE2b-256 57044b735d60d4723200ceeca2e6dfaaac216ad374d4613e535ee02e717c5280

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e2d28f26bec95aa0971f49d176dd7435013852de26b2d1b233aa3c5fdc40bcf
MD5 0282de0c8807dc2e7e2ccede982cf108
BLAKE2b-256 60ab48e9c5b0b62ad30a827a9fcb2caf0f24c7128fb8d7ccadb40a419c1810cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 086f5da09779c99a36f06169bdaa33a18b72a69f9f8d00e70c7e19a03e2534c0
MD5 38f0980e7b015fe87c16054d19b48bec
BLAKE2b-256 dc2b530665903236c6205f7d0d6359ddb7e106a8bda0262aa3221b141cb343db

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b4a97cf85c31fcda268a785d2d5b63a3b433f008bfa1db5a5efe5c9d80b39bf5
MD5 7046826ecc7ed4939b6f5a28005d9b88
BLAKE2b-256 1dbc9764ad39c0ce68a45f72d5d2b361fa61553f76ecc8b9eee076c8df58f5c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50d7b0c7c458e809805d35057f154f9272ed9ce6e29b0b259a220ac895de278b
MD5 61a5df2bcc04e9de96b61f506b77a4a8
BLAKE2b-256 97afa8fd896efbd1203c8bbbd646faccd5b1b70ace5c7676c177648971575d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0117308d9ba89c6a340c80152a7aaddc8c93b814f7af0678f7e2cfb7a68a0286
MD5 5db05e5b12afd6e814f72f98871f66c3
BLAKE2b-256 a7de5508303355676461afe26a6c4a1cb6acb42bb2a43e52473028cc87f100f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae84392dd7ec62d268e151170a898432013ee6598ad74816aa9d8ab57f839c31
MD5 dbf3c1f87ff7efc5cd79f532629bc048
BLAKE2b-256 74b9a6252ae3f277906b7f08ce4fbc414a8748f8db032317560f7601ce6f2ece

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ff4c34912e32ec59abfcd02f33b16401ba6051b6b229b70f6b1708313693ee6
MD5 198756885e0baa94dac50edec0ebd405
BLAKE2b-256 3fe282a8b536a74dd2001892c62422142e22d5715a481349ac75baf73e0a19d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4da10d0562b7b5fb2a28659a475856b6ed3744e7a9fa6ad973f331c300cf55e5
MD5 6e51443130de5e131fcc96ddc51a08a1
BLAKE2b-256 414564148259c6728656fa867f4a812bf229a0ac73fa08d1d38a20754399c13e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 415bc1f857e7809b888cc6aa1d9ce8ee561ad7a2df633cee829a2221f1ac27bb
MD5 692f586188a15d8aa3d180ee60c3b01e
BLAKE2b-256 555f176218483b2c2e98f5f6bd61f3b808464c6cef79d981b313cef3392c3ee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d83b525c6dfa72e3de029afb60f1f8da408d339706eeb36ce7305b31787863c1
MD5 a6a7894e9ac31ccf56319571ef5ec79a
BLAKE2b-256 14ffef39911901a770103dc70094ae3a9ff442b2ca19dbe1ffa694a43bcedd4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 820cce38e0ae3b5a1ba58d8eaa3f665437fd845f477a9d9caae5e13acd270f11
MD5 f1ac588f545394f068b85a58682b0cc3
BLAKE2b-256 33369a81d591b95357da1d9f35fd7e8210d1284652da48516b9f547be6dbfdb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 55d8bc64b8147da61fb3ec49793b59560fe6b6455c09eff145e75cf3e1747969
MD5 d9bf191f549103b13c801de503993514
BLAKE2b-256 2423e81aa7ac91e083d3cbdda758d8a46de51d103eab543cc49aa1e33c0fcfd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 555b77086926b6fdb7b1b76d7f4b3e7ee2639af564bf6df8304050ccedc7e2b6
MD5 caae410a5c5a2e5402284c7a6d85458c
BLAKE2b-256 6bad4703ccce7fe7d3c4004d058e05d4b37215112e01e4e7e9b871a01d57ee4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c815b1ef285ecb564dcc668567478bcf620b26d301d809127ab6d83185f43061
MD5 21895e2704da4cf6cdf1f45f9dfd6d38
BLAKE2b-256 d8f6ae64d6afa6426ce23f25287894aa53590da5734134ac849737fa6b6b5c67

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 086f386f0600aa684c910cdf8967e48eee58ece6406c5f96e73870ce886c01f3
MD5 6bfae6afd020370bedec5214caa2d293
BLAKE2b-256 c099baf5a75ea4ba6f14c1d83fda59821c371cdf6e3bee1fbc3e74b4d799ca13

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd9350eb5ba69dd35107c6d96539fd4de0d7378a2c1a287e958565bb83c8808c
MD5 435e4b4269ac3378721d39be09b419b2
BLAKE2b-256 5b9d16a71eb426d74e7280f090f418371daeeb0cd19298f480b7acf10883685e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6d0c0d0414bec2dad4bc9516f9c2bf7430c93ae49b49435a1387b9742405e4e5
MD5 80a2d86cc3527bb1e628813274511019
BLAKE2b-256 5bf3e82501e359e8a4c6b0f627823a30c868ad369b02d20663ba26508cafb9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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.dev59-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev59-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5fd9e1efe074b0180916f7bd3fcb29032612ff3956fc2b2406b9a3f5e689998
MD5 444c1ece7ebbbd585408fd3f75b75cd0
BLAKE2b-256 a53eb45dbc160f2ce20a5255c4046c4a559f30c23cf5eff643e7e48104ba79cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev59-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