Changelog
T4transport 0.1.6
- API references restructured.
- Added a number of functions for histograms, including distance, barycenter, interpolation, and median.
- Added
img2measure()to extract a discrete measure from a gray-scale image matrix. - New family of routines for Gromov-Wasserstein geometry,
gwdist()andgwbary(), added.
T4transport 0.1.4
-
rbarygd()for a Riemannian gradient descent to compute the free-support barycenter is added.
T4transport 0.1.3
CRAN release: 2025-05-29
- Changed the structure of the package.
- Applied the
log-sum-exptrick for numerical stability to the entropic regularization solver. -
rbary23L()added for simple free-support Wasserstein barycenter computation. - Two ad hoc median routines for images and histograms are removed.
T4transport 0.1.2
CRAN release: 2023-04-11
-
gaussmed1d()andgaussmedpd()now fully respects the product manifold perspective. -
gwdist()added for Sliced-Wasserstein distance computation.