summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorLin Hsu <linhsu0723@qq.com>2023-03-21 00:12:48 -0700
committerGitHub <noreply@github.com>2023-03-21 08:12:48 +0100
commitc48cd76235569ada98af6b1bba589510a2818906 (patch)
tree4268ca518b04f6b6bc2fdee1f6835ea7e2b629b1 /RELEASES.md
parent583501652517c4f1dbd8572e9f942551a9e54a1f (diff)
[MRG] Remove redundant abs() (#448)
* Remove redundant abs() * Update RELEASES.md
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b6e12d9..5d966c2 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -17,8 +17,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)
+- `ot.dr` now uses the new Pymanopt API and POT is compatible with current Pymanopt (PR #443)
+- Remove the redundant `nx.abs()` at the end of `wasserstein_1d()` (PR #448)
#### Closed issues