|
1 | 1 | POT: Python Optimal Transport |
2 | 2 | ============================= |
3 | 3 |
|
4 | | -|PyPI version| |Anaconda Cloud| |Build Status| |Build Status| |Codecov |
5 | | -Status| |Downloads| |Anaconda downloads| |License| |
| 4 | +|PyPI version| |Anaconda Cloud| |Build Status| |Codecov Status| |
| 5 | +|Downloads| |Anaconda downloads| |License| |
6 | 6 |
|
7 | 7 | This open source Python library provide several solvers for optimization |
8 | 8 | problems related to Optimal Transport for signal, image processing and |
@@ -96,11 +96,12 @@ Using and citing the toolbox |
96 | 96 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
97 | 97 |
|
98 | 98 | If you use this toolbox in your research and find it useful, please cite |
99 | | -POT using the following bibtex reference: |
| 99 | +POT using the following reference: |
100 | 100 |
|
101 | 101 | :: |
102 | 102 |
|
103 | | - Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library, Website: https://pythonot.github.io/, 2017 |
| 103 | + Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library, |
| 104 | + Website: https://pythonot.github.io/, 2017 |
104 | 105 |
|
105 | 106 | In Bibtex format: |
106 | 107 |
|
@@ -141,11 +142,11 @@ You can install the toolbox through PyPI with: |
141 | 142 |
|
142 | 143 | pip install POT |
143 | 144 |
|
144 | | -or get the very latest version by downloading it and then running: |
| 145 | +or get the very latest version by running: |
145 | 146 |
|
146 | 147 | :: |
147 | 148 |
|
148 | | - python setup.py install --user # for user install (no root) |
| 149 | + pip install -U https://github.com/PythonOT/POT/archive/master.zip # with --user for user install (no root) |
149 | 150 |
|
150 | 151 | Anaconda installation with conda-forge |
151 | 152 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
@@ -245,7 +246,8 @@ This toolbox has been created and is maintained by |
245 | 246 |
|
246 | 247 | The contributors to this library are |
247 | 248 |
|
248 | | -- `Alexandre Gramfort <http://alexandre.gramfort.net/>`__ (CI) |
| 249 | +- `Alexandre Gramfort <http://alexandre.gramfort.net/>`__ (CI, |
| 250 | + documentation) |
249 | 251 | - `Laetitia Chapel <http://people.irisa.fr/Laetitia.Chapel/>`__ |
250 | 252 | (Partial OT) |
251 | 253 | - `Michael Perrot <http://perso.univ-st-etienne.fr/pem82055/>`__ |
@@ -452,8 +454,6 @@ NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014. |
452 | 454 | :target: https://badge.fury.io/py/POT |
453 | 455 | .. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg |
454 | 456 | :target: https://anaconda.org/conda-forge/pot |
455 | | -.. |Build Status| image:: https://travis-ci.org/PythonOT/POT.svg?branch=master |
456 | | - :target: https://travis-ci.org/PythonOT/POT |
457 | 457 | .. |Build Status| image:: https://github.com/PythonOT/POT/workflows/build/badge.svg |
458 | 458 | :target: https://github.com/PythonOT/POT/actions |
459 | 459 | .. |Codecov Status| image:: https://codecov.io/gh/PythonOT/POT/branch/master/graph/badge.svg |
|
0 commit comments