summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorSoniaMazelet <121769948+SoniaMaz8@users.noreply.github.com>2023-06-12 10:12:01 +0200
committerGitHub <noreply@github.com>2023-06-12 10:12:01 +0200
commitf0dab2f684f4fc768fd50e0b70918e075dcdd0f3 (patch)
tree5fd86a99d40a5244ecb0d00e38b6d52dc5d2ef0e /RELEASES.md
parentf76dd53c2bdac86d2c4ed51e0be3d0169621fda5 (diff)
[FEAT] Alpha differentiability in semirelaxed_gromov_wasserstein2 (#483)
* alpha differentiable * autopep and update gradient test * debug test gradient --------- Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index cd0bcde..61ad2ca 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -3,6 +3,7 @@
## 0.9.1dev
#### New features
+- Make alpha parameter in semi-relaxed Fused Gromov Wasserstein differentiable (PR #483)
- Make alpha parameter in Fused Gromov Wasserstein differentiable (PR #463)
- Added the sparsity-constrained OT solver to `ot.smooth` and added ` projection_sparse_simplex` to `ot.utils` (PR #459)
- Add tests on GPU for master branch and approved PR (PR #473)