Skip to main content

Fast hierarchical clustering routines for R and Python.

Project description

This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices or from vector data.

This module is intended to replace the functions

    linkage, single, complete, average, weighted, centroid, median, ward

in the module scipy.cluster.hierarchy with the same functionality but much faster algorithms. Moreover, the function linkage_vector provides memory-efficient clustering for vector data.

The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/NumPy. The core implementation of this library is in C++ for efficiency.

User manual: fastcluster.pdf.

The “Yule” distance function changed in fastcluster version 1.2.0. This is following a change in SciPy 1.6.3. It is recommended to use fastcluster version 1.1.x together with SciPy versions before 1.6.3 and fastcluster 1.2.x with SciPy ≥1.6.3.

The fastcluster package is considered stable and will undergo few changes from now on. If some years from now there have not been any updates, this does not necessarily mean that the package is unmaintained but maybe it just was not necessary to correct anything. Of course, please still report potential bugs and incompatibilities to daniel@danifold.net. You may also use my GitHub repository for bug reports, pull requests etc.

Note that PyPI and my GitHub repository host the source code for the Python interface only. The archive with both the R and the Python interface is available on CRAN and the GitHub repository “cran/fastcluster”. Even though I appear as the author also of this second GitHub repository, this is just an automatic, read-only mirror of the CRAN archive, so please do not attempt to report bugs or contact me via this repository.

Installation files for Windows are provided on PyPI and on Christoph Gohlke's web page.

Christoph Dalitz wrote a pure C++ interface to fastcluster.

Reference: Daniel Müllner, fastcluster: Fast Hierarchical, Agglomerative Clustering Routines for R and Python, Journal of Statistical Software, 53 (2013), no. 9, 1–18, https://doi.org/10.18637/jss.v053.i09.

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

fastcluster-1.2.6.tar.gz (173.8 kB view details)

Uploaded Source

Built Distributions

