summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2021-04-08 18:26:08 +0200
committerGitHub <noreply@github.com>2021-04-08 18:26:08 +0200
commit13ea223712f14dc9ac0742f3952bc1b935c0bf49 (patch)
tree354d8afd91c8488b4265c9ba415e48a31775d98b
parent2e97be778d2d72d7a66b3721ee697399522538ba (diff)
[MRG] Add Mathieu Blondel in acknoledgements (#232)
* add Mathieu in acknoledgements
-rw-r--r--README.md1
-rw-r--r--docs/source/readme.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7321aff..4a25538 100644
--- a/README.md
+++ b/README.md
@@ -190,6 +190,7 @@ The contributors to this library are
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages):
* [Gabriel Peyré](http://gpeyre.github.io/) (Wasserstein Barycenters in Matlab)
+* [Mathieu Blondel](https://mblondel.org/) (original implementation smooth OT)
* [Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) ( C++ code for EMD)
* [Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda)
diff --git a/docs/source/readme.rst b/docs/source/readme.rst
index f35f01b..3b594c2 100644
--- a/docs/source/readme.rst
+++ b/docs/source/readme.rst
@@ -286,6 +286,8 @@ languages):
- `Gabriel Peyré <http://gpeyre.github.io/>`__ (Wasserstein Barycenters
in Matlab)
+- `Mathieu Blondel <https://mblondel.org/>`__ (original implementation
+ smooth OT)
- `Nicolas Bonneel <http://liris.cnrs.fr/~nbonneel/>`__ ( C++ code for
EMD)
- `Marco Cuturi <http://marcocuturi.net/>`__ (Sinkhorn Knopp in