summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-08-29 13:58:33 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-08-29 13:58:33 +0200
commit4d32e6dadcb81f406a38ddd3534513d1d9f7e77a (patch)
tree77f597b4c3530265741c8f5edd591bba652dbd90 /RELEASES.md
parent8babe1b307efa3539451b72f6c686fddc1d29cda (diff)
complete releases.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 58712c8..1da43d3 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,32 @@
# POT Releases
+
+## 0.5.0b
+*Sep 2018*
+
+*This is a beta release and is still a work in progress*
+
+#### Features
+
+* Add non regularized Gromov-Wasserstein solver (PR #41)
+* Linear OT mapping between empirical distributions and 90\% test coverage (PR #42)
+* Add log parameter in class EMDTransport and SinkhornLpL1Transport (PR #44)
+* Add Marddown format for Pipy (PR #45)
+* Test for Python 3.5 and 3.6 on Travis (PR #46)
+* Non regularized Wasserstein barycenter with scipy linear solver and/or cvxopt (PR #47)
+* Rename dataset functions to be more sklearn compliant (PR #49)
+* Smooth and sparse Optimal transport implementation with entropic and quadratic regularization (PR #50)
+* Stochastic OT in the dual and semi-dual (PR #52 and PR #62)
+* Free support barycenters (PR #56)
+* Speed-up Sinkhorn function (PR #57 and PR #58)
+
+#### Closed issues
+
+* Issue #35 : remove import plot from ot/__init__.py (See PR #41)
+* Issue #43 : Unusable parameter log for EMDTransport (See PR #44)
+* Issue #55 : UnicodeDecodeError: 'ascii' while installing with pip
+
+
## 0.4 Community edition
*15 Sep 2017*