summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-04-11 16:26:30 +0200
committerGitHub <noreply@github.com>2022-04-11 16:26:30 +0200
commit486b0d6397182a57cd53651dca87fcea89747490 (patch)
tree15ce87f3b2a215038454b940b528ad7328e2058f /RELEASES.md
parentac4cf442735ed4c0d5405ad861eddaa02afd4edd (diff)
[MRG] Center gradients for mass of emd2 and gw2 (#363)
* center gradients for mass of emd2 and gw2 * debug fgw gradient * debug fgw
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7942a15..33d1ab6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,7 +5,7 @@
#### New features
-- remode deprecated `ot.gpu` submodule (PR #361)
+- Remove deprecated `ot.gpu` submodule (PR #361)
- Update examples in the gallery (PR #359).
- Add stochastic loss and OT plan computation for regularized OT and
backend examples(PR #360).
@@ -23,6 +23,8 @@
#### Closed issues
+- Fix mass gradient of `ot.emd2` and `ot.gromov_wasserstein2` so that they are
+ centered (Issue #364, PR #363)
- Fix bug in instantiating an `autograd` function `ValFunction` (Issue #337,
PR #338)
- Fix POT ABI compatibility with old and new numpy (Issue #346, PR #349)