From df32d77316e79a663312544129048f8fee949817 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 10 Mar 2017 10:18:12 +0100 Subject: first try --- ot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot/__init__.py') diff --git a/ot/__init__.py b/ot/__init__.py index 55016a4..ee294d8 100644 --- a/ot/__init__.py +++ b/ot/__init__.py @@ -11,7 +11,7 @@ from . import plot from . import da # OT functions -from .lp import emd +from .lp import emd, emd2 from .bregman import sinkhorn, barycenter from .da import sinkhorn_lpl1_mm @@ -20,5 +20,5 @@ from .utils import dist, unif, tic, toc, toq __version__ = "0.1.12" -__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot', +__all__ = ["emd", "emd2", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot', 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim'] -- cgit v1.2.3