summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTianlin Liu <tliu@jacobs-alumni.de>2023-04-25 12:14:29 +0200
committerGitHub <noreply@github.com>2023-04-25 12:14:29 +0200
commit42a62c123776e04ee805aefb9afd6d98abdcf192 (patch)
treed439a1478c2f148c89678adc07736834b41255d4 /RELEASES.md
parent03ca4ef659a037e400975e3b2116b637a2d94265 (diff)
[FEAT] add the sparsity-constrained optimal transport funtionality and example (#459)
* add sparsity-constrained ot funtionality and example * correct typos; add projection_sparse_simplex * add gradcheck; merge ot.sparse into ot.smooth. * reuse existing ot.smooth functions with a new 'sparsity_constrained' reg_type * address pep8 error * add backends for * update releases --------- Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index d912215..b18fdc3 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -3,9 +3,8 @@
## 0.9.1dev
#### New features
-
- 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)
#### Closed issues
- Fix circleci-redirector action and codecov (PR #460)