summaryrefslogtreecommitdiff
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-05-04Merge pull request #164 from PythonOT/gh-actionRémi Flamary
[MRG] GH Actions with proper status in PR
2020-05-04rename files and add pull request for proper status in prRémi Flamary
2020-04-28Merge pull request #160 from PythonOT/doc_covRémi Flamary
[MRG] Update documentation and improve coverage
2020-04-27correct url for examplesRémi Flamary
2020-04-24update proper links form readmeRémi Flamary
2020-04-24vchange path in examplesRémi Flamary
2020-04-24relative path exmaplesRémi Flamary
2020-04-24exmaples in sectionsRémi Flamary
2020-04-24test new foldeerRémi Flamary
2020-04-24better thumbnail image for galleryRémi Flamary
2020-04-24pep8Rémi Flamary
2020-04-24better doc per moduleRémi Flamary
2020-04-24add templateRémi Flamary
2020-04-24awesome mini galleryRémi Flamary
2020-04-24test autosummaryRémi Flamary
2020-04-24Better section name + snhix-gallery tuningRémi Flamary
2020-04-24Better section name + snhix-gallery tuningRémi Flamary
2020-04-24test options sphinx galleryRémi Flamary
2020-04-24better documentationRémi Flamary
2020-04-24left some unused variable...Rémi Flamary
2020-04-24test raise un partial otRémi Flamary
2020-04-24pep8Rémi Flamary
2020-04-24mockj module cupy for gpu focumentationRémi Flamary
2020-04-24better coverage options verbose and logRémi Flamary
2020-04-24add realeasesRémi Flamary
2020-04-24update docRémi Flamary
2020-04-24pep8Rémi Flamary
2020-04-24add ferradans to da classes documentationRémi Flamary
2020-04-24better documentationRémi Flamary
2020-04-24correct doc for emdRémi Flamary
2020-04-24build wheels on push to masterRémi Flamary
2020-04-24Merge pull request #150 from agramfort/rm_travisRémi Flamary
[WIP] rm travis
2020-04-23Merge branch 'master' into rm_travisRémi Flamary
2020-04-23Merge pull request #159 from PythonOT/wheels_multiRémi Flamary
[MRG] Wheels build multi-platform (again)
2020-04-23trigger CIsAlexandre Gramfort
2020-04-23final versionRémi Flamary
2020-04-23trigger CIsAlexandre Gramfort
2020-04-23remove pipy for macosxRémi Flamary
2020-04-23proper macos buildRémi Flamary
2020-04-23add platforms and remove ppRémi Flamary
2020-04-23Merge branch 'master' into rm_travisRémi Flamary
2020-04-23[WIP] Issue with sparse emd and adding tests on macos (#158)Nicolas Courty
* First commit-warning removal * remove dense feature * pep8 * pep8 * EMD.h * pep8 again * tic toc tolerance Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
2020-04-23oupsAlexandre Gramfort
2020-04-23Merge branch 'rm_travis' of github.com:agramfort/POT into rm_travisAlexandre Gramfort
2020-04-23revert changes on GH ymlAlexandre Gramfort
2020-04-23Merge branch 'master' into rm_travisRémi Flamary
2020-04-23Merge pull request #157 from PythonOT/build_wheelsRémi Flamary
[MRG] build wheels on release
2020-04-23set action to release eventRémi Flamary
2020-04-23Update README.mdRémi Flamary
Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>