summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2023-04-07 08:35:03 +0200
committerGitHub <noreply@github.com>2023-04-07 08:35:03 +0200
commit89f1613861152432807077fbb146578611dc5888 (patch)
tree20fafbaf8ec442ca616a4a1fdfff7e9468d78bd7 /ot
parent0d3e00da8d5d19ffcfad15a5c7f2fd9e3e8a2b28 (diff)
[MRG] Release 0.9.0 (#452)
* relkase text * correct typos
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 0e36459..1a685b6 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -55,7 +55,7 @@ from .solvers import solve
# utils functions
from .utils import dist, unif, tic, toc, toq
-__version__ = "0.8.3dev"
+__version__ = "0.9.0"
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',