Skip to content

Commit 20e10a6

Browse files
committed
update release in doc
1 parent 886f8a1 commit 20e10a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/source/releases.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Releases
66

77
*May 2020*
88

9-
This is the new stable release for POT. We have a lot of changes in the
10-
documentation and several new features such as Partial OT, Unbalanced
11-
and Multi Sources OT Domain Adaptation and several bug fixes. One
12-
important change is that we have created a the GitHub organization
9+
This is the new stable release for POT. We made a lot of changes in the
10+
documentation and added several new features such as Partial OT,
11+
Unbalanced and Multi Sources OT Domain Adaptation and several bug fixes.
12+
One important change is that we have created the GitHub organization
1313
`PythonOT <https://github.com/PythonOT>`__ that now owns the main POT
1414
repository https://github.com/PythonOT/POT and the repository for the
15-
new documentation hosted at https://PythonOT.github.io/.
15+
new documentation is now hosted at https://PythonOT.github.io/.
1616

1717
This is the first release where the Python 2.7 tests have been removed.
1818
Most of the toolbox should still work but we do not offer support for
@@ -21,22 +21,22 @@ Python 2.7 and will close related Issues.
2121
A lot of changes have been done to the documentation that is now hosted
2222
on https://PythonOT.github.io/ instead of readthedocs. It was a hard
2323
choice but readthedocs did not allow us to run sphinx-gallery to update
24-
our beautiful examples and it was a huge amount of work to maintain it.
25-
The documentation is now automatically compiled and updated on merge. We
24+
our beautiful examples and it was a huge amount of work to maintain. The
25+
documentation is now automatically compiled and updated on merge. We
2626
also removed the notebooks from the repository for space reason and also
2727
because they are all available in the `example
2828
gallery <auto_examples/index.html>`__. Note
2929
that now the output of the documentation build for each commit in the PR
3030
is available to check that the doc builds correctly before merging which
31-
was not possible with readthedoc.
31+
was not possible with readthedocs.
3232

3333
The CI framework has also been changed with a move from Travis to Github
34-
Action which allows us to get faster tests on Windows, MacOS and Linux.
35-
We also now report our coverage on
34+
Action which allows to get faster tests on Windows, MacOS and Linux. We
35+
also now report our coverage on
3636
`Codecov.io <https://codecov.io/gh/PythonOT/POT>`__ and we have a
3737
reasonable 92% coverage. We also now generate wheels for a number of OS
38-
and python versions at each merge in the master branch. They are
39-
available as artifacts of this
38+
and Python versions at each merge in the master branch. They are
39+
available as outputs of this
4040
`action <https://github.com/PythonOT/POT/actions?query=workflow%3A%22Build+dist+and+wheels%22>`__.
4141
This will allow simpler multi-platform releases from now on.
4242

@@ -49,8 +49,8 @@ Transport <auto_examples/unbalanced-partial/plot_partial_wass_and_gromov.html#sp
4949
problems.
5050

5151
This release is also the moment to thank all the POT contributors (old
52-
and new) for helping making POT such a nice to use toolbox. A lot of
53-
changes (also in the API) are comming for the next versions.
52+
and new) for helping making POT such a nice toolbox. A lot of changes
53+
(also in the API) are comming for the next versions.
5454

5555
Features
5656
^^^^^^^^

0 commit comments

Comments
 (0)