@@ -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
1414repository 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
1717This is the first release where the Python 2.7 tests have been removed.
1818Most 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.
2121A lot of changes have been done to the documentation that is now hosted
2222on https://PythonOT.github.io/ instead of readthedocs. It was a hard
2323choice 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
2626also removed the notebooks from the repository for space reason and also
2727because they are all available in the `example
2828gallery <auto_examples/index.html> `__. Note
2929that now the output of the documentation build for each commit in the PR
3030is available to check that the doc builds correctly before merging which
31- was not possible with readthedoc .
31+ was not possible with readthedocs .
3232
3333The 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
3737reasonable 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 >`__.
4141This 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
4949problems.
5050
5151This 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
5555Features
5656^^^^^^^^
0 commit comments