|
1 | 1 | # POT Releases
|
2 | 2 |
|
| 3 | +## 0.4 Community edition |
| 4 | + |
| 5 | +* Add gromov Wasserstein solver and Gromov Barycenters (PR #23) |
| 6 | +* emd and emd2 can now return dual variables (PR #29) |
| 7 | + |
| 8 | +## 0.3.1 |
| 9 | +*11 Jul 2017* |
| 10 | + |
| 11 | +* Correct bug in emd on windows |
| 12 | + |
| 13 | +## 0.3 Summer release |
| 14 | +*7 Jul 2017* |
| 15 | + |
| 16 | +* emd* and sinkhorn* are now performed in parallel for multiple target distributions |
| 17 | +* emd and sinkhorn are for OT matrix computation |
| 18 | +* emd2 and sinkhorn2 are for OT loss computation |
| 19 | +* new notebooks for emd computation and Wasserstein Discriminant Analysis |
| 20 | +* relocate notebooks |
| 21 | +* update documentation |
| 22 | +* clean_zeros(a,b,M) for removimg zeros in sparse distributions |
| 23 | +* GPU implementations for sinkhorn and group lasso regularization |
| 24 | + |
| 25 | + |
| 26 | +## V0.2 |
| 27 | +*7 Apr 2017* |
| 28 | + |
| 29 | +* New dimensionality reduction method (WDA) |
| 30 | +* Efficient method emd2 returns only tarnsport (in paralell if several histograms given) |
| 31 | + |
| 32 | + |
| 33 | + |
3 | 34 | ## V0.1.11 New years resolution
|
4 | 35 | *5 Jan 2017*
|
5 | 36 |
|
|
33 | 64 | *28 Oct 2016*
|
34 | 65 |
|
35 | 66 | It provides the following solvers:
|
36 |
| -* OT solver for the linear program/ Earth Movers Distance [1]. |
37 |
| -* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2]. |
38 |
| -* Bregman projections for Wasserstein barycenter [3] and unmixing [4]. |
39 |
| -* Optimal transport for domain adaptation with group lasso regularization [5] |
40 |
| -* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7]. |
| 67 | +* OT solver for the linear program/ Earth Movers Distance. |
| 68 | +* Entropic regularization OT solver with Sinkhorn Knopp Algorithm. |
| 69 | +* Bregman projections for Wasserstein barycenter [3] and unmixing. |
| 70 | +* Optimal transport for domain adaptation with group lasso regularization |
| 71 | +* Conditional gradient and Generalized conditional gradient for regularized OT. |
41 | 72 |
|
42 | 73 | Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
|
0 commit comments