Geometric loss functions between point clouds, images and volumes
Please check our website!
Packaging and Release Checklist
This project now uses pyproject.toml with setuptools (PEP 517).
- Clean previous build artifacts:
rm -rf build dist geomloss.egg-info
find . -type d -name "__pycache__" -prune -exec rm -rf {} +
- Build distribution artifacts:
python -m pip install --upgrade build
python -m build
- Inspect generated metadata (optional quick check):
python - <<'PY'
import zipfile
from pathlib import Path
wheel = max(Path("dist").glob("geomloss-*.whl"), key=lambda p: p.stat().st_mtime)
with zipfile.ZipFile(wheel) as zf:
meta = zf.read(next(n for n in zf.namelist() if n.endswith(".dist-info/METADATA"))).decode()
for line in meta.splitlines():
if line.startswith(("Name:", "Version:", "Requires-Python:", "Requires-Dist:", "Provides-Extra:")):
print(line)
PY
- Test local installs:
python -m pip install .
python -m pip install ".[full]"
- Smoke-test import:
python -c "import geomloss; print(geomloss.__version__)"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geomloss-0.3.1.tar.gz
(67.3 kB
view details)
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
geomloss-0.3.1-py3-none-any.whl
(83.0 kB
view details)
File details
Details for the file geomloss-0.3.1.tar.gz.
File metadata
- Download URL: geomloss-0.3.1.tar.gz
- Upload date:
- Size: 67.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d8bee2a57c9393642866c329e0dd069f6270b06a721683b0f164cadc4902505
|
|
| MD5 |
42d446d7d1bba67bd7fc61594902a7f1
|
|
| BLAKE2b-256 |
bea8c7635702d96693895bc4831ad909423b57ec93183a2d92d9066369eb7cbf
|
File details
Details for the file geomloss-0.3.1-py3-none-any.whl.
File metadata
- Download URL: geomloss-0.3.1-py3-none-any.whl
- Upload date:
- Size: 83.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ecb9ed72a7122d1ff60f0975edd759d2d1ac1b2397eaea7af6c7523ee117d4b
|
|
| MD5 |
7ba264a743445fba54f9cfc289d59446
|
|
| BLAKE2b-256 |
e87e37f7b8b7d78ca5b62062c804264914696faf12850040930f12c5e75fb094
|