File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ have implementations for [Unbalanced OT](https://github.com/rflamary/POT/blob/ma
26
26
and a solver for [ Unbalanced OT barycenters] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_UOT_barycenter_1D.ipynb ) .
27
27
A new variant of Gromov-Wasserstein divergence called [ Fused
28
28
Gromov-Wasserstein] ( https://pot.readthedocs.io/en/latest/all.html?highlight=fused_#ot.gromov.fused_gromov_wasserstein )
29
- has been also contributed with exemples of use on [ tructured data] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_fgw.ipynb )
29
+ has been also contributed with exemples of use on [ structured data] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_fgw.ipynb )
30
30
and computing [ barycenters of labeld graphs] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_barycenter_fgw.ipynb ) .
31
31
32
32
33
33
A lot of work has been done on the documentation with several new
34
34
examples corresponding to the new features and a lot of corrections for the
35
35
docstrings. But the most visible change is a new
36
36
[ quick start guide] ( https://pot.readthedocs.io/en/latest/quickstart.html ) for
37
- POT that gives several pointers about which function or classes allow to solve a
37
+ POT that gives several pointers about which function or classes allow to solve which
38
38
specific OT problem. When possible a link is provided to relevant examples.
39
39
40
40
We will also provide with this release some pre-compiled Python wheels for Linux
41
41
64bit on
42
- github and pip. This will simplify the install process that before requires a C
42
+ github and pip. This will simplify the install process that before required a C
43
43
compiler and numpy/cython already installed.
44
44
45
45
Finally we would like to acknowledge and thank the numerous contributors of POT
You can’t perform that action at this time.
0 commit comments