You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ This new release adds support for sparse cost matrices and a new lazy exact OT s
35
35
- Wrapper for barycenter solvers with free support `ot.solvers.bary_free_support` (PR #730)
36
36
- Build wheels on ubuntu ARM to avoid QEMU emulation (PR #818)
37
37
- Add new methods to compute the linear transport map and the related 2-Wasserstein distance betweeen high-dimensional (HD) Gaussian distributions as described in [88], implemented in `ot.gaussian.bures_wasserstein_mapping_hd` and `ot.gaussian.bures_wasserstein_distance_hd`, respectively. Two additional methods estimate the same quantities from the source and destination observed data and are implemented in `ot.gaussian.empirical_bures_wasserstein_mapping_hd` and `ot.gaussian.empirical_bures_wasserstein_distance_hd`, respectively (PR #814)
38
+
- Update the geomloss wrapper to the new version and API (PR #826)
38
39
- Fix docstrings for `lowrank_gromov_wasserstein_samples` and `lowrank_sinkhorn` (PR #823)
39
40
- Reorganize all tests per backend (PR #828)
40
41
@@ -58,6 +59,7 @@ This new release adds support for sparse cost matrices and a new lazy exact OT s
58
59
- Fix entropic regularization in `gcg`(PR #817, Issue #758)
59
60
- Fix documentation build on master with submodules (PR #818)
60
61
- Fix failing test for unbalanced solver with generic regularization (PR #824)
62
+
- Fix docstrings for `lowrank_gromov_wasserstein_samples` and `lowrank_sinkhorn` (PR #823)
0 commit comments