From 48b6729034bdea5a76b9b7d760f5dbfef0611b4b Mon Sep 17 00:00:00 2001 From: 6Ulm Date: Wed, 1 Nov 2023 09:20:24 +0100 Subject: [PATCH] edit release.md --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index f943886d5..b79f2e165 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -13,6 +13,7 @@ + Update wheels to Python 3.12 and remove old i686 arch that do not have scipy wheels (PR #543) + Upgraded unbalanced OT solvers for more flexibility (PR #539) + Add LazyTensor for modeling plans and low rank tensor in large scale OT (PR #544) ++ Further upgraded unbalanced OT solvers for more flexibility and future use (PR #551) #### Closed issues - Fix line search evaluating cost outside of the interpolation range (Issue #502, PR #504)