We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975ca6c commit d889ac9Copy full SHA for d889ac9
RELEASES.md
@@ -6,6 +6,7 @@ This new release adds support for sparse cost matrices in the exact EMD solver.
6
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
11
#### Closed issues
12
- Add support for sparse cost matrices in EMD solver (PR #778, Issue #397)
0 commit comments