@@ -6,13 +6,13 @@ Releases
6
6
7
7
*May 2020 *
8
8
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
13
13
`PythonOT <https://github.com/PythonOT >`__ that now owns the main POT
14
14
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/.
16
16
17
17
This is the first release where the Python 2.7 tests have been removed.
18
18
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.
21
21
A lot of changes have been done to the documentation that is now hosted
22
22
on https://PythonOT.github.io/ instead of readthedocs. It was a hard
23
23
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
26
26
also removed the notebooks from the repository for space reason and also
27
27
because they are all available in the `example
28
28
gallery <auto_examples/index.html> `__. Note
29
29
that now the output of the documentation build for each commit in the PR
30
30
is available to check that the doc builds correctly before merging which
31
- was not possible with readthedoc .
31
+ was not possible with readthedocs .
32
32
33
33
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
36
36
`Codecov.io <https://codecov.io/gh/PythonOT/POT >`__ and we have a
37
37
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
40
40
`action <https://github.com/PythonOT/POT/actions?query=workflow%3A%22Build+dist+and+wheels%22 >`__.
41
41
This will allow simpler multi-platform releases from now on.
42
42
@@ -49,8 +49,8 @@ Transport <auto_examples/unbalanced-partial/plot_partial_wass_and_gromov.html#sp
49
49
problems.
50
50
51
51
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.
54
54
55
55
Features
56
56
^^^^^^^^
0 commit comments