K-Means++
Fast KMeans++ initialization.
A scikit-learn-compatible KMeans implementation with fast SIMD distance computations and parallel centroid initialization.
fastkmeanspp is a Python package that implements a KMeans clone from
scikit-learn with a faster KMeans++ centroid
initialization. It is designed to be a drop-in replacement for
scikit-learn's KMeans when initialization is the bottleneck.
✨ Features
- Fast KMeans++ initialization: Uses optimized squared-distance computations while selecting candidate centroids.
- SIMD fused operations: Uses Google Highway for portable vectorized fused multiply-add distance calculations.
- Parallel initialization: Computes distance rows in parallel with Highway's thread pool.
- scikit-learn compatibility: Provides familiar
fit,predict,labels_,cluster_centers_, andinertia_interfaces. - FAISS clustering: Uses FAISS for the Lloyd iterations after initialization.
Highway supplies the low-level fused operations and portable SIMD dispatch used by the distance kernel. Its thread pool splits distance rows across workers, so the same KMeans++ selection logic can use multiple CPU cores without changing the estimator interface.
🚀 Installation
python -m pip install fastkmeanspp
🔧 Usage
import numpy as np
from fastkmeanspp import KMeans
X = np.array([[0.0, 0.0], [0.1, 0.2], [4.0, 4.0], [4.2, 3.9]])
model = KMeans(n_clusters=2, random_state=42)
model.fit(X)
print(model.labels_)
print(model.cluster_centers_)
Set n_jobs=1 for serial centroid initialization or n_jobs=-1 to use all
available threads.
📖 Learn More
For tutorials and the API reference, visit the
fastkmeanspp documentation.
The MNIST tutorial compares clustering quality and
runtime with scikit-learn for K=10 and K=100.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 537.2 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49037925cf469af3206cf58321e42ddffbd8a9076945e7be271435006b7065f2
|
|
| MD5 |
124fc84b51b953569cbb629c5572aa4c
|
|
| BLAKE2b-256 |
b1eb78497bc7719cb2caeef64e078f8d74e8461e26dc86dde95a24ddcd1825ed
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 370.8 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4884a0556928abed18a38dde655b77b7d73e9a23c633476d93c7498f54bdab81
|
|
| MD5 |
22c8cac67edc1efa8d479ad809f6c0f9
|
|
| BLAKE2b-256 |
6e7a3d3229cc81dce7d1d2887a31a4e70281b5b74c4ad6372e5ec2c5232cf3e8
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56a8a8d649782ae50c70788fd86f92f229388eceda44995142b2651f5db264c
|
|
| MD5 |
ea5514dc8904ddf9104cba0fc0b7b3a5
|
|
| BLAKE2b-256 |
cc07049ec9c778d326a3e09d681c4741c3052470eeb76cd68e7c3971844fa55b
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f38eb3a4e38b5f6e771384865a57340e76c34d6e06aa08ae058cc29784011a8
|
|
| MD5 |
467dae4327d47ec5a30bc881a08e8c13
|
|
| BLAKE2b-256 |
8e305d95cff7a799d8e7c8780bd2c82c1140a679c68690874155ba134eb4356b
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 189.1 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd0ef96a7f41682e6af179ed0fa5b27d2e189caf4ce1564ae9a26114f7216ca5
|
|
| MD5 |
d4e5f304293fa053907f62d6ef7820ce
|
|
| BLAKE2b-256 |
c00de40a7556adf3ef6c8a723089cb9c7a91c09db6c1c92995280f20f5d887c9
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 245.0 kB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5514ebd4f5eb8d8b578c120cc143351686bd91100a85038fe3431d4aca4d391d
|
|
| MD5 |
f1901d74ab9f3f4ee9b3ea0a8264f80f
|
|
| BLAKE2b-256 |
5a1eefbae205457c5a7d35ed1dfe35738c7856fe3cebb79e2d82fc28c4c32d2b
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 535.1 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0e5209d329b32ce3c9dd496cb3dcfa5b782075e7c8563eacc4d4c9cba1d3936
|
|
| MD5 |
cd5b82664e604ecff8b4334d014a5ecd
|
|
| BLAKE2b-256 |
3bfcaeaa3736da90443e410ede70a26797424bf40eb64000cc875e4152a8b712
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 368.7 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aee604c31b6182c20875334874e6670d8468b50fa4ff6fc66491fb91ebcef5c3
|
|
| MD5 |
fc636418f96120603fc71eefc5689282
|
|
| BLAKE2b-256 |
cacbe27c4e5148a7ac9444d45aa12341f4e4610b81c66b9edbe6e3062aae3cf1
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab66d8355f9fd88321697d05a44df3b40455181892479c5402ccd6a38dac1c37
|
|
| MD5 |
56a58e2c5cd49cdeb0fb8d821ac7d807
|
|
| BLAKE2b-256 |
85a956d67b408d2936be85bb6db6bcdb62275261ee1954d1a4078493b29eb9dd
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f648caf13967c557149e9a52b6babfad7dd333a3ed4fc7367530561ef845668
|
|
| MD5 |
b2c626da3577397e715041edf1104602
|
|
| BLAKE2b-256 |
1922c680c4c422e463af8c55a0071cc0666309a2baeb781ab5d8566280fd6ada
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 186.2 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
109d9f73a5d909d7732f3a4132409a531067070aee91630c0996561d2b49c30e
|
|
| MD5 |
37f9f49b96d59aa0e9ef037ff81af1b8
|
|
| BLAKE2b-256 |
397e45df286eef05a7996a48612262d4a69d9a83c4290c1c2f1f67eb8e5959b3
|
File details
Details for the file fastkmeanspp-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 243.0 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ba87de4a2d4394c7669e969be6ea8101f3b7e9d235c4d2bb954d9ebc597bd4f
|
|
| MD5 |
5e70a1455aef993c50fe2cf42539268c
|
|
| BLAKE2b-256 |
69b31ed0291af4a187b029f02aa5fec026dbf2fc9428ef8b3497ae2a80f9e5f5
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 520.3 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1e30473be94f36842c6dd4d0bfe5f981afa39372aa38ceaada585e4bbbdffc
|
|
| MD5 |
9d7d1b1dff7bde2675b7e586ef18d8a6
|
|
| BLAKE2b-256 |
1d5f2523d0558899f4529cad249aa30f34726b8983c83ce8ef3109c8c9d20549
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 360.4 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5fc5f010cffb60cf5ed0b8cfcce8fdccfe2e3f9c0a284de9cca133efcddae2
|
|
| MD5 |
9c858f78341fd712c52f1e94db272bd1
|
|
| BLAKE2b-256 |
06942976c3222a6ae4ad2931c9fbf9b5b585fd846f8491e0644bb3a4a681a9c1
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
025f3a23f725be2ed7b2cf83d68688b5e8ea61d6a07beda4b3ae98a318885eb8
|
|
| MD5 |
35e703122b8d247499411acad05d1864
|
|
| BLAKE2b-256 |
44de08fbc2f1aa67c45865d98239767c883f4f7e48602a8edb10c7fbee4d88d1
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4387267437d2f2b272bea90ef6c92fdafca814eb74fc9f4738623f2eb246dda0
|
|
| MD5 |
5f9f9879b65a4a27c9bfcaa74ef05238
|
|
| BLAKE2b-256 |
8eabeaa6dccc65895003761fa46a15e0b7977ccd4c634ac9e58360f05d869798
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 185.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7ec206cd682f6757a5edf2d9b18f527163535bf2f2a84831936279ad5a3b8ab
|
|
| MD5 |
59e8d29eb2a2d4211add6bc7f70a5a4d
|
|
| BLAKE2b-256 |
b55c5629d59e58ddfa05f6e85af6dae23a95b4ad4649a8948988ecf9a21c005c
|
File details
Details for the file fastkmeanspp-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 242.8 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2c02e2aa079b3ebff64f22405dd2a4aa3e88e398fc211b3924ac3bf61a47d46
|
|
| MD5 |
a926634c9932ba021f9bf8001df40b3a
|
|
| BLAKE2b-256 |
0a51f450d54a78044f260fa7fd976707607455a5f38a4510464e63105a7301d7
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 520.7 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e579961e235669612664d2b15208a428cd04b9e334f242d7c096c3ee076083e
|
|
| MD5 |
795a908ea70a73975b326fe49a49e418
|
|
| BLAKE2b-256 |
38121998829d479781fe6b2504e63d4a87e022e0d2017cedaa99faf021b76662
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 361.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a8b92607c9c50dae94b77a19f3b960b72d9a21465640851e02f40b3a7e0dd3
|
|
| MD5 |
f7a2003249607ddbd3bf33d6b9f33aff
|
|
| BLAKE2b-256 |
3efb2e2133befca4a1d0a401f7e53f92d3fda4fcfeedf5a97539107a410d002b
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9007448fbe64b6dcdcda114c3bdcb096937e005e0a326fb79611f44e3cf7c5f6
|
|
| MD5 |
27f2add474c715380db46d359a6c9e2c
|
|
| BLAKE2b-256 |
28d0e067886878bf829f8173a2af8262d1b07fdbf116042cc26631ba1344a93b
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360790e6300ab38b7597d01f6e41d0d06a91c1d996f689a99b8d0dadce2e19c6
|
|
| MD5 |
84cdc463bb967b560be8466dc7de91d5
|
|
| BLAKE2b-256 |
f527b26d9648d43754f25f11debd985f162d2c43463be05186d6929e857770d2
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 186.7 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1678c26680fd4b5755ffd3dc8d4cd41bb994859d9626911c79a33f66f861825
|
|
| MD5 |
19af995f5fbe1eb189b48d5c123c764d
|
|
| BLAKE2b-256 |
5f00409aab589fdd60f34544aee64645e228a5e406133aeb4c00001099c55b89
|
File details
Details for the file fastkmeanspp-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 243.5 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b342c29098e4015f5c6efbe220f2e300391cd2fdec8bae1f2bb25ce902e3f50
|
|
| MD5 |
eb42bdb7b666c696b4aa7b14ce459a6b
|
|
| BLAKE2b-256 |
4a666935b12a06c1b5cd36aa7fb1a4feaa2447719e7c449b2a7f01437d34460e
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 519.7 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1156252c9cacf67fc62c2c2be675346bc063e8731327fcc978a30ca0d0cf993
|
|
| MD5 |
63b274d5e17e3914d7eeaa55a4d57840
|
|
| BLAKE2b-256 |
d0a2c30638f078d9a27fb1456d0f43c544abe96e7ae1a2b6fea1e4fe39a48393
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 359.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9037c20ee3d1af11f590904dd76a056851115dcea14bc07d9ce27b66faf2afb7
|
|
| MD5 |
4805ee5ac2d91e99c60f3c5bc3706471
|
|
| BLAKE2b-256 |
9c73891952e5c2f7204eafa81bb97bf30e64834e8a3137efa4fd2ae46d0b8b8a
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb45a1364e41623738a385b3caad986d9067bda040f7b758ac87975562268ca
|
|
| MD5 |
69b9015aa65c978cb51f01a89c95d6b7
|
|
| BLAKE2b-256 |
8e767ad2b0bee980b08c1464c0ef8e61d7af820306b3cf2f1980f98321ada06e
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7de3ad17d3e6e2347f088cac29cc6f8cad16f3210db5418cedb9eb2088b091e1
|
|
| MD5 |
47dcda6d285f980a3927b49075f54825
|
|
| BLAKE2b-256 |
52639440a506c1c34c34aa1c713b8015ec6d6845075742d605d8fae59dbfa34d
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 185.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f398962c74f6dc2c169fa3cc672fc4d64885f7732751f31d02399574b9b5718a
|
|
| MD5 |
7a9756eca740d7da9879a86ff26b6be0
|
|
| BLAKE2b-256 |
4b89993616330ebdbecdaab1cf4471d8d2444591ed92ffb3013a7a1bd0df1869
|
File details
Details for the file fastkmeanspp-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: fastkmeanspp-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 243.9 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1353235e56ff61e24ef4d8e63f22703a61568795f0431aa010501c6618681dbb
|
|
| MD5 |
e8ce46c5a0be77345bc18b09a1d3a725
|
|
| BLAKE2b-256 |
318c9d1a20f4e41f9ca0c7dfab8e1712dc4faa34322782af7ba2dd4dcc7911fa
|