summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-01-28 17:40:16 +0100
committerGitHub <noreply@github.com>2022-01-28 17:40:16 +0100
commit71a57c68ea9eb2bc948c4dd1cce9928f34bf20e8 (patch)
tree1d07299ff3e99003642a8eb72537abe2bc6eb8b3 /RELEASES.md
parentd7c709e2bae3bafec9efad87e758919c8db61933 (diff)
[MRG] Backend implementation of the free support barycenter (#340)
* backend version barycenter * new tests * cleanup release file and doc * f*ing pep8 * remove unused variable
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index a5fcbe1..94c853b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,6 @@
# Releases
+
## 0.8.2dev Development
#### New features
@@ -7,10 +8,12 @@
- Better list of related examples in quick start guide with `minigallery` (PR #334)
- Add optional log-domain Sinkhorn implementation in WDA to support smaller values
of the regularization parameter (PR #336)
+- Backend implementation for `ot.lp.free_support_barycenter` (PR #340)
#### Closed issues
-- Bug in instantiating an `autograd` function (`ValFunction`, Issue #337, PR #338)
+- Bug in instantiating an `autograd` function (`ValFunction`, Issue #337, PR
+ #338)
## 0.8.1.0
*December 2021*