summaryrefslogtreecommitdiff
path: root/examples/plot_compute_emd.py
AgeCommit message (Collapse)Author
2020-05-04[WIP] Improved docs and changed scipy version (#163)Romain Tavenard
* Improved docs and changed scipy version * Fixed dependency bug in setup.py * dependencies set to minimal versions for tests * add requirements file * added minimal version build for scipy (testing 1.2) * bugfix in minimal deps build * (yet another) bugfix in minimal deps build * minimal deps now reflect README.md * minimal deps: no autograd nor pymanopt * refactored workflow names * minimal deps: no doctests * minimal deps: numpy 1.16 * trigger GH Actions on PR * better merge * re-add minimal-deps... * bugfix in yaml * enforce np>=1.16 * enforce scipy and cython versions too * requires / install_requires * requires / install_requires / requires * setup_requires Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
2020-04-24better thumbnail image for galleryRémi Flamary
2018-05-30update examples and notebooksRémi Flamary
2017-09-01titlke for notebooksRémi Flamary
2017-09-01pep8Rémi Flamary
2017-09-01update example with rst titlesRémi Flamary
2017-08-31update testsRémi Flamary
2017-07-26add author to all examplesRémi Flamary
2017-07-20do plot_compute_emdAlexandre Gramfort
2017-07-07add sinkhorbn2 +v3Rémi Flamary
2017-06-13example compute emdRémi Flamary
2017-06-13implement paralell sinkhorn stabilizedRémi Flamary
2017-06-13implement paralell sinkhornRémi Flamary
2017-06-13add em2 computation exampleRémi Flamary