summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-09-24 11:00:14 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-09-24 11:00:14 +0200
commitae1ede4ed31973213b5945721b7b9fe8e4992a1c (patch)
tree1ba2f750b21f6666e808c7ebc7e476f36996ddac /RELEASES.md
parent9fb56beed1ca54bf3913f6a9ea589173b2a5097f (diff)
update doc+notebooks for convolutional
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 05c2edb..68abcb3 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -6,11 +6,6 @@
*This is a beta release and is still a work in progress*
-#### TODO
-
-[] Remove deprecated OTDA Classes (PR #48)
-[] Speedup Sinkhorn with einsum + bench (PR #58)
-[] Stochastic ot (PR #62)
#### Features
@@ -25,6 +20,12 @@
* 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)
+* Add convolutional Wassersein barycenters for 2D images (PR #64)
+* Add Greedy Sinkhorn variant (Greenkhorn) (PR #66)
+
+#### Deprecation
+
+Deprecated OTDA Classes were removed for version 0.5 (PR #48), it has been a year and the deprecation message.
#### Closed issues