Skip to main content
pypi Download Status Documentation Status License: MIT

CLASSIX is a fast and explainable clustering algorithm based on sorting. Here are a few highlights:

  • Ability to cluster low and high-dimensional data of arbitrary shape efficiently.

  • Ability to detect and deal with outliers in the data.

  • Ability to provide textual explanations for the generated clusters.

  • Full reproducibility of all tests in the accompanying paper.

  • Support of Cython compilation.

CLASSIX is a contrived acronym of CLustering by Aggregation with Sorting-based Indexing and the letter X for explainability. CLASSIX clustering consists of two phases, namely a greedy aggregation phase of the sorted data into groups of nearby data points, followed by a merging phase of groups into clusters. The algorithm is controlled by two parameters, namely the distance parameter radius for the group aggregation and a minPts parameter controlling the minimal cluster size.

Installing and example

CLASSIX has the following dependencies for its clustering functionality:

  • cython

  • numpy

  • scipy

  • requests

and requires the following packages for data visualization:

  • matplotlib

  • pandas

To install the current CLASSIX release via PIP use:

pip install classixclustering

To check the CLASSIX installation you can use:

python -m pip show classixclustering

Download the repository via:

git clone https://github.com/nla-group/classix.git

Example usage:

from sklearn import datasets
from classix import CLASSIX

# Generate synthetic data
X, y = datasets.make_blobs(n_samples=2000000, centers=4, n_features=10, random_state=1)

# Employ CLASSIX clustering
clx = CLASSIX(sorting='pca', verbose=1)
clx.fit(X)

Citation

