summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e4c6e15..bc0b189 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -16,8 +16,10 @@
- New API for OT solver using function `ot.solve` (PR #388)
- Backend version of `ot.partial` and `ot.smooth` (PR #388 and #449)
- 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)
-- `ot.dr` now uses the new Pymanopt API and POT is compatible with current Pymanopt (PR #443)
+- Added parameters method in `ot.da.SinkhornTransport` (PR #440)
+- `ot.dr` now uses the new Pymanopt API and POT is compatible with current
+ Pymanopt (PR #443)
+- Added CO-Optimal Transport solver + examples (PR # 447)
- Remove the redundant `nx.abs()` at the end of `wasserstein_1d()` (PR #448)
#### Closed issues