summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-30 10:34:48 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-30 10:34:48 +0200
commit2b375f263ef88100b0321c8ef1b3605dfbb95b3d (patch)
treea2ae2e21bf7fac9fe2fa368782d7df5ea9974342 /README.md
parentb5e45bbc83fd8cd8c1634a78f2f983d1cf28af73 (diff)
update notebooks
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 466c09c..c5096a8 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,23 @@ It provides the following solvers:
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
+#### Using and citing the toolbox
+
+If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
+```
+@article{flamary2017pot,
+ title={POT Python Optimal Transport library},
+ author={Flamary, R{\'e}mi and Courty, Nicolas},
+ year={2017}
+}
+```
+
## Installation
The library has been tested on Linux, MacOSX and Windows. It requires a C++ compiler for using the EMD solver and relies on the following Python modules:
- Numpy (>=1.11)
-- Scipy (>=0.17)
+- Scipy (>=1.0)
- Cython (>=0.23)
- Matplotlib (>=1.5)
@@ -156,16 +167,7 @@ This toolbox benefit a lot from open source research and we would like to thank
* [Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) ( C++ code for EMD)
* [Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda)
-## Using and citing the toolbox
-If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
-```
-@article{flamary2017pot,
- title={POT Python Optimal Transport library},
- author={Flamary, R{\'e}mi and Courty, Nicolas},
- year={2017}
-}
-```
## Contributions and code of conduct
Every contribution is welcome and should respect the [contribution guidelines](CONTRIBUTING.md). Each member of the project is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).