Skip to content

Commit 46b8dd7

Browse files
authored
Merge branch 'master' into factored_coupling
2 parents 6f1abce + 7671715 commit 46b8dd7

18 files changed

Lines changed: 1160 additions & 825 deletions

RELEASES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
of the regularization parameter (PR #336).
1313
- Backend implementation for `ot.lp.free_support_barycenter` (PR #340).
1414
- Add weak OT solver + example (PR #341).
15+
- Add backend support for Domain Adaptation and Unbalanced solvers (PR #343).
1516
- Add (F)GW linear dictionary learning solvers + example (PR #319)
1617
- Add links to related PR and Issues in the doc release page (PR #350)
1718

@@ -20,6 +21,7 @@
2021
- Fix bug in instantiating an `autograd` function `ValFunction` (Issue #337,
2122
PR #338)
2223
- Fix POT ABI compatibility with old and new numpy (Issue #346, PR #349)
24+
- Warning when feeding integer cost matrix to EMD solver resulting in an integer transport plan (Issue #345, PR #343)
2325
- Fix bug where gromov_wasserstein2 does not perform backpropagation with CUDA
2426
tensors (Issue #351, PR #352)
2527

0 commit comments

Comments
 (0)