Skip to main content

Geometric loss functions between point clouds, images and volumes.

Reason this release was yanked:

Broken package

Project description

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__)"

Project details


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.0.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geomloss-0.3.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file geomloss-0.3.0.tar.gz.

File metadata

  • Download URL: geomloss-0.3.0.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for geomloss-0.3.0.tar.gz
Algorithm Hash digest
SHA256 21dfdce7cc381d4e400683a67ab315d4a210654649d71a71e9f8f03a203c86c0
MD5 f8f4e9ccbc7852e0aac9d69ad5bc99ad
BLAKE2b-256 b2371ffc1f7347b7a347ba296da32b4222f250f1f8744ac72a3fce35ee87ec3b

See more details on using hashes here.

File details

Details for the file geomloss-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: geomloss-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for geomloss-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c2a6d0ba80c6d01d1bec98533e1f646fc37561be1303ae1e45bc8d381b269f3
MD5 1a1db3cf2db883295bdf2d8fe4fb792d
BLAKE2b-256 9925864a38f588d24fb5bd8688dfb72d1d6410ca8793d372889162ad104afd5f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page