Ross ROSS = Recommend OSS · open-source software intelligence for agents

PythonOT/POT

POT : Python Optimal Transport observed · 2026-08-28

github.com/PythonOT/POT · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 99
  • Release rhythm 71
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 154.0
  • age_days: 3604
  • days_rel: 35
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2837 stars · 556 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

POT is an open-source Python library providing a large set of differentiable solvers for optimal transport problems, including exact and regularized OT, Sinkhorn divergences, Gromov-Wasserstein distances, and Wasserstein barycenters. It supports multiple array backends (NumPy, PyTorch, JAX, TensorFlow, CuPy) and includes machine-learning solvers such as domain adaptation and OT mapping estimation.

Use cases

  • compute Wasserstein distance between distributions in python
  • solve earth movers distance between histograms
  • compute sinkhorn divergence with pytorch autograd
  • estimate gromov-wasserstein distance between graphs
  • compute wasserstein barycenter of distributions
  • perform domain adaptation with optimal transport
  • differentiable optimal transport loss for deep learning

When to choose

  • you need optimal transport solvers in Python with differentiability for ML pipelines
  • you want Gromov-Wasserstein, unbalanced, or partial OT in one library
  • you need OT computations across NumPy, PyTorch, JAX, TensorFlow, or CuPy backends

When to avoid

  • you need a non-Python or standalone C++/GPU-only OT implementation
  • your problem is unrelated to distribution comparison or transport
  • you need a lightweight dependency-free solution

Facets

library · maturity stable

machine-learning math data-science machine-learning data-science image-processing python cross-platform optimal-transport wasserstein sinkhorn gromov-wasserstein emd domain-adaptation barycenter differentiable optimization algorithms gpu

2 sources

Member repositories

RepositoryRoleHealth v2
PythonOT/POTmain89

For agents

markdown · JSON · MCP: product_card(name="PythonOT/POT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem