summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-01-14 17:47:27 +0100
committerGitHub <noreply@github.com>2022-01-14 17:47:27 +0100
commit3fff90eb437dce30fd83012f4c0e24f3fca041b2 (patch)
tree317a8ab32d9c7fef7a7a073f3efaf8834168d095 /ot/__init__.py
parentbe0ed1dcd0b65ec804e454f1a2d3c0d227c0ddbe (diff)
[WIP] Set dev version and add minigallery to quick start guide (#334)
* change version and add minigallery in quickstart guide * remove ot.gpu from documentation because it is deprecated and bacckends should be used * start 0.8.2dev and description in releases.md * typo for gallery sinkhorn2 * test better doc update for files in .githib folder
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index f55819d..1ea7403 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -50,7 +50,7 @@ from .gromov import (gromov_wasserstein, gromov_wasserstein2,
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.8.1.0"
+__version__ = "0.8.2dev"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',