Skip to content

Commit bad385f

Browse files
committed
precommit
1 parent 50994ed commit bad385f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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+
- Added `ot.gaussian.bures_barycenter_gradient_descent` (PR #680)
12+
- `ot.gaussian_bures_wasserstein_distance` can be batched (PR #680)
1113

1214
#### Closed issues
1315
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)
@@ -44,7 +46,6 @@ This release also contains few bug fixes, concerning the support of any metric i
4446
- 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)
4547
- Added `ot.unbalanced.sinkhorn_unbalanced_translation_invariant` (PR #676)
4648
- Added `ot.gaussian.bures_barycenter_gradient_descent` (PR #680)
47-
- Refactored `ot.bregman._convolutional` to improve readability (PR #709)
4849

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

0 commit comments

Comments
 (0)