@techreport{CG22b,
  title   = {Fast and explainable clustering based on sorting},
  author  = {Chen, Xinye and G\"{u}ttel, Stefan},
  year    = {2022},
  number  = {arXiv:2202.01456},
  pages   = {25},
  institution = {The University of Manchester},
  address = {UK},
  type    = {arXiv EPrint},
  url     = {https://arxiv.org/abs/2202.01456}

}

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

classixclustering-1.5.3-cp314-cp314-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.14Windows x86-64

classixclustering-1.5.3-cp314-cp314-win32.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86

classixclustering-1.5.3-cp314-cp314-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

classixclustering-1.5.3-cp314-cp314-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

classixclustering-1.5.3-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

classixclustering-1.5.3-cp313-cp313-win32.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86

classixclustering-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

classixclustering-1.5.3-cp313-cp313-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

classixclustering-1.5.3-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

classixclustering-1.5.3-cp312-cp312-win32.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86

classixclustering-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

classixclustering-1.5.3-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

classixclustering-1.5.3-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

classixclustering-1.5.3-cp311-cp311-win32.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86

classixclustering-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

classixclustering-1.5.3-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

classixclustering-1.5.3-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

classixclustering-1.5.3-cp310-cp310-win32.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86

classixclustering-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

classixclustering-1.5.3-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

classixclustering-1.5.3-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

classixclustering-1.5.3-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86

classixclustering-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

classixclustering-1.5.3-cp39-cp39-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

classixclustering-1.5.3-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

classixclustering-1.5.3-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86

classixclustering-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

classixclustering-1.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

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

classixclustering-1.5.3-cp38-cp38-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file classixclustering-1.5.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 30064d15f5309409d0df9eb63291d47789c86e9a86be76ce8c4e6c156808b5e9
MD5 dfad66ce3ecd932cd9c1f2f9b65c9605
BLAKE2b-256 c49664145f0ffb470156bf3e954a5cbf7406d51b3bf8f1559b9f4b0442e3ea03

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1851db9e35befc0509a3da40e6f1716dd7328b7e45fb11f0b8a05a27ccd7d079
MD5 f56d14ae9628abdc56085b2afd565fa4
BLAKE2b-256 aec20420950692913c573e91878be65b83a44b76bcd2ff239a17e937e98006d1

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 734764cfe6c564f31f21e7197bddb12d3cdeb99c529bec018d7484b10677a4e8
MD5 c8e78e9ec966f23eaff8843b51fdcfbf
BLAKE2b-256 8809525cee727389e24713772df12c426ff18b7e049c2f3180ef70eb655abb84

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b62227c28ccaadf7714218a6b093bea8c6ebf3699c96c129780896b4714f29f
MD5 fe0000c94b5c4bbda18921ff8d9b243a
BLAKE2b-256 ee4a9239e03f6347198c0372eb4487408d62e161535262c357da0d8e815a1a7b

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b846023054a6e18852d14a46f4cfc6b6d6c44d77820b592109e47b6a65a9f1f
MD5 54bb26828b0b9f57e6f777878d0802c7
BLAKE2b-256 71ffac15018ec924f5e74efeb5ba71313f1a5f449ba2be61b98338b20e6451da

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 627eadaad0954905a434370931f741293354b9ea0f1fe2bc9b90a13f59b5323c
MD5 d534978889c983ba8aec638435c81879
BLAKE2b-256 9947ce2be73aa17bf4beec9e5f3469db8a0448b7ded4e48510022213093bc482

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4b9ab2c27599e63c8e730cb5689f04f4555d11e414b5a1f054a8f128426245c4
MD5 c04fa8ef66e21add6c4e5e10def13fa5
BLAKE2b-256 c8e341ec112aa229eaa6ef4e501107b54702c38dc8ba924776b1a051a7477224

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82229f81c610afb31019c807c5a3ac3f75e99aaefdd1c2a7621a4d488818a08d
MD5 467f99ff6ce792f53ed615c61ec5845d
BLAKE2b-256 a4fab95853fff0b59e10ee568184d6c2dd83d9feb0a4068b6f382c6c5c3312ae

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbccfe2a3f2900901354be54753d500b58235dc288aa780c587aa8d3dcd23d8a
MD5 59a9b58883001422b206b38f7e1b800b
BLAKE2b-256 ba413e27a4fc21328e61998391de8e64341c931e770a89af02eb9adf56e7bde4

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d7fd120b51484805d552109d425ab54f244436a45c7f33261d1643c0c5c6e44
MD5 947d879981d57b30fd3272cf7c5b5bfe
BLAKE2b-256 fa3b893476ba1f7e85f73212e24482f879072951c179305f3ebe848cc40d1fb3

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2d8d6fb3de135fd4151996855a27d10e4b7be4f0f220f4a3b8b3e10b4110a37e
MD5 364693e4a3ff37410e1a96cc80eaf490
BLAKE2b-256 301d1727d0eddd23439e1972bf88b50f116c7d7a169757309bc870c067f92459

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f723c70688e0ba7f68e8432faab9950f9e5d78a5c4ef05d592656430b26685db
MD5 9c75f200346b120680fe61bb3c85bfdf
BLAKE2b-256 81c15550cbcfdd5ffcd3a28eeaacab7caca146b249ff1a2be258d5716d1e39d2

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 536ad9ada60e73607e9f52cf4f2a9610f255a8f9a22925419679b82dbee3d106
MD5 60bc6bfd23f8ef1b552605e9ce560702
BLAKE2b-256 e664f3d5426bad0b023c92932f46c9304447b5356ccc19cd269fae4198c82b0e

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f07d2d2fb1e2a376f5aed2c37abec5accb3242635bff43b4583f0b6a0b5c9000
MD5 468771602f305738dc3a70c90faac6cb
BLAKE2b-256 8317ab45bf75b05d2d9ffd6287280ae8a1b83a08040571b10a32bff8f36ee20e

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05f3e68107bb7fd883fb5ef828d5ea63a015d44c0fc5ce010c213b12496a92b5
MD5 335ac11a7bcb503250262e9e91552d3b
BLAKE2b-256 1d07a2d8c73b464830b9595df51dd51536d90ef5e535ff842bbf1e4e6183cd1c

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b43b1b04940edce94dca9d1ebb408244943721a4a956989cfd941c055668c5f2
MD5 afc2d1f3bb0fdc33bbb7867d58717a51
BLAKE2b-256 95d6a80288dea3c0c37ea37d54d8bf811e0f1f457486ac5e34b35c84eac393c8

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cda78545d51e2192bdafa21169b04ddf4fb03a0464fa3de8ebc353c558a8f820
MD5 4a5ec5fc35d6e2b1cdaf17eae430d22e
BLAKE2b-256 80833581eda80afee88383860cedbe78bd7f9a4c5fb247c1c4b8bee45a950383

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f090e46fdedb0c15978e9df71554f660504f23c82403aefa1dc1bb4f12c1c905
MD5 4f0c7b43b8b36d54d3ac17d685a7e145
BLAKE2b-256 fe81f3d0e6431b59e40fff4fa7c99916df7058da4aac834721c678da7c80aa58

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 403a9d9921f453008f24908daa8ff805db943f1d78e2167765eb3414889ffa7e
MD5 055c851da2e7fefe5ccc8b3adda5d1e2
BLAKE2b-256 cb4803dc589de815378e3f167fa2827ea1dff51e04b87ad2c5ebb1404f0a8521

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5bc3303893696c4a9b06f01be10ef4dd5d3b6ac67c219fac74038192582ec65
MD5 30734b95f1ee7ea1d9bec8c52a099af3
BLAKE2b-256 8af9ed9ca959dcddad356f81d6884d5b22ac10219c847e027c73434ee2633194

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31258ba3598f1f77e8450c9e8f339859e1a4e72d315110ee6cd3d4eda09a1481
MD5 d9475a48fe0952ff8909463c04d0b74b
BLAKE2b-256 48d54413d177b3eb14bfa1c896ff928afe06d929b3a81e4c2abc0b0faeb8c5ce

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c818376ce0d8d2fe5afb350dc0e940fe310eadad3434ec00f3127adf4c82f007
MD5 ca1d249ac1fb51abdb160f9693ddf358
BLAKE2b-256 3e9547352a0b7c063702beb80c38419da28083162969d0ab90b320cc2e076645

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f414e5d758071dbf5333686c400726f03e84add996a8568fb71eee643dfcd7ef
MD5 22d849fc00f6345e57a50d91a98bb890
BLAKE2b-256 23624e9a6bec0f70877e16284bc18b5ad2a6638fd425904b9bb81b998b100fff

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cc36f91c348a4e266fd203c1df97a6b5a958a662f150d9cd08d5c127782f321
MD5 1423430f68679b1ee461eae4e47e5c73
BLAKE2b-256 264df1fd7b8083f410b91d4425f8bde7f5be01035935dfdf826c44a158b8a9c2

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c5e40cf4595916893faa97099384a8d5c780e3f10abbb6d81e155d331934749
MD5 13948bb6c97146ae9726d983e8619bdc
BLAKE2b-256 1d179b950c5ab435a7392cace495fae861dd986b08249813f872d01083cec507

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1587ac71c17cce891f12e279be70a74a6bb81a9858b3009a13e0412d0aeb9abd
MD5 c3826677241401dbba2e098af473f27b
BLAKE2b-256 65201938b7dfc3f1a621653d06576e9043ff9713479bc194a12940a8b85b2582

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 707e2af06a441d86f674dafd68114bf4cf13e9e9cc15ec4c975013d2ea99688e
MD5 28eef0f322c1384b5218e8930d8aabc1
BLAKE2b-256 d11ff90738ba5747c591267bbf84892b24871b4ed8ebb102608bc55bada2d669

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1f8a8b658bb958a46a2046dd3c17d858fc663978a08ba5dcf7e524a180e1533
MD5 374d301103307aef9db171705a2e02b1
BLAKE2b-256 5078a15c1552d566ea91ece47ebe838c475c90b4498fc73ec7eb0206d452f20b

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 691fd38a905bdbfb542910e6845b228c52d703fbe9d475983441323d8f8a105d
MD5 4eac513befefd20fe00c153a228c94b1
BLAKE2b-256 31499c79a21f54f9aa9abf825621f2ebcf716c4670d2ac2e7e3488ca4d2fa35e

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95b761cd2b75cafd04c45cf758c1d2c352b999b28b374ceb6d290dc6a5c80889
MD5 081056140acc4e121f9c669ac38027c4
BLAKE2b-256 d55b74bc8dae18131851ad9055853cbc168b8c246fcede76ca88cd8f2b0aa4c1

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 28460eca3fdda066e4ccfdbb68658ef637e973709c8b949d0b54a46b01821c40
MD5 10cfc686f7bd05323199b56887f23776
BLAKE2b-256 7c3f86c60899d6134dd0ba868251d47d86998b6d863a100500aaed65a3cf0f61

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aa21fd7fc521aaac60c01dedfab56cc472dd1107e7111df6a2a314eca6db7697
MD5 45975064fbb201664737b795208a6212
BLAKE2b-256 860ddf9c4f560eaeedb250e4df0b7b261b8c2a9efccc27af02978dd84c872ce2

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5895d17ecf56a7affa378a0eeeeb1196dac47c7c90dcc51e4876ef34f428298a
MD5 2174b130243e08f483f1134fe3d6c165
BLAKE2b-256 81cc7b70f394c52d145d6780f747086f5cb10486d4a86b6f79f1c10611c3968e

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bd8803fbf20687262986cff5d611ae1a36d370aed65ecf151e290682ffa0bd9
MD5 bad595ef35b83e44c308d5487ac72738
BLAKE2b-256 84cef8d9df1ac78f0434e089ce9aec3b38f9023c9ac2d6d0ee1ae4b8c1fa2770

See more details on using hashes here.

File details

Details for the file classixclustering-1.5.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.5.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 945242fcb1d7cd0d149007c70679b5c0f8966076bc8be2caad38a03533916307
MD5 f57c1b5796afa216f574b05ee063f3fa
BLAKE2b-256 bccc610e0936cc6e2968ea01355711398fc12bfc1ab5e6e20fd2a87aeca73251

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.5.3 This release

35 files

1.5.2

11 files

1.5.1

36 files

1.5.0

31 files

1.4.9

43 files

1.4.8

36 files

1.4.7

36 files

1.4.6

35 files

1.4.5

1 file

1.4.4

1 file

1.4.3

1 file

1.4.2

1 file

1.4.1

1 file

1.4.0

1 file

1.3.8

1 file

1.3.7

1 file

1.3.6

1 file

1.3.5

1 file

1.3.4

1 file

1.3.3

1 file

1.3.1

1 file

1.3.0

1 file

1.2.9

1 file

1.2.8

1 file

1.2.7

1 file

1.2.6

1 file

1.2.5

1 file

1.2.4

1 file

1.2.3

1 file

1.2.2

1 file

1.2.1

1 file

1.2.0

1 file

1.1.3

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

1.0.9

1 file

1.0.8

1 file

1.0.7

1 file

1.0.6

1 file

1.0.5

1 file

1.0.4

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

0.9.9

1 file

0.9.8

1 file

0.9.7

1 file

0.9.6

1 file

0.9.5

1 file

0.9.4

1 file

0.9.2

1 file

0.9.1

1 file

0.9.0

1 file

0.8.9

1 file

0.8.8

1 file

0.8.7

1 file

0.8.5

1 file

0.8.4

1 file

0.8.3

1 file

0.8.2

1 file

0.7.6

1 file

0.7.5

1 file

0.7.4

1 file

0.7.3

1 file

0.7.2

1 file

0.7.1

1 file

0.7.0

1 file

0.6.9

1 file

0.6.8

1 file

0.6.7

1 file

0.6.6

1 file

0.6.5

1 file

0.6.4

1 file

0.6.3

1 file

0.6.2

1 file

0.6.1

1 file

0.6.0

1 file

0.5.9

1 file

0.5.8

1 file

0.5.7

1 file

0.5.6

1 file

0.5.5

1 file

0.5.4

1 file

0.5.3

1 file

0.5.2

1 file

0.5.1

1 file

0.5.0

1 file

0.4.9

1 file

0.4.8

1 file

0.4.7

1 file

0.4.6

1 file

0.4.5

1 file

0.4.4

1 file

0.4.3

1 file

0.4.2

1 file

0.4.1

1 file

0.4.0

1 file

0.3.9

1 file

0.3.8

1 file

0.3.7

1 file

0.3.6

1 file

0.3.5

1 file

0.3.4

1 file

0.3.3

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.9

1 file

0.2.8

1 file

0.2.7

1 file

0.2.6

1 file

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.9

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.0

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

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