summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorThéo Lacombe <lacombe1993@gmail.com>2022-12-21 09:00:21 +0100
committerGitHub <noreply@github.com>2022-12-21 09:00:21 +0100
commitc9578b4cc29b58d9cde9ff586870140021471fc1 (patch)
tree700bea5d262d8cc1a6a9ac8330a306bee95e59fe /RELEASES.md
parentf8277713d8a63293a4d04082b031d0e467a06d47 (diff)
[MRG] Fix#421 pass stopThr to the sinkhorn function in empirical_sinkhorn_divergence (#422)
* fix stopThr hardcoded in some places * added fix documentation in RELEASES.Md Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
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 49475f2..4e41af6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -32,6 +32,8 @@ roughly 2^31) (PR #381)
- Fixed weak optimal transport docstring (Issue #404, PR #410)
- Fixed error whith parameter `log=True`for `SinkhornLpl1Transport` (Issue #412,
PR #413)
+- 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)