You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG] Fix bug in emd2 with empty weighs on backends (#606)
* fix buf emd2 for empty inputs
* update release file
* debug problems in optimization hen using list_to_arry by removing it everywhere
* update jax config in tests
* hopefully final fix
Copy file name to clipboardExpand all lines: RELEASES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Releases
2
2
3
-
## 0.9.3
3
+
## 0.9.3dev
4
4
5
5
#### New features
6
6
+`ot.gromov._gw.solve_gromov_linesearch` now has an argument to specifify if the matrices are symmetric in which case the computation can be done faster.
@@ -9,6 +9,7 @@
9
9
- Fixed an issue with cost correction for mismatched labels in `ot.da.BaseTransport` fit methods. This fix addresses the original issue introduced PR #587 (PR #593)
10
10
- Fix gpu compatibility of sr(F)GW solvers when `G0 is not None`(PR #596)
11
11
- Fix doc and example for lowrank sinkhorn (PR #601)
12
+
- Fix issue with empty weights for `ot.emd2` (PR #606, Issue #534)
0 commit comments