From 42a62c123776e04ee805aefb9afd6d98abdcf192 Mon Sep 17 00:00:00 2001 From: Tianlin Liu Date: Tue, 25 Apr 2023 12:14:29 +0200 Subject: [FEAT] add the sparsity-constrained optimal transport funtionality and example (#459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'RELEASES.md') 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) -- cgit v1.2.3