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.

Part of 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.

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

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.

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, http://www.jstatsoft.org/v53/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.1.28.tar.gz (172.8 kB view details)

Uploaded Source

Built Distributions

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

fastcluster-1.1.28-cp38-cp38-win_amd64.whl (38.9 kB view details)

Uploaded CPython 3.8Windows x86-64

fastcluster-1.1.28-cp38-cp38-win32.whl (33.5 kB view details)

Uploaded CPython 3.8Windows x86

fastcluster-1.1.28-cp38-cp38-manylinux1_x86_64.whl (155.3 kB view details)

Uploaded CPython 3.8

fastcluster-1.1.28-cp38-cp38-manylinux1_i686.whl (145.3 kB view details)

Uploaded CPython 3.8

fastcluster-1.1.28-cp37-cp37m-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

fastcluster-1.1.28-cp37-cp37m-win32.whl (33.4 kB view details)

Uploaded CPython 3.7mWindows x86

fastcluster-1.1.28-cp37-cp37m-manylinux1_x86_64.whl (155.4 kB view details)

Uploaded CPython 3.7m

fastcluster-1.1.28-cp37-cp37m-manylinux1_i686.whl (146.0 kB view details)

Uploaded CPython 3.7m

fastcluster-1.1.28-cp37-cp37m-macosx_10_13_x86_64.whl (37.6 kB view details)

Uploaded CPython 3.7mmacOS 10.13+ x86-64

fastcluster-1.1.28-cp36-cp36m-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

fastcluster-1.1.28-cp36-cp36m-win32.whl (33.4 kB view details)

Uploaded CPython 3.6mWindows x86

fastcluster-1.1.28-cp36-cp36m-manylinux1_x86_64.whl (154.3 kB view details)

Uploaded CPython 3.6m

fastcluster-1.1.28-cp36-cp36m-manylinux1_i686.whl (144.7 kB view details)

Uploaded CPython 3.6m

fastcluster-1.1.28-cp35-cp35m-manylinux1_x86_64.whl (154.1 kB view details)

Uploaded CPython 3.5m

fastcluster-1.1.28-cp35-cp35m-manylinux1_i686.whl (144.5 kB view details)

Uploaded CPython 3.5m

fastcluster-1.1.28-cp27-cp27mu-manylinux1_x86_64.whl (150.7 kB view details)

Uploaded CPython 2.7mu

fastcluster-1.1.28-cp27-cp27mu-manylinux1_i686.whl (144.2 kB view details)

Uploaded CPython 2.7mu

fastcluster-1.1.28-cp27-cp27m-win_amd64.whl (35.4 kB view details)

Uploaded CPython 2.7mWindows x86-64

fastcluster-1.1.28-cp27-cp27m-win32.whl (31.7 kB view details)

Uploaded CPython 2.7mWindows x86

fastcluster-1.1.28-cp27-cp27m-manylinux1_x86_64.whl (150.7 kB view details)

Uploaded CPython 2.7m

fastcluster-1.1.28-cp27-cp27m-manylinux1_i686.whl (144.2 kB view details)

Uploaded CPython 2.7m

fastcluster-1.1.28-cp27-cp27m-macosx_10_13_x86_64.whl (35.9 kB view details)

Uploaded CPython 2.7mmacOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: fastcluster-1.1.28.tar.gz
  • Upload date:
  • Size: 172.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28.tar.gz
