summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authortgnassou <66993815+tgnassou@users.noreply.github.com>2023-02-28 08:35:12 +0100
committerGitHub <noreply@github.com>2023-02-28 08:35:12 +0100
commita6d5d75c6ca584ab9736b528810b3595f2571d82 (patch)
tree1fb295f86cc055222cc223ae00d05a674bb3a46c /RELEASES.md
parenta313e21f223af16cf21d3b7dd01bd0c6345d574c (diff)
[MRG] Add method argument to sinkhorn Transport (#440)
* add method argument to sinkhron transport' * update release
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 292d1df..e251c30 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -14,6 +14,7 @@
- New API for OT solver using function `ot.solve` (PR #388)
- Backend version of `ot.partial` and `ot.smooth` (PR #388)
- Added argument for warmstart of dual potentials in Sinkhorn-based methods in `ot.bregman` (PR #437)
+- Add parameters method in `ot.da.SinkhornTransport` (PR #440)
#### Closed issues