summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-04-04 10:23:04 +0200
committerGitHub <noreply@github.com>2022-04-04 10:23:04 +0200
commit0afd84d744a472903d427e3c7ae32e55fdd7b9a7 (patch)
treef9e2ef9b2155fae13591a01bb66c2ea67ce80d18 /RELEASES.md
parent82452e0f5f6dae05c7a1cc384e7a1fb62ae7e0d5 (diff)
[WIP] Add backend dual loss and plan computation for stochastic optimization or regularized OT (#360)
* add losses and plan computations and exmaple for dual oiptimization * pep8 * add nice exmaple * update awesome example stochasti dual * add all tests * pep8 + speedup exmaple * add release info
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c2bd0d1..45336f7 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,6 +5,8 @@
#### New features
+- Add stochastic loss and OT plan computation for regularized OT and
+ backend examples(PR #360).
- Implementation of factored OT with emd and sinkhorn (PR #358).
- A brand new logo for POT (PR #357)
- Better list of related examples in quick start guide with `minigallery` (PR #334).