summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-11 11:50:28 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-11 11:50:28 +0200
commitd54834fb9add5aa86f4938f599f08ecbfb14c17f (patch)
tree2ab47a2424b1b31ae9289d22bb396fc758918a4d /ot
parent8845f0ac1b5ec734a040d180a07fd206b3d7f9cf (diff)
version 0.3.1
Diffstat (limited to 'ot')
-rw-r--r--ot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 4220148..a79a5ce 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -22,8 +22,8 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.3"
+__version__ = "0.3.1"
-__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
+__all__ = ["emd", "emd2", "sinkhorn","sinkhorn2", "utils", 'datasets',
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']