File tree Expand file tree Collapse file tree 5 files changed +887
-871
lines changed Expand file tree Collapse file tree 5 files changed +887
-871
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The contributors to this library are:
48
48
* [ Camille Le Coz] ( https://www.linkedin.com/in/camille-le-coz-8593b91a1/ ) (EMD2 debug)
49
49
* [ Eduardo Fernandes Montesuma] ( https://eddardd.github.io/my-personal-blog/ ) (Free support sinkhorn barycenter)
50
50
* [ 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)
52
52
* [ Ronak Mehta] ( https://ronakrm.github.io ) (Efficient Discrete Multi Marginal Optimal Transport Regularization)
53
53
* [ Xizheng Yu] ( https://github.com/x12hengyu ) (Efficient Discrete Multi Marginal Optimal Transport Regularization)
54
54
* [ Sonia Mazelet] ( https://github.com/SoniaMaz8 ) (Template based GNN layers)
Original file line number Diff line number Diff line change 6
6
- Implement CG solvers for partial FGW (PR #687 )
7
7
- Added feature ` grad=last_step ` for ` ot.solvers.solve ` (PR #693 )
8
8
- 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 #???)
9
11
10
12
#### Closed issues
11
13
- Fixed ` ot.mapping ` solvers which depended on deprecated ` cvxpy ` ` ECOS ` solver (PR #692 , Issue #668 )
You can’t perform that action at this time.
0 commit comments