Skip to content

Commit 7fea2cd

Browse files
committed
ipdate release
1 parent ab121f1 commit 7fea2cd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

RELEASES.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# POT Releases
22

33
## 0.4 Community edition
4+
*15 Sep 2017*
45

6+
This release contains a lot of contribution from new contributors.
7+
8+
9+
#### Features
10+
11+
* Automatic notebooks and doc update (PR #27)
512
* Add gromov Wasserstein solver and Gromov Barycenters (PR #23)
6-
* emd and emd2 can now return dual variables (PR #29)
13+
* emd and emd2 can now return dual variables and have max_iter (PR #29 and PR #25)
14+
* New domain adaptation classes compatible with scikit-learn (PR #22)
15+
* Proper tests with pytest on travis (PR #19)
16+
* PEP 8 tests (PR #13)
17+
18+
#### Closed issues
19+
20+
* emd convergence problem du to fixed max iterations (#24)
21+
* Semi supervised DA error (#26)
722

823
## 0.3.1
924
*11 Jul 2017*

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# utils functions
3030
from .utils import dist, unif, tic, toc, toq
3131

32-
__version__ = "0.4.0b"
32+
__version__ = "0.4.0"
3333

3434
__all__ = ["emd", "emd2", "sinkhorn", "sinkhorn2", "utils", 'datasets',
3535
'bregman', 'lp', 'plot', 'tic', 'toc', 'toq',

0 commit comments

Comments
 (0)