summaryrefslogtreecommitdiff
path: root/ot/lp
AgeCommit message (Expand)Author
2021-10-25[MRG] Backend for optim (#282)ncassereau-idris
2021-09-29[MRG] OpenMP support (#260)kguerda-idris
2021-06-01[MRG] POT numpy/torch/jax backends (#249)Rémi Flamary
2021-05-26Docs correction (#252)ncassereau-idris
2021-04-21[MRG] Fixes issue #239 (deprecated numpy types) (#244)Rémi Flamary
2021-04-19[MRG] Cleanup test warnings (#242)Rémi Flamary
2020-11-12change precision EPSILON in C code (#217)Nicolas Courty
2020-10-22[MRG] Cleanup minimal build and add separate build for pep8 (#210)Rémi Flamary
2020-07-20Correct documentation for support barycenter (#201)AdrienCorenflos
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 branch 'master' into doc_v0.7Rémi Flamary
2020-05-05remove dense from ducumentationRémi Flamary
2020-05-04Add nogil to EMD_wrapMarc Glisse
2020-04-24correct doc for emdRémi Flamary
2020-04-23[WIP] Issue with sparse emd and adding tests on macos (#158)Nicolas Courty
2020-04-07Merge branch 'master' into laplace_daievred
2020-04-03remove commented lineievred
2020-04-02laplace v1ievred
2020-04-02Remove flatten, it's not useful.AdrienCorenflos
2020-04-02Auto PEP8AdrienCorenflos
2020-04-01Fix orderingAdrienCorenflos
2020-01-30comlete documentationRémi Flamary
2020-01-27correct emd2 and add centering for dual potentialsRémi Flamary
2020-01-27correct bug in emd emd2 still todoRémi Flamary
2020-01-07Merge branch 'master' into emd_dimensionKilian
2019-12-18cleanup emd.h and pyx fileRémi Flamary
2019-12-18correct documentation in pyx fileRémi Flamary
2019-12-18cleanup variable name denseRémi Flamary
2019-12-10change or in assert by andKilian
2019-12-09add assert for emd dimension mismatchKilian
2019-12-03first implemntation sparse lossRémi Flamary
2019-12-02proper documentation and parameterRémi Flamary
2019-12-02add awesome sparse solverRémi Flamary
2019-12-02nothing explodes and it compilesRémi Flamary
2019-11-29correct bad speedupRémi Flamary
2019-11-29cant beleive i forgot a semicolumnRémi Flamary
2019-11-29cleanup cpp code and annd emd with sparse Ot matrixRémi Flamary
2019-07-05cleanup parmap on windowsRémi Flamary
2019-07-03doc in modulesRémi Flamary
2019-07-02Merge branch 'master' into doc_modulesRémi Flamary
2019-07-01Set numpy array formatting version to post-1.13Romain Tavenard
2019-06-27Merge branch 'master' into doc_modulesRémi Flamary
2019-06-27Added RT as a contributor + "optimized" Cython math operationsRomain Tavenard
2019-06-27Wasserstein defined as the cost itself (do not return transportation matrix)Romain Tavenard
2019-06-27Improved tests and docs for wasserstein_1dRomain Tavenard
2019-06-27Added minkowski variants and wasserstein_1d functionsRomain Tavenard
2019-06-24Made weight vectors optional to match scipy's wass1d APIRomain Tavenard
2019-06-24Added more docstrings (Cython) + fixed link to ot.dist docRomain Tavenard