Skip to content

Commit 4d32e6d

Browse files
committed
complete releases.md
1 parent 8babe1b commit 4d32e6d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# POT Releases
22

3+
4+
## 0.5.0b
5+
*Sep 2018*
6+
7+
*This is a beta release and is still a work in progress*
8+
9+
#### Features
10+
11+
* Add non regularized Gromov-Wasserstein solver (PR #41)
12+
* Linear OT mapping between empirical distributions and 90\% test coverage (PR #42)
13+
* Add log parameter in class EMDTransport and SinkhornLpL1Transport (PR #44)
14+
* Add Marddown format for Pipy (PR #45)
15+
* Test for Python 3.5 and 3.6 on Travis (PR #46)
16+
* Non regularized Wasserstein barycenter with scipy linear solver and/or cvxopt (PR #47)
17+
* Rename dataset functions to be more sklearn compliant (PR #49)
18+
* Smooth and sparse Optimal transport implementation with entropic and quadratic regularization (PR #50)
19+
* Stochastic OT in the dual and semi-dual (PR #52 and PR #62)
20+
* Free support barycenters (PR #56)
21+
* Speed-up Sinkhorn function (PR #57 and PR #58)
22+
23+
#### Closed issues
24+
25+
* Issue #35 : remove import plot from ot/__init__.py (See PR #41)
26+
* Issue #43 : Unusable parameter log for EMDTransport (See PR #44)
27+
* Issue #55 : UnicodeDecodeError: 'ascii' while installing with pip
28+
29+
330
## 0.4 Community edition
431
*15 Sep 2017*
532

0 commit comments

Comments
 (0)