File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ implementation of entropic OT.
19
19
20
20
POT 0.5 also comes with a rewriting of ot.gpu using the cupy framework instead of
21
21
the unmaintained cudamat. Note that while we tried to keed changes to the
22
- minimum, the OTDA classes were deprecated.
22
+ minimum, the OTDA classes were deprecated. If you are happy with the cudamat
23
+ implementation, we recommend you stay with stable release 0.4 for now.
23
24
24
25
The code quality has also improved with 92% code coverage in tests that is now
25
26
printed to the log in the Travis builds. The documentation has also been
26
27
greatly improved with new modules and examples/notebooks.
27
28
28
29
This new release is so full of new stuff and corrections thanks to the old
29
- and new POT contributors (you can see the list in the readme).
30
+ and new POT contributors (you can see the list in the [ readme] ( https://github.com/rflamary/POT/blob/master/README.md ) ).
30
31
31
32
#### Features
32
33
You can’t perform that action at this time.
0 commit comments