Skip to content

Commit b4af2d3

Browse files
committed
v0.1.7
1 parent 66fac72 commit b4af2d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note that for easier access the module is name ot instead of pot.
5555

5656
## Examples
5757

58-
The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedoc](http://pot.readthedocs.io/)
58+
The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedocs](http://pot.readthedocs.io/)
5959

6060
Here is a list of the Python notebook if you want a quick look:
6161

ot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# utils functions
1818
from .utils import dist, unif
1919

20-
__version__ = "0.1.6"
20+
__version__ = "0.1.7"
2121

2222
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
2323
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']

ot/da.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def interp(self,direction=1):
164164
where k is the index of the sample in xs
165165
166166
For the moment only squared euclidean distance is provided but more
167-
metric c can be used in teh future.
167+
metric could be used in the future.
168168
169169
"""
170170
if direction>0: # >0 then source to target

0 commit comments

Comments
 (0)