4
4
## 0.5.0 Year 2
5
5
* Sep 2018*
6
6
7
- POT is 2 years old! This release bring both numerous new features to the toolbox as listed below but also several
8
-
7
+ POT is 2 years old! This release brings numerous new features to the
8
+ toolbox as listed below but also several bug correction.
9
+
10
+ Among the new features, we can highlight a [ non-regularized Gromov-Wasserstein
11
+ solver] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_gromov.ipynb ) ,
12
+ a new [ greedy variant of sinkhorn] ( https://pot.readthedocs.io/en/latest/all.html#ot.bregman.greenkhorn ) ,
13
+ [ non-regularized] ( https://pot.readthedocs.io/en/latest/all.html#ot.lp.barycenter ) ,
14
+ [ convolutional (2D)] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_convolutional_barycenter.ipynb )
15
+ and [ free support] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_free_support_barycenter.ipynb )
16
+ Wasserstein barycenters and [ smooth] ( https://github.com/rflamary/POT/blob/prV0.5/notebooks/plot_OT_1D_smooth.ipynb )
17
+ and [ stochastic] ( https://pot.readthedocs.io/en/latest/all.html#ot.stochastic.sgd_entropic_regularization )
18
+ implementation of entropic OT.
19
+
20
+ POT 0.5 also comes with a rewriting of ot.gpu using the cupy framework instead of
21
+ the unmaintained cudamat. Note that while we tried to keed changes to the
22
+ minimum, the OTDA classes were deprecated.
23
+
24
+ The code quality has also improved with 92% code coverage in tests that is now
25
+ printed to the log in the Travis builds. The documentation has also been
26
+ greatly improved with new modules and examples/notebooks.
27
+
28
+ This new release is so full of new stuff and corrections thanks to the old
29
+ and new POT contributors (you can see the list in the readme).
9
30
10
31
#### Features
11
32
@@ -26,9 +47,9 @@ POT is 2 years old! This release bring both numerous new features to the toolbox
26
47
27
48
#### Deprecation
28
49
29
- Deprecated OTDA Classes were removed for version 0.5 (PR # 48 and PR # 67 ). The
30
- deprecation messagehas been for a year here since 0.4 and it is time to pull
31
- the plug.
50
+ Deprecated OTDA Classes were removed from ot.da and ot.gpu for version 0.5
51
+ (PR # 48 and PR # 67 ). The deprecation message has been for a year here since
52
+ 0.4 and it is time to pull the plug.
32
53
33
54
#### Closed issues
34
55
0 commit comments