Algorithm Hash digest
SHA256 10294169ec060df140230fcaaed36a681dad01cda2ba0c6f09bc0ea96106c252
MD5 0eb2268ab42b1a0c34dcde39c7200c0b
BLAKE2b-256 565ce227399348a5157698bd43962be10d9abe6be5d2236cd25d9710d0522982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 21481ee89d9c43c93af63ffceba8f5e257945ebecbac681383a30ad9e98eb6af
MD5 4682daa14ef3d5b545e393a44875bae3
BLAKE2b-256 741fa40bde97315d8605722e185e868d0ab72cafbbaf8e1f61003a05af23fd5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp38-cp38-win32.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 72a1600e414abf1fe54b3fc17ec14f1ba89821fd9e5affbeca2ce143005240d9
MD5 ba23562b954d90359326ab857b6b18db
BLAKE2b-256 5348bd177a58a58c27203133256eafcaefca5c4a9034ed8820debdfc66ed4c36

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 155.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8b4edb0669ea38ca4f6d8173cb86321ef8316b447f9eded33cef6a1f3289c941
MD5 98038ee2dd0c24f40b9bb3f640086385
BLAKE2b-256 fc0f3befe22fac8f091b27dc183e3e3ff8a237bc22947e22b604df4bd343b004

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 145.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f07a9648913965263073cae5cb464fef057e6ea1370c2049f3500a1fee8107b0
MD5 65c10ae6ae41d5705ac18f1ae9053cde
BLAKE2b-256 9805e5a2dd300920830f0de025255b764027b91baab431820af2ed931b40d421

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 38.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dcb1cea722a0526537663095d70421683a9ebdef4a6e5a1dcc0a4f03afcc7132
MD5 5555a372426750a5e6c35c396ae96eb7
BLAKE2b-256 5fc0e311de0fa10bb87146115dddb9f9103bc17321f02deed51c2fc879400e3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9fbd07bb401d34e6f02905e3124affa2a2a9b4acf9e45e7e5a009bdf23dbf9b1
MD5 52d11a5adbf0e765fa4d9ee1abe2386a
BLAKE2b-256 ffb8e886b36dee6d33eaecad504b863dd6b378b1c74c8c4af623aec23dec7494

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 155.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 980599fbde4df44f6d65fc866c127ccefec3c4541d7d5d0beb0b1bb73e9957c1
MD5 157861245551c45f91e23d14aa3f4651
BLAKE2b-256 4ecc2342accd3da29414ea0a4e035c5c61ae6792f360f71c52ceccd4bc7897a8

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 146.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e92ddd70b5918a5a22fb78512cc0f95e95250784246b5e0e6dfb3dd10d21feaf
MD5 772e0a66246190c284948b066f5dbd44
BLAKE2b-256 3863cbd4dd1d9fa4f7e700e392021dbfb8f2da95eba575367464f7133d5ac007

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4bedea0f58e090e85219701c88fb28b341c5f12c050f76038afcda1a74913d71
MD5 4dc7dba640e585b537d4367e1fbba37a
BLAKE2b-256 f621b1ce00635ae91f86803337f9ce8e7fea60112c8dda037d46ba4de0137fa1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 38.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 faf0e8bb47b31c0c686a6021f9b083b953ba91c46f7a6ce513603ed1e4ab14a5
MD5 0d73c0b3e0b884cb02da77e9555af49f
BLAKE2b-256 8812ca6e6cf8553fb77eb32c84f4ac96163ee2343098d6cce323be9852a82c95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastcluster-1.1.28-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 172eb7d14561e322d3831b2b4fe189a952d714f48726ddc63196b3089ec688c2
MD5 6cb177f423e3d4e3398217437ae4f254
BLAKE2b-256 ae0de561f6eeb4d579863ff04141e8346adcf30f12a9c9c6f117bd864f92bdc7

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 154.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dd66f5b794ac6f7fe01fa970aad1bf1a377a905ad09e26062f00b2a47226ce5a
MD5 edba20adbad4b8ab981032c41d541d87
BLAKE2b-256 8b4995173731029b57e140282ae67533169b97fb0eb302b30a3a4b6d55404bea

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 144.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 520aac3ab3001609747fc0cec758ae7fd170a2a528b5f784f93551dac58f52d1
MD5 b40aadb250105b39ad91ef3b7be0ba2a
BLAKE2b-256 012170eeb9f1d7dcecaecdf86a9cbbf78e70abbdfef806e77a9d118a36111ce7

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 154.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 699fe3fe575d0828be2fe67ac368d3dd21489f4b50695e2f737beac9a2d97462
MD5 be11844bebe04f70c87cf463d7d520c7
BLAKE2b-256 d5b39f71b55243c78e14ed6c0b454332a3a631684a0b55a9ec64a1501d943e74

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 144.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6bd632ee2c0340e61b2574103c9c26fb33179df116b40deb7e64d95003b6ac11
MD5 879932adc09e574eef00b26a7f30d5ae
BLAKE2b-256 d7619f506856b9c70eea61034f97fb88ca3a42e943c63ee8437b372aaa62bce3

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e50e7bed433811a5df83aa6a7dcd1c22d512991b0735c8b5112461dc2ac73c05
MD5 76544dcf32f17b50d618b104da8dd154
BLAKE2b-256 d3d3225fea8103cebd964a1d6f04b9497feb5a397d75145928cc97fb431f4aa2

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 144.2 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb054e13ea7bfd1cefec438aca3c38f40df85686a56507fd16fdac9f4b527d32
MD5 c4ef2edf5b463f02515256682d1cdee6
BLAKE2b-256 c1520b61ee5dcd9fe8d724af5bebe6227be5a760045b17499fee7a19b274ffd7

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 35399b6be8128181e22f65c441a5085fceebe35756e9ecea5ece99f783387797
MD5 21563b3cc6438381075018151bf3082e
BLAKE2b-256 214a93b02f5b39386082e86e81d527d64a3a2d593dd9cf13d1aef03997245cde

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27m-win32.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 9733a569b2e29280ce2d636c0933f2e80b03baeb95d103657efc275b01fbdccf
MD5 1aa401f6d567c523f0d09325835cb226
BLAKE2b-256 013e758d9f1186a350765dfdc4ed8853e3824e4d9e9b1c7d3ea571f6eeeb4f9c

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 960b38af8e2dcc593b9b68ff9dc6cc31268cf57210c393e0d86228cac25c39c6
MD5 aff0661bcf86199effebe3f2e02785e1
BLAKE2b-256 f5dbe02d4a1d9b1f2ae3e82eb28119ae0053d90bab5c663ed64f7d2db214d0b2

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 144.2 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 277240042f561ba66beb7bd859ae3a6836de43ef76e65f06aded71d0d2ad38bc
MD5 9bfb73f830b186cf08b55371fb8f09d6
BLAKE2b-256 ab2a47283e11e41242aae8200383e9e42a02496b403e8c63a7831d3ab82f39a4

See more details on using hashes here.

File details

Details for the file fastcluster-1.1.28-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastcluster-1.1.28-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 35.9 kB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for fastcluster-1.1.28-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7e974bd07db602e1e753dae80381da575f41d154d9e3b8264c7df58efe1a2968
MD5 050f676f5a5e664634a29c93a8c3564e
BLAKE2b-256 4debba07eab888792c1c8edc77b65e1c5d4c74ffbde3666751db3eb0cdb26c8c

See more details on using hashes here.

Supported by

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