Swarmauri Hamming distance metric community package.
Project description
Swarmauri Metric Hamming
The swarmauri_metric_hamming package delivers a production-ready implementation of the Hamming distance that integrates seamlessly with the Swarmauri metric ecosystem. It extends MetricBase with binary vector validation, pairwise distance calculations, and axiom verification utilities designed for error-correcting code workflows.
Features
- ✅ Fully compliant
MetricBaseimplementation for binary sequences. - 🔁 Pairwise and batched distance calculations for matrices, vectors, and iterables.
- 🧪 Built-in validation helpers for metric axioms and input compatibility checks.
- 🧰 Utility conversion helpers for strings, dictionaries, NumPy arrays, and Swarmauri matrices/vectors.
Installation
Using uv
uv pip install swarmauri_metric_hamming
Using pip
pip install swarmauri_metric_hamming
Usage
from swarmauri_metric_hamming import HammingMetric
metric = HammingMetric()
codeword = [1, 0, 1, 1, 0, 0, 1]
received = [1, 1, 1, 1, 0, 0, 1]
# Compute the Hamming distance between two binary vectors
print(metric.distance(codeword, received)) # 1.0
# Verify the metric axioms for the provided inputs
assert metric.check_symmetry(codeword, received)
assert metric.check_triangle_inequality(codeword, received, codeword)
Support
- Python 3.10, 3.11, and 3.12
- Licensed under the Apache-2.0 license
Contributing
We welcome contributions! Please submit issues and pull requests through the Swarmauri SDK GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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 swarmauri_metric_hamming-0.9.0.dev9.tar.gz.
File metadata
- Download URL: swarmauri_metric_hamming-0.9.0.dev9.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe1a3be4808a9e990cda287add8bfcdd0caee46ba6baac20893dca2976692e1
|
|
| MD5 |
28bb2afb2d4f072dd00c0977c0ff334f
|
|
| BLAKE2b-256 |
308648e08e077dfe6a1378e416f07d5db7aa0f10e6b1761de7de9db6832593f0
|
File details
Details for the file swarmauri_metric_hamming-0.9.0.dev9-py3-none-any.whl.
File metadata
- Download URL: swarmauri_metric_hamming-0.9.0.dev9-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57c59c7a18678932648f18d5dbeaee5c7b9addbd4d98df045fea6c48fea5d124
|
|
| MD5 |
cb5de111d6829732f8add4c70ed01505
|
|
| BLAKE2b-256 |
4f45b91ffc257e61d53d4bd0f41a7a9adca122dda8b4b14463fdbaacdefb840d
|