Skip to content

Commit 3c7ca56

Browse files
committed
remoe import of deprecated module
1 parent 67b33e7 commit 3c7ca56

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Added `ot.gaussian.bures_wasserstein_distance` (PR #680)
1616
- `ot.gaussian.bures_wasserstein_distance` can be batched (PR #680)
1717
- Backend implementation of `ot.dist` for (PR #701)
18+
- Updated documentation Quickstart guide and User guide with new API (PR #726)
1819

1920
#### Closed issues
2021
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)

ot/lp/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#
99
# License: MIT License
1010

11-
from . import cvx
1211
from .dmmot import dmmot_monge_1dgrid_loss, dmmot_monge_1dgrid_optimize
1312
from ._network_simplex import emd, emd2
1413
from ._barycenter_solvers import (

0 commit comments

Comments
 (0)