summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2023-03-09 09:58:48 +0100
committerGitHub <noreply@github.com>2023-03-09 09:58:48 +0100
commit263a36ff627257422d7e191f6882fb1c8fc68326 (patch)
treea78a4155ab74655ea24a81d822c2cddbdbe5b963 /RELEASES.md
parenta6d5d75c6ca584ab9736b528810b3595f2571d82 (diff)
[MRG] Update pymanopt requirement and API for `ot.dr` (#443)
* updayte pymanopt API step 1 * add realease information * update requireents for tests on windows
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e251c30..bf2ce2e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -15,6 +15,8 @@
- 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)
+- `ot.dr` now uses the new Pymanopt API and POT is compatible with current
+ Pymanopt (PR #443)
#### Closed issues