summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-22[WIP] Update bregman.py : barycenter_sinkhorn function (#195)Rémi Flamary
* Update bregman.py * correct call to function Co-authored-by: FerdinandGns <56926826+FerdinandGns@users.noreply.github.com>
2020-05-26Restrict Armijo linesearch function step to be at most 1 (#189)Panayiotis Panayiotou
Thanks for the modification @panpan2
2020-05-25Delete _config.yml (#186)Rémi Flamary
2020-05-22[MRG] Templates (#181)Ayush Karnawat
* Add a PR template * move github contrib + code of conduct * fix links * add feature request template * ask for gpu info * address comments * add gitter in README
2020-05-19Update codecov.yml (#183)Rémi Flamary
ignore gpu for code coverage (it cannot be tested)
2020-05-19[MRG] Codecov options + remove 2.7 (#178)Ayush Karnawat
* cleanup setup * Ignore files in codecov * Remove externals module * change name to compile_args * bye py2.7 (you will be missed) * glob to ignore folders
2020-05-15Merge pull request #175 from djsutherland/mac-ccRémi Flamary
[WIP] only mangle CC/etc if on mac and not told not to
2020-05-15remove CC for macosx (test)Rémi Flamary
2020-05-15Merge branch 'master' into mac-ccRémi Flamary
2020-05-14Merge pull request #174 from djsutherland/setup-requiresRémi Flamary
[MRG] Fix requirements
2020-05-13rename I to img in examples, since flake8 complains now (#176)D.J. Sutherland
2020-05-13only mangle CC/etc if on mac and not told not toD.J. Sutherland
2020-05-13fix requirementsD.J. Sutherland
2020-05-13rename I to img in examples, since flake8 complains nowD.J. Sutherland
2020-05-11Update README.mdRémi Flamary
make build badge on master only
2020-05-06Merge pull request #170 from AdrienCorenflos/masterRémi Flamary
fix array bounds issue
2020-05-05fix failing test - cur_idx needs to be incremented by 1 after the loopAdrienCorenflos
2020-05-05Some improvements for platform compatibilityAdrienCorenflos
2020-05-05break before exceeding array sizeAdrienCorenflos
2020-05-05Merge pull request #167 from PythonOT/doc_v0.7Rémi Flamary
[WIP] Reproducible example WDA and remove dense from doc
2020-05-05update release in docRémi Flamary
2020-05-05Merge branch 'master' into doc_v0.7Rémi Flamary
2020-05-05Merge pull request #168 from PythonOT/ncourty-patch-1Rémi Flamary
Update RELEASES.md
2020-05-05Update RELEASES.mdNicolas Courty
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2020-05-05Update RELEASES.mdNicolas Courty
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2020-05-05Update RELEASES.mdNicolas Courty
2020-05-05really reproducipble WDA exampleRémi Flamary
2020-05-05correct year in mccan reference for partial otRémi Flamary
2020-05-05Merge branch 'doc_v0.7' of github.com:PythonOT/POT into doc_v0.7Rémi Flamary
2020-05-05add release 0.7.0 in docRémi Flamary
2020-05-05Merge branch 'master' into doc_v0.7Rémi Flamary
2020-05-05remove dense from ducumentationRémi Flamary
2020-05-05cleanup WDA example with proper seedsRémi Flamary
2020-05-05Merge pull request #165 from mglisse/nogilRémi Flamary
Add nogil to EMD_wrap
2020-05-04Add nogil to EMD_wrapMarc Glisse
2020-05-04Merge pull request #162 from PythonOT/prepare_v0.7Rémi Flamary
[WIP] Preparing release 0.7.0
2020-05-04back to build wheels on masterRémi Flamary
2020-05-04really remove pypyRémi Flamary
2020-05-04remove whelels pypyRémi Flamary
2020-05-04test build wheelsRémi Flamary
2020-05-04Merge branch 'master' into prepare_v0.7Rémi Flamary
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 branch 'master' into prepare_v0.7Rémi Flamary
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-30change release and update reseale fileRé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