summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorarincbulgur <37184019+arincbulgur@users.noreply.github.com>2022-12-23 11:45:23 -0500
committerGitHub <noreply@github.com>2022-12-23 17:45:23 +0100
commit058d275565f0f65c23e06853812d5eb3a6ebdcef (patch)
tree669668c3df3f556f9af885f00f4bb2c81ccf4929 /RELEASES.md
parentc9578b4cc29b58d9cde9ff586870140021471fc1 (diff)
[MRG] Fix warning bug in sinkhorn2 (#417)
* Pass warn argument downstream in sinkhorn2 method. * releases.md * Fix unittest. Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4e41af6..c78319d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -30,8 +30,9 @@ roughly 2^31) (PR #381)
- Fixed an issue where the doc could not be built due to some changes in matplotlib's API (Issue #403, PR #402)
- Replaced Numpy C Compiler with Setuptools C Compiler due to deprecation issues (Issue #408, PR #409)
- Fixed weak optimal transport docstring (Issue #404, PR #410)
-- Fixed error whith parameter `log=True`for `SinkhornLpl1Transport` (Issue #412,
+- Fixed error with parameter `log=True`for `SinkhornLpl1Transport` (Issue #412,
PR #413)
+- Fixed an issue about `warn` parameter in `sinkhorn2` (PR #417)
- Fix an issue where the parameter `stopThr` in `empirical_sinkhorn_divergence` was rendered useless by subcalls
that explicitly specified `stopThr=1e-9` (Issue #421, PR #422).
- Fixed a bug breaking an example where we would try to make an array of arrays of different shapes (Issue #424, PR #425)