From 20e10a6db35a567d2cc6d75ad659c7473d82d3a7 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 5 May 2020 10:18:59 +0200 Subject: update release in doc --- docs/source/releases.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 2bba432..5a357f3 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -6,13 +6,13 @@ Releases *May 2020* -This is the new stable release for POT. We have a lot of changes in the -documentation and several new features such as Partial OT, Unbalanced -and Multi Sources OT Domain Adaptation and several bug fixes. One -important change is that we have created a the GitHub organization +This is the new stable release for POT. We made a lot of changes in the +documentation and added several new features such as Partial OT, +Unbalanced and Multi Sources OT Domain Adaptation and several bug fixes. +One important change is that we have created the GitHub organization `PythonOT `__ that now owns the main POT repository https://github.com/PythonOT/POT and the repository for the -new documentation hosted at https://PythonOT.github.io/. +new documentation is now hosted at https://PythonOT.github.io/. This is the first release where the Python 2.7 tests have been removed. 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. A lot of changes have been done to the documentation that is now hosted on https://PythonOT.github.io/ instead of readthedocs. It was a hard choice but readthedocs did not allow us to run sphinx-gallery to update -our beautiful examples and it was a huge amount of work to maintain it. -The documentation is now automatically compiled and updated on merge. We +our beautiful examples and it was a huge amount of work to maintain. The +documentation is now automatically compiled and updated on merge. We also removed the notebooks from the repository for space reason and also because they are all available in the `example gallery `__. Note that now the output of the documentation build for each commit in the PR is available to check that the doc builds correctly before merging which -was not possible with readthedoc. +was not possible with readthedocs. The CI framework has also been changed with a move from Travis to Github -Action which allows us to get faster tests on Windows, MacOS and Linux. -We also now report our coverage on +Action which allows to get faster tests on Windows, MacOS and Linux. We +also now report our coverage on `Codecov.io `__ and we have a reasonable 92% coverage. We also now generate wheels for a number of OS -and python versions at each merge in the master branch. They are -available as artifacts of this +and Python versions at each merge in the master branch. They are +available as outputs of this `action `__. This will allow simpler multi-platform releases from now on. @@ -49,8 +49,8 @@ Transport