summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-31 15:28:26 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-10-31 15:28:26 +0100
commitb4af2d3b97294ceaabfadc6209d300e20a196b88 (patch)
tree9b9770c4ef0d89c86f1b3409830e5c9324d9139d
parent66fac72c909a4de2a427309593e30ddc3be26827 (diff)
v0.1.7
-rw-r--r--README.md2
-rw-r--r--ot/__init__.py2
-rw-r--r--ot/da.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6ca7e13..e5365cb 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Note that for easier access the module is name ot instead of pot.
## Examples
-The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedoc](http://pot.readthedocs.io/)
+The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedocs](http://pot.readthedocs.io/)
Here is a list of the Python notebook if you want a quick look:
diff --git a/ot/__init__.py b/ot/__init__.py
index cf55711..5cf878c 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -17,7 +17,7 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif
-__version__ = "0.1.6"
+__version__ = "0.1.7"
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']
diff --git a/ot/da.py b/ot/da.py
index 56963d8..c9b8c7c 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -164,7 +164,7 @@ class OTDA():
where k is the index of the sample in xs
For the moment only squared euclidean distance is provided but more
- metric c can be used in teh future.
+ metric could be used in the future.
"""
if direction>0: # >0 then source to target