summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHuy Tran <huytran82125@gmail.com>2023-03-22 08:13:53 +0100
committerGitHub <noreply@github.com>2023-03-22 08:13:53 +0100
commit897026ea1f5c35ba9e881433bc61490e70776b8c (patch)
tree2cedb9c1a0faa971f6e78c5574d7411ce8e55079 /docs
parentb9ed7b1650475420cc5bbec6c31476cc098790d5 (diff)
[MRG] CO-Optimal Transport solver (#447)
* Allow warmstart in sinkhorn and sinkhorn_log * Added argument for warmstart of dual vectors in Sinkhorn-based methods in * Add the number of the PR * [WIP] CO-Optimal Transport * Revert "[WIP] CO-Optimal Transport" This reverts commit f3d36b2705013409ac69b346585e311bc25fcfb7. * reformat with PEP8 * Fix W291 trailing whitespace error in pep8 test * Rearange position of warmstart argument and edit its description * Implementation of CO-Optimal Transport * Optimize code and edit documentation * fix backend bug in test cases * fix backend bug * fix backend bug * Add examples on COOT * Modify API and edit example * Edit API * minor edit of examples and release * fix bug in coot * fix doc examples * more fix of doc * restart CI * reordering ref * add more tests * add more tests * add test verbose * fix PEP8 bug * fix PEP8 bug * fix PEP8 bug * fix pytest bug * edit doc for better display --------- Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com> Co-authored-by: Alexandre Gramfort <agramfort@fb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/all.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/all.rst b/docs/source/all.rst
index 41d8e06..1b8d13c 100644
--- a/docs/source/all.rst
+++ b/docs/source/all.rst
@@ -16,6 +16,7 @@ API and modules
backend
bregman
+ coot
da
datasets
dr