Skip to content

Commit c640ecb

Browse files
committed
Fix release
1 parent 506a524 commit c640ecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
- Automatic PR labeling and release file update check (PR #704)
99
- Reorganize sub-module `ot/lp/__init__.py` into separate files (PR #714)
1010
- Fix documentation in the module `ot.gaussian` (PR #718)
11+
- Refactored `ot.bregman._convolutional` to improve readability (PR #709)
1112
- Added `ot.gaussian.bures_barycenter_gradient_descent` (PR #680)
12-
- `ot.gaussian_bures_wasserstein_distance` can be batched (PR #680)
13+
- Added `ot.gaussian.bures_wasserstein_distance` (PR #680)
14+
- `ot.gaussian.bures_wasserstein_distance` can be batched (PR #680)
1315

1416
#### Closed issues
1517
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)
@@ -45,7 +47,6 @@ This release also contains few bug fixes, concerning the support of any metric i
4547
- Notes before depreciating partial Gromov-Wasserstein function in `ot.partial` moved to ot.gromov (PR #663)
4648
- Create `ot.gromov._partial` add new features `loss_fun = "kl_loss"` and `symmetry=False` to all solvers while increasing speed + updating adequatly `ot.solvers` (PR #663)
4749
- Added `ot.unbalanced.sinkhorn_unbalanced_translation_invariant` (PR #676)
48-
- Added `ot.gaussian.bures_barycenter_gradient_descent` (PR #680)
4950

5051
#### Closed issues
5152
- Fixed `ot.gaussian` ignoring weights when computing means (PR #649, Issue #648)

0 commit comments

Comments
 (0)