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 67b33e7 commit 3c7ca56Copy full SHA for 3c7ca56
RELEASES.md
@@ -15,6 +15,7 @@
15
- Added `ot.gaussian.bures_wasserstein_distance` (PR #680)
16
- `ot.gaussian.bures_wasserstein_distance` can be batched (PR #680)
17
- Backend implementation of `ot.dist` for (PR #701)
18
+- Updated documentation Quickstart guide and User guide with new API (PR #726)
19
20
#### Closed issues
21
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)
ot/lp/__init__.py
@@ -8,7 +8,6 @@
8
#
9
# License: MIT License
10
11
-from . import cvx
12
from .dmmot import dmmot_monge_1dgrid_loss, dmmot_monge_1dgrid_optimize
13
from ._network_simplex import emd, emd2
14
from ._barycenter_solvers import (
0 commit comments