Skip to main content

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).

  1. Clean previous build artifacts:
rm -rf build dist geomloss.egg-info
find . -type d -name "__pycache__" -prune -exec rm -rf {} +
  1. Build distribution artifacts:
python -m pip install --upgrade build
python -m build
  1. 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
  1. Test local installs:
python -m pip install .
python -m pip install ".[full]"
  1. 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)

Source distribution for geomloss 0.3.1
File Size Uploaded
geomloss-0.3.1.tar.gz 67.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for geomloss 0.3.1
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

This release

0.3.1 This release

2 release files

0.3.0

2 release files

0.2.6

1 release file

0.2.5

1 release file

0.2.4

2 release files

0.2.3

2 release files

0.2.1

2 release files

0.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page