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
2626and a solver for [ Unbalanced OT barycenters] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_UOT_barycenter_1D.ipynb ) .
2727A new variant of Gromov-Wasserstein divergence called [ Fused
2828Gromov-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 )
3030and computing [ barycenters of labeld graphs] ( https://github.com/rflamary/POT/blob/master/notebooks/plot_barycenter_fgw.ipynb ) .
3131
3232
3333A lot of work has been done on the documentation with several new
3434examples corresponding to the new features and a lot of corrections for the
3535docstrings. But the most visible change is a new
3636[ 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
3838specific OT problem. When possible a link is provided to relevant examples.
3939
4040We will also provide with this release some pre-compiled Python wheels for Linux
414164bit 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
4343compiler and numpy/cython already installed.
4444
4545Finally we would like to acknowledge and thank the numerous contributors of POT
You can’t perform that action at this time.
0 commit comments