Skip to content

Commit 57977e2

Browse files
authored
Update RELEASES.md
1 parent b71511a commit 57977e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 0.9.7dev
44

5+
This new release adds support for sparse cost matrices in the exact EMD solver. Users can now pass sparse cost matrices (e.g., k-NN graphs, sparse graphs) and receive sparse transport plans, significantly reducing memory footprint for large-scale problems. The implementation is backend-agnostic, automatically handling scipy.sparse for NumPy and torch.sparse for PyTorch, and preserves full gradient computation capabilities for automatic differentiation in PyTorch. This enables efficient solving of OT problems on graphs with millions of nodes where only a sparse subset of edges have finite costs.
6+
7+
58
#### New features
69
- Add support for sparse cost matrices in EMD solver (PR #778, Issue #397)
710
- Added Sliced OT plans (PR #767)

0 commit comments

Comments
 (0)