summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-04-07 14:53:48 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-04-07 14:53:48 +0200
commit19f29bb235becd47bf85f3bad81bc316d5410fdd (patch)
tree43761cde252cbecafad433d884b427045fbadd6f
parente6a3fdc5b2cee6bf9913a1cd2c7e017d266628a4 (diff)
smal changes
-rw-r--r--MANIFEST.in3
-rw-r--r--docs/source/readme.rst3
2 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8c14549..2fd6a10 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ graft ot/lp/
include README.md
include ot/lp/core.h
include ot/lp/EMD.h
-include ot/lp/emd.pyx
+include ot/lp/EMD_wrapper.cpp
+include ot/lp/emd_wrap.pyx
include ot/lp/full_bipartitegraph.h
include ot/lp/network_simplex_simple.h
diff --git a/docs/source/readme.rst b/docs/source/readme.rst
index a76de51..1d68303 100644
--- a/docs/source/readme.rst
+++ b/docs/source/readme.rst
@@ -157,6 +157,9 @@ Entropy Regularized Transport Problems. arXiv preprint arXiv:1610.06519.
Scaling algorithms for unbalanced transport problems. arXiv preprint
arXiv:1607.05816.
+[11] Flamary, R., Cuturi, M., Courty, N., & Rakotomamonjy, A. (2016).
+Wasserstein Discriminant Analysis. arXiv preprint arXiv:1608.08063.
+
.. |PyPI version| image:: https://badge.fury.io/py/POT.svg
:target: https://badge.fury.io/py/POT
.. |Build Status| image:: https://travis-ci.org/rflamary/POT.svg?branch=master