summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
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)