Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set version number to 0.8.1.0
  • Loading branch information
rflamary committed Dec 31, 2021
commit 772733445f9db52790fa4bf4a195dbc5e14ec94d
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Releases


## 0.8.2
## 0.8.1.0
*December 2021*

This is a bug fix release that will remove the `benchmark` module form the
This is a bug fix release that will remove the `benchmarks` module form the
installation and correct the documentation generation.

#### Closed issues
Expand Down
2 changes: 1 addition & 1 deletion ot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# utils functions
from .utils import dist, unif, tic, toc, toq

__version__ = "0.8.2dev"
__version__ = "0.8.1.0"

__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',
Expand Down