Skip to content

Commit 371a835

Browse files
committed
tupos in RELEASES.md
1 parent cc37dd9 commit 371a835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ have implementations for [Unbalanced OT](https://github.com/rflamary/POT/blob/ma
2626
and a solver for [Unbalanced OT barycenters](https://github.com/rflamary/POT/blob/master/notebooks/plot_UOT_barycenter_1D.ipynb).
2727
A new variant of Gromov-Wasserstein divergence called [Fused
2828
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)
3030
and computing [barycenters of labeld graphs](https://github.com/rflamary/POT/blob/master/notebooks/plot_barycenter_fgw.ipynb).
3131

3232

3333
A lot of work has been done on the documentation with several new
3434
examples corresponding to the new features and a lot of corrections for the
3535
docstrings. 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
3838
specific OT problem. When possible a link is provided to relevant examples.
3939

4040
We will also provide with this release some pre-compiled Python wheels for Linux
4141
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
4343
compiler and numpy/cython already installed.
4444

4545
Finally we would like to acknowledge and thank the numerous contributors of POT

0 commit comments

Comments
 (0)