fastcluster-1.2.6-cp311-cp311-win_amd64.whl (36.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

fastcluster-1.2.6-cp311-cp311-win32.whl (33.2 kB view details)

Uploaded CPython 3.11 Windows x86

fastcluster-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (185.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (190.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp311-cp311-macosx_11_0_arm64.whl (40.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

fastcluster-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

fastcluster-1.2.6-cp311-cp311-macosx_10_9_universal2.whl (69.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

fastcluster-1.2.6-cp310-cp310-win_amd64.whl (36.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

fastcluster-1.2.6-cp310-cp310-win32.whl (33.2 kB view details)

Uploaded CPython 3.10 Windows x86

fastcluster-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (189.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp310-cp310-macosx_11_0_arm64.whl (37.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

fastcluster-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

fastcluster-1.2.6-cp310-cp310-macosx_10_9_universal2.whl (67.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

fastcluster-1.2.6-cp39-cp39-win_amd64.whl (36.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

fastcluster-1.2.6-cp39-cp39-win32.whl (33.2 kB view details)

Uploaded CPython 3.9 Windows x86

fastcluster-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (189.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp39-cp39-macosx_11_0_arm64.whl (37.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

fastcluster-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

fastcluster-1.2.6-cp39-cp39-macosx_10_9_universal2.whl (67.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

fastcluster-1.2.6-cp38-cp38-win_amd64.whl (36.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastcluster-1.2.6-cp38-cp38-win32.whl (33.2 kB view details)

Uploaded CPython 3.8 Windows x86

fastcluster-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (189.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp38-cp38-macosx_11_0_arm64.whl (37.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

fastcluster-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

fastcluster-1.2.6-cp38-cp38-macosx_10_9_universal2.whl (67.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

fastcluster-1.2.6-cp37-cp37m-win_amd64.whl (36.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastcluster-1.2.6-cp37-cp37m-win32.whl (33.3 kB view details)

Uploaded CPython 3.7m Windows x86

fastcluster-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (190.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

fastcluster-1.2.6-cp36-cp36m-win_amd64.whl (36.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastcluster-1.2.6-cp36-cp36m-win32.whl (33.5 kB view details)

Uploaded CPython 3.6m Windows x86

fastcluster-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (183.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (189.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fastcluster-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file fastcluster-1.2.6.tar.gz.

File metadata

  • Download URL: fastcluster-1.2.6.tar.gz
  • Upload date:
  • Size: 173.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6.tar.gz
Algorithm Hash digest
SHA256 aab886efa7b6bba7ac124f4498153d053e5a08b822d2254926b7206cdf5a8aa6
MD5 2f4a1777ef6ee668a24561cfda84b6f1
BLAKE2b-256 5db8f143d907d93bd4a3dd51d07c4e79b37bedbfc2177f4949bfa0d6ba0af647

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 841d128daa6597d13781793eb482b0b566bbd58d2a9d1e2cf1b58838773beb14
MD5 dab723826a058e36e9fa1e9d78ff8111
BLAKE2b-256 c52e1406301a131605cd27cbdca56c81e59475433d5145fd05759f06cff5717c

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 773043d5db2790e1ff2a4e1eae0b6a60afb2a93ad2c74897a56c80bc800db04f
MD5 01bea2ccef62c541ea887ed53cd5d8bb
BLAKE2b-256 376e96a4cee1ff1452edab1f8f5bf02a291d047761211be4b1c67296f6b01a4b

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1c776a4ec7594f47cd2e1e2da73a30134f1d402d7c93a81e3cb7c3d8e191173
MD5 f2213c239549545665eaac00e720038f
BLAKE2b-256 69e067a87022793dedfa4b38e9c6ad0ce2ee72668800d31544ea6eae11fa9b76

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04ea4a68e0675072ca761bad33322a0e998cb43693fd41165bc420d7db40429a
MD5 2c6c4fb9dd8e8889c443bbc8a9fb7e1b
BLAKE2b-256 3de052fb1915461ee37498f84cf646ddbed92b2bf3e6f542cfccac1f6a813133

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aca61d16435bb7aea3901939d7d7d7e36aff9bb538123e649166a3014b280054
MD5 ae6868303f7dceeb4eb15f074c6a0c35
BLAKE2b-256 919f4ed758b3607b6ce26d84b00c85fa59764a0f08199d9b18efaf9a58342cac

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55b49f6033c45a28f93540847b495ed0f718b5c3f4fef446cf77e3726662e1d5
MD5 c52fc6a500604a75526342bb9b0d04c3
BLAKE2b-256 5b451c1a84efb8b6089b2318b4cbbf5a425a6a84b3d68549a4b5dd6d0eebd303

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac1b84d4b28456a379a71451d13995eb3242143452ce9c861f8913360de842a3
MD5 69b8942b5666a32e83ee1d7a643e1855
BLAKE2b-256 2747ab525237529c7e6e39eb704700fd91db58bebeb6d5ca0076ef2fbaac5428

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ce70c743490f6778b463524d1767a9ecccd31c8bd2dbb5739bb2174168c15d39
MD5 d53bf500037b3bf244fb70cfbe8ed861
BLAKE2b-256 7d519a75a15df26f594112968f1de267762ccd3ac7da3492f2bb4df74ba9575e

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1801c9daa9aa5bbbb0830efe8bd3034b4b7a417e4b8dd353683999be29797df2
MD5 ee236395bc4ae12ad790306658be6466
BLAKE2b-256 84eaa3639f8aa11e66968ff01c8c7631cd8f15261b33e6f134eaca4f50784eeb

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6cf156d4203708348522393c523c2e61c81f5a6a500e0411dcba2b064551ea2f
MD5 61094897770f44f2eb614af9b6cc8c3d
BLAKE2b-256 e5b18be97880ef43606afffc779a00741fd21dee958a2764dc1e821a483f45b6

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 184.4 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72503e727887a61a15f9aaa13178798d3994dfec58aa7a943e42dcfda07c0149
MD5 9daac33b7e627278b16e94a1d07f816c
BLAKE2b-256 be88ee6041c7a8380c70d4a2fe9f9c2787fe042ece85352d683aaffe476706e4

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9020899b67fe492d0ed87a3e993ec9962c5a0b51ea2df71d86b1766f065f1cef
MD5 69f7a7b5eacd9a4c4befc0d7faaa17c8
BLAKE2b-256 6fe6610c672d6d893a0822aa6c45d47ceae8f3eb7fcbe47907037dcb1a07a769

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2fcb0973ca0e6978e3242046338c350cbed1493108929231fae9bd35ad05a6d6
MD5 849284b1dedd1259cff2184f7365ba43
BLAKE2b-256 fa4cb72c421b4c2962f2f8a794be40349cd8706e9ede6c3c742bce0ea158d6dd

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 855ab2b7e6fa9b05f19c4f3023dedfb1a35a88d831933d65d0d9e10a070a9e85
MD5 ba95df0502f95541daabc2f70cfa481f
BLAKE2b-256 952af1c116cdd302f9df7d39a5ca0aa353cc19b7344b3b0e044e68219aff60b0

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8be01f97bc2bf11a9188537864f8e520e1103cdc6007aa2c5d7979b1363b121
MD5 9c951c26e167f1dbff1859dd0d8454c8
BLAKE2b-256 6a634b415e0f176ff01b9435a86dfd8a057133c2a7a4f35d63d358c3430f342b

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d0e8faef0437a25fd083df70fb86cc65ce3c9c9780d4ae377cbe6521e7746ce0
MD5 fe6b5ad7cbf0937180a9be8c7f40f785
BLAKE2b-256 b1ec7b1632cdebb48118a3c90bec2e180542718aab251f5fb6c48e639a45e12c

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b9cfd426966b8037bec2fc03a0d7a9c87313482c699b36ffa1432b49f84ed2e
MD5 39425aa09ef32bec42f0300d193179e0
BLAKE2b-256 d67c9a5d7fd8ca2f8ede3fd32ce8550f7487ead6d4d6f46c4f0d9016dede7eb4

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eb3f98791427d5d5d02d023b66bcef61e48954edfadae6527ef72d70cf32ec86
MD5 1bb283de99016573eb743ee045c31589
BLAKE2b-256 7f61b6d0e0723129ff34c214c90fd3bdcccc4b5594351eee0d949fd14a0a8a5d

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 184.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 060c1cb3c84942d8d3618385e2c25998ba690c46ec8c73d64477f808abfac3f2
MD5 ac4e8214b602638a6f0bd28479f3f76f
BLAKE2b-256 d74f0a71ce787dabe3a845b1b19d2ee01987f8d638b1e78d0b67db352239c5d6

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6f8da329c0032f2acaf4beaef958a2db0dae43d3f946f592dad5c29aa82c832
MD5 9fc8a0511b719c558aa39708b1bd3dd0
BLAKE2b-256 8715af8c4a2a9329c9f117e49efd16c0e13ee1b3e4ef16be27d35005fbc36b6f

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e03a228e018457842eb81de85be7af0b5fe8065d666dd093193e3bdcf1f13d2e
MD5 871897f402ebda90811529efe40c3e66
BLAKE2b-256 9123b98b7c8c51141e45de9c64345f8837ba874812e8f1d323727daa7614e5a1

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bac5cf64691060cf86b0752dd385ef1eccff6d24bdb8b60691cf8cbf0e4f9ef
MD5 5c718148aecab653789da05e154ef215
BLAKE2b-256 28bca6f3c7d76c8d83e0258fd5f0ac6d7eaf95b9925e004a90383cfe6ef2b665

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a7c7f51a6d2f5ab58b1d85e9d0af2af9600ec13bb43bc6aafc9085d2c4ccd93
MD5 d6e559acdf39a0c482842d35cba46108
BLAKE2b-256 0482ce9970726a4107d326e6de65094017a260aee3282995222ddf7bfeb2f8fd

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a085e7e13f1afc517358981b2b7ed774dc9abf95f2be0da9a495d9e6b58c4409
MD5 8101e18c83d0179b2ac4094674e6bc8a
BLAKE2b-256 0c060d8a1eb095e8d1777a7ab975729d4c6071e5e9370ae8359454f3cd630c16

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a952a84453123db0c2336b9a9c86162e99ad0b897bae8213107c055a64effd41
MD5 e4ed52ca6c093f86001739b1a57a508c
BLAKE2b-256 46a9479d43af24e10635101fef9b45fcd9bb6fa7f8aca48a8f265c37c47071c1

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ffdb00782cd63bbf2c45bb048897531e868326dff5081ab9b752d294b0426c1d
MD5 092d4bd587ca0cf36e978b79f9fcab59
BLAKE2b-256 49f581ca2a21ccf19107739ed30c263fdb9bb8a091107ba585ae70327877d4c5

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 184.4 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11748a4e245c745030e9ddd8c2c37e378f8ad8bd8e869d954c84ff674495499f
MD5 d0f01837c90b2f27c97fc485b98204e6
BLAKE2b-256 4dd4f778681bc40302d23040e6c6590a30408a9e3a6bb8b65f036bf43f8e2f5e

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa4a4c01c5fbec3623e92bc33a9f712ca416ce93255c402f5c904ac4b890ac3c
MD5 36237aad28c71383032ec0945dce6823
BLAKE2b-256 b6ead7a4f4b4f14584d4585dd54b0d2ff9e7624d22693c923619675ecb382178

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7254f81dc71cd29ef6f2d9747cf97ff907b569c9ef9d9760352391be5b57118c
MD5 677178e217a68cf230719dfff0e3614b
BLAKE2b-256 f6237b95da9ebf24294f9747ceb908c0cbeaf5b6df57a878f0882418cad23dc2

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e51db0067e65687a5c46f00a11843d0bb15ca759e8a1767eebac8c4f6e3f4df
MD5 5ef218e314154cd627912973d661fc60
BLAKE2b-256 dae9d9b9fddcf6ac3dd1466f1839c939ed8badbcf8e86ac0d2b2b88f2d129a2f

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bb54283b4d5ec96f167c7fd31921f169226c1261637434fdae7a69ee3c69573
MD5 1557a88d2168401333f61935c18c0bac
BLAKE2b-256 3d75695daa6c2ad2ccacfa19f57cb93750c6e6c984b14cfa6fc47ea4e6f06b67

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a5ceb39379327316d34613f7c16c06d7a3816aa38f4437b5e8433aa1bf149e2c
MD5 8debb1ff995978322d270c60f408eeb8
BLAKE2b-256 2b40adf82f45fc6470f41e27626c4aaf0cf8ab3401089c9e3d81df02068fb2a8

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 36.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 03f8efe6435a7b947fa4a420676942d0267dac0d323ec5ead50f1856cc7cf96f
MD5 bef78487d0be91ef60b3ceec20b90742
BLAKE2b-256 078e95cdf428abcb4a7bb4fc57d7f7c0bdc1b66801cfa0f33240e6cc8a18c8d2

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 33.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 58958a0333e3dfbad198394e9b7dd6254de0a3e622019b057288405b2a4a6bba
MD5 85239905b0b2fa0119f042bc66cd8682
BLAKE2b-256 127048a40d7bdd66e688bfbb541668ff8317e588461ed37a47de1fa06f175f1b

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 184.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06df1d97edca68b2ffa43d81c3b5f4e4147bc12ab241c6585fadcdeb0bfa23ca
MD5 10e9827979693af772a2528ed9417c99
BLAKE2b-256 ae439855d75971c28d00a68607c82a58a5cb09496e52ec64cb00739dea97baec

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4093d5454bcbe48b30e32da5db43056a08889480a96e4555f28c1f7004fc5323
MD5 2ff06a564be145855268f698213fb038
BLAKE2b-256 7d337a8c57ee0e0a5df23fccce6058cebfebcc37d762744d24a7c273c9b518a3

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab9337b0a6a9b07b6f86fc724972d1ad729c890e2f539c1b33271c2f1f00af8b
MD5 352141400ed1d9e7174d218412e8331f
BLAKE2b-256 5f755531f536f3fa448a3c50f41d2f84fb4264b4628acfca9fca0ed5d5c19659

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c61be0bad81a21ee3e5bef91469fdd11968f33d41d142c656accba9b2992babe
MD5 afa334abe9643eab86af701322e50a7e
BLAKE2b-256 09ee8c4c236672a19af9cdcc74d427be0ba77471fdfdc97e55c1fc63c35c685c

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8d3c9eab8e69cb36dcdd64c8b3200e008aedf88e34d39e01ae6af98a9605ad18
MD5 f293993a2e0e03f710414b92dbfc0835
BLAKE2b-256 1ad4f7039cd68a860690fe17698ba61c06474da0ce9cab0ce7fc38d64bd2acc2

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 86a1ad972e83ba48144884fa849f87626346308b650002157123aee67d3b16fe
MD5 972d3fd203f128278fa745cc3dfd5d68
BLAKE2b-256 f98f3790c9c0a4d2ae0bba94194325eca5e404611d68a4aeac43c72a031a00c4

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 183.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb27c13225f5f77f3c5986a27ca27277cce7db12844330cf535019cd38021257
MD5 92f478f5ab64e3d5b36c9284e74fcdaa
BLAKE2b-256 5ff828d952013f3142d9b17e35f8c8dabe50b49c95513757c2afe6c75580a958

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c12224da0b1f2f9d2b3d715dc82ecb1a3a33b990606f97da075cc46bc6d9576f
MD5 d306f92567f4fdbc5f235cf850a04876
BLAKE2b-256 17a3dc6a5d830204c94707bcd909af711ac6376158430de8536b6b5b530ba1c6

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fe543b6d45da27e84e5af6248722475b88943d8ef40d835cbabbb0ba5ee786b
MD5 69c16580abd78491a77aba15e80d7eb8
BLAKE2b-256 bbe57a2ae5a587d9bb709eb58498695f16caa61c989fa13b3d9d2dd1bce83668

See more details on using hashes here.

File details

Details for the file fastcluster-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for fastcluster-1.2.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf5acfe1156849279ebd44a8d1fbcbe8b8e21334f7538eda782ae31e7dade9e2
MD5 54343f41fe9b64d7fd37d152cf6d572b
BLAKE2b-256 7e96b97adb20cfdf6ee5649b62c59ded3f5467f8cd88a4084f72bf1697b1180e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page