Skip to content

Commit 858ef9f

Browse files
committed
Merge branch 'dev_sliced_plans' of https://github.com/eloitanguy/POT into dev_sliced_plans
2 parents 7660716 + f2710e6 commit 858ef9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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
6-
- Add support for sparse cost matrices in EMD solver (PR #778, Issue #397)
9+
- Add support for sparse cost matrices in exact EMD solver `ot.emd` and `ot.emd2` (PR #778)
710
- Added Sliced OT plans (PR #767)
811

912
#### Closed issues

0 commit comments

Comments
 (0)