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 e1cd68b commit 7102b90Copy full SHA for 7102b90
ot/__init__.py
@@ -18,7 +18,7 @@
18
# utils functions
19
from .utils import dist, unif, tic, toc, toq
20
21
-__version__ = "0.1.11"
+__version__ = "0.1.12"
22
23
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
24
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']
0 commit comments