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__)"
Release files for geomloss 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geomloss-0.3.1.tar.gz | 67.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geomloss-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 150.2 kB
Release files / geomloss-0.3.1.tar.gz
| Download URL | geomloss-0.3.1.tar.gz |
|---|---|
| Size | 67.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d8bee2a57c9393642866c329e0dd069f6270b06a721683b0f164cadc4902505
|
|
BLAKE2b-256 checksum How to use checksums |
bea8c7635702d96693895bc4831ad909423b57ec93183a2d92d9066369eb7cbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|
Release files / geomloss-0.3.1-py3-none-any.whl
| Download URL | geomloss-0.3.1-py3-none-any.whl |
|---|---|
| Size | 83.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ecb9ed72a7122d1ff60f0975edd759d2d1ac1b2397eaea7af6c7523ee117d4b
|
|
BLAKE2b-256 checksum How to use checksums |
e87e37f7b8b7d78ca5b62062c804264914696faf12850040930f12c5e75fb094
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|