summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-04-21 16:34:01 +0200
committerGitHub <noreply@github.com>2022-04-21 16:34:01 +0200
commiteccb1386eea52b94b82456d126bd20cbe3198e05 (patch)
tree9349635150893e4f6e6f15c3115135228b75bf80 /ot
parent486b0d6397182a57cd53651dca87fcea89747490 (diff)
[MRG] Release 8.2 (#365)
* release text and number * add examples in release fil build wheels * switch gallery to release * add much needed contributors file * debug circleci * une line of logos * working logo * back to stable sphinx galery
Diffstat (limited to 'ot')
-rw-r--r--ot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index c5e1967..86ed94e 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -51,7 +51,7 @@ from .factored import factored_optimal_transport
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.8.2dev"
+__version__ = "0.8.2"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',