summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
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
2020-04-21add codecov buttonAlexandre Gramfort
2020-04-21try codecov setupAlexandre Gramfort
2020-04-21add artifact redirectAlexandre Gramfort
2019-11-15Remove github action tests (PR is coming)Rémi Flamary