Skip to content

Commit ca4163b

Browse files
committed
Fixed PR numbers in RELEASES.md
1 parent 184acd3 commit ca4163b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44

55
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.
66

7-
#### New features
8-
- Add support for sparse cost matrices in exact EMD solver `ot.emd` and `ot.emd2` (PR #778)
9-
- Migrate backend from deprecated `scipy.sparse.coo_matrix` to modern `scipy.sparse.coo_array` API (PR #TBD)
10-
- Geomloss function now handles both scalar and slice indices for i and j. Using backend agnostic reshaping. Allows to do plan[i,:] and plan[:,j]
7+
#### New features
8+
- Migrate backend from deprecated `scipy.sparse.coo_matrix` to modern `scipy.sparse.coo_array` (PR #782)
9+
- Geomloss function now handles both scalar and slice indices for i and j. Using backend agnostic reshaping. Allows to do plan[i,:] and plan[:,j] (PR #785)
10+
- Add support for sparse cost matrices in EMD solver (PR #778, Issue #397)
1111

1212
#### Closed issues
13-
- Add support for sparse cost matrices in EMD solver (PR #778, Issue #397)
14-
- Fix O(n³) performance bottleneck in sparse bipartite graph arc iteration
13+
- Fix O(n³) performance bottleneck in sparse bipartite graph arc iteration (PR #785)
1514
- Fix deprecated JAX function in `ot.backend.JaxBackend` (PR #771, Issue #770)
1615
- Add test for build from source (PR #772, Issue #764)
1716
- Fix device for batch Ot solver in `ot.batch` (PR #784, Issue #783)

0 commit comments

Comments
 (0)