Skip to content

Commit 590e4d7

Browse files
committed
ot.lp reorganise to avoid def in __init__
1 parent 200322b commit 590e4d7

File tree

5 files changed

+887
-871
lines changed

5 files changed

+887
-871
lines changed

Diff for: CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The contributors to this library are:
4848
* [Camille Le Coz](https://www.linkedin.com/in/camille-le-coz-8593b91a1/) (EMD2 debug)
4949
* [Eduardo Fernandes Montesuma](https://eddardd.github.io/my-personal-blog/) (Free support sinkhorn barycenter)
5050
* [Theo Gnassounou](https://github.com/tgnassou) (OT between Gaussian distributions)
51-
* [Clément Bonet](https://clbonet.github.io) (Wassertstein on circle, Spherical Sliced-Wasserstein)
51+
* [Clément Bonet](https://clbonet.github.io) (Wasserstein on circle, Spherical Sliced-Wasserstein)
5252
* [Ronak Mehta](https://ronakrm.github.io) (Efficient Discrete Multi Marginal Optimal Transport Regularization)
5353
* [Xizheng Yu](https://github.com/x12hengyu) (Efficient Discrete Multi Marginal Optimal Transport Regularization)
5454
* [Sonia Mazelet](https://github.com/SoniaMaz8) (Template based GNN layers)

Diff for: RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- Implement CG solvers for partial FGW (PR #687)
77
- Added feature `grad=last_step` for `ot.solvers.solve` (PR #693)
88
- Automatic PR labeling and release file update check (PR #704)
9+
- Implement fixed-point solver for OT barycenters with generic cost functions
10+
(generalizes `ot.lp.free_support_barycenter`). (PR #???)
911

1012
#### Closed issues
1113
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)

0 commit comments

Comments
 (0)