summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorNathan Cassereau <84033440+ncassereau-idris@users.noreply.github.com>2022-06-13 14:49:55 +0200
committerGitHub <noreply@github.com>2022-06-13 14:49:55 +0200
commite547fe30c59be72ae93c9f017786477b2652776f (patch)
treea4e7802f02e0660d4da0821fb402bffc1a666858 /RELEASES.md
parent1f307594244dd4c274b64d028823cbcfff302f37 (diff)
[MRG] Correct pointer overflow in EMD (#381)
* avoid overflow on openmp version of emd solver * monothread version updated * Fixed typo in readme * added PR in releases * typo in releases.md * added a precision to releases.md * added a precision to releases.md * correct readme * forgot to cast * lower error
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index fdaff59..b384617 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -13,7 +13,10 @@
- Fixed an issue where Sinkhorn solver assumed a symmetric cost matrix (Issue #374, PR #375)
- Fixed an issue where hitting iteration limits would be reported to stderr by std::cerr regardless of Python's stderr stream status (PR #377)
- Fixed an issue where the metric argument in ot.dist did not allow a callable parameter (Issue #378, PR #379)
-- Fixed an issue where the max number of iterations in ot.emd was not allow to go beyond 2^31 (PR #380)
+- Fixed an issue where the max number of iterations in ot.emd was not allowed to go beyond 2^31 (PR #380)
+- Fixed an issue where pointers would overflow in the EMD solver, returning an
+incomplete transport plan above a certain size (slightly above 46k, its square being
+roughly 2^31) (PR #381)
## 0.8.2