summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-10-27[WIP] POT build without installing cython first (#293)Rémi Flamary
* test build with no dep * cleaning up stuff * build wheels
2021-06-17[MRG] Speedup tests (#262)Rémi Flamary
* speedup tests * add color to tests and timings * add test unbalanced * stupid missing -
2021-06-01[MRG] POT numpy/torch/jax backends (#249)Rémi Flamary
* add numpy and torch backends * stat sets on functions * proper import * install recent torch on windows * install recent torch on windows * now testing all functions in backedn * add jax backedn * clenaup windowds * proper convert for jax backedn * pep8 * try again windows tests * test jax conversion * try proper widows tests * emd fuction ses backedn * better test partial OT * proper tests to_numpy and teplate Backend * pep8 * pep8 x2 * feaking sinkhorn works with torch * sinkhorn2 compatible * working ot.emd2 * important detach * it should work * jax autodiff emd * pep8 * no tast same for jax * new independat tests per backedn * freaking pep8 * add tests for gradients * deprecate ot.gpu * worging dist function * working dist * dist done in backedn * not in * remove indexing * change accuacy for jax * first pull backend * projection simplex * projection simplex * projection simplex * projection simplex no ci * projection simplex no ci * projection simplex no ci * pep8 * add backedn discusion to quickstart guide * projection simplex no ci * projection simplex no ci * projection simplex no ci * pep8 + better doc * proper links * corect doctest * big debug documentation * doctest again * doctest again bis * doctest again ter (last one or i kill myself) * backend test + doc proj simplex * correction test_utils * correction test_utils * correction cumsum * correction flip * correction flip v2 * more debug * more debug * more debug + pep8 * pep8 * argh * proj_simplex * backedn works for sort * proj simplex * jax sucks * update doc * Update test/test_utils.py Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update docs/source/quickstart.rst Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update docs/source/quickstart.rst Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update docs/source/quickstart.rst Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update docs/source/readme.rst Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update test/test_utils.py Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update ot/utils.py Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update docs/source/readme.rst Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * Update ot/lp/__init__.py Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org> * begin comment alex * comment alex part 2 * optimize test gromov * proj_simplex on vectors * add awesome gradient decsnt example on the weights * pep98 of course * proof read example by alex * pep8 again * encoding oos in translation * correct legend Co-authored-by: Nicolas Courty <ncourty@irisa.fr> Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2021-05-27Build wheels on ARM and in PR (#253)Rémi Flamary
2021-04-21[MRG] Fixes issue #239 (deprecated numpy types) (#244)Rémi Flamary
* remove warning numpy int? * use long long * stoupid mistake * cleanup double test run in PR from local branch
2021-04-19[MRG] Add tests in pull request (#241)Rémi Flamary
* add pull request again
2021-04-19[MRG] Make tests runs on push (#240)Rémi Flamary
* run test for every push * rename action to tests
2021-04-16[MRG] build wheels with arm64 (raspberry PI) (#238)Rémi Flamary
* add optional build wheels in PR * test if in build wheels * remove wheels builders * update build wheels et tets run * add big sur * add arm64 wheels and build wheels * build wheels please * build wheels * build wheels with proper file now * build wheels debuged * remove big sur * build wheels debuged * add weekly build and test build wheels and build all wheels * whange name weekly build * add potntial no ci and no pep8 flags * change name of actions
2021-04-15[MRG] Add new python versions for tests (also macos and windows) (#237)Rémi Flamary
* update python versions and add macosx bigsur * add versions macosx * remove big sur and add 3.7 in macos * disable paramell on macosx * remove double run of tests that was running both on push and pr
2021-04-15[WIP] Update build_wheels to new version and allow force build in PR for ↵Rémi Flamary
debug (#236) * add optional build wheels in PR * test if in build wheels * remove wheels builders * update build wheels et tets run
2020-10-22[MRG] Cleanup minimal build and add separate build for pep8 (#210)Rémi Flamary
* cleanup requiorement minimal * add pep8 build * cleanup sklearn * skip test if no sklearn * debug build yaml * comment error out in test (test sklearn) * maybe small stuff for better robustness : copy the sub-array * bump verison minimal build * update version strict requireent * update version strict requirement last change
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-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-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-04rename files and add pull request for proper status in prRémi Flamary
2020-04-24build wheels on push to masterRémi Flamary
2020-04-23Merge branch 'master' into rm_travisRémi Flamary
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-23set action to release eventRémi Flamary
2020-04-22stick to linux wheels for current releaseRémi Flamary
2020-04-22remove macosxRémi Flamary
2020-04-22debug build wheels windowsRémi Flamary
2020-04-22test build wheels windowsRémi Flamary
2020-04-22propoer ciwb before buildRémi Flamary
2020-04-22force install cythonRémi Flamary
2020-04-22add wheel build actionRémi Flamary
2020-04-22rename circleci redicrector actionRémi Flamary
2020-04-22add flake8 fail to github actionsRémi Flamary
2020-04-21fix GH Action badge in readme (#153)Alexandre Gramfort
2020-04-21rm travisAlexandre Gramfort
2020-04-21Windows CI (#148)Alexandre Gramfort
* add Windows build on GH actions
2020-04-21fix?Alexandre Gramfort
2020-04-21run tests in GH actionsAlexandre Gramfort
2020-04-21fix?Alexandre Gramfort
2020-04-21fixAlexandre Gramfort
2020-04-21run gh actions all the timeAlexandre Gramfort