summaryrefslogtreecommitdiff
path: root/ot
AgeCommit message (Expand)Author
2021-12-26[MRG] Release 0.8.1 (#325)Rémi Flamary
2021-12-15[WIP] Update version in to 0.8.1dev and release file (#323)Rémi Flamary
2021-12-09[MRG] Tensorflow backend & Benchmarker & Myst_parser (#316)Nathan Cassereau
2021-12-06[MRG] Fix issue 317 (#318)Hongwei Jin
2021-12-03[MRG] Cupy backend (#315)Nathan Cassereau
2021-11-17[MRG] SinkhornL1L2 bug solve (#313)Nathan Cassereau
2021-11-17[MRG] SinkhornL1L2Transport bug (#312)Nathan Cassereau
2021-11-16[WIP] Fix gradient scaling bug in emd (#310)Rémi Flamary
2021-11-08[MRG] Distance calculation bug solve (#306)Nathan Cassereau
2021-11-05[MRG] Release 0.8 (#289)Rémi Flamary
2021-11-05[MRG] Tests with types/device on sliced/bregman/gromov functions (#303)ncassereau-idris
2021-11-04[MRG] Add tests about type and GPU for emd/emd2 + 1d variants + wasserstein1d...Rémi Flamary
2021-11-04[MRG] Make gromov loss differentiable wrt matrices and weights (#302)Rémi Flamary
2021-11-03[MRG] Docs updates (#298)ncassereau-idris
2021-11-03[WIP] Add debiased barycenter (Sinkhorn + convolutional sinkhorn) (#291)Hicham Janati
2021-11-02[MRG] Sliced and 1D Wasserstein distances : backend versions (#256)Nicolas Courty
2021-11-02[MRG] Backend for gromov (#294)ncassereau-idris
2021-10-29[MRG] add normalization of distances for WDA (#172)Hexuan_Liu
2021-10-27[WIP] Sinkhorn in log space (#290)Rémi Flamary
2021-10-25[MRG] Backend for optim (#282)ncassereau-idris
2021-10-25[MRG] Bregman backend (#280)ncassereau-idris
2021-10-25[MRG] Regularization path for l2 UOT (#274)haoran010
2021-10-22Add set_gradients method for JAX backend. (#278)AdrienCorenflos
2021-09-30[MRG] GPU bugs solve (#288)ncassereau-idris
2021-09-29[MRG] OpenMP support (#260)kguerda-idris
2021-09-28[MRG] Regularized OT (optim.cg) bug solve (#286)ncassereau-idris
2021-09-17[MRG] Implementation of two news algorithms: SaGroW and PoGroW. (#275)Tanguy
2021-09-06[MRG] Projection Robust Wasserstein (#267)Minhui Huang
2021-06-14[MRG] Batch/Lazy Log Sinkhorn Knopp on samples (#259)Huy Tran
2021-06-02[WIP] Add Wasserstein GAN and debug memory leak (#254)Rémi Flamary
2021-06-01[MRG] POT numpy/torch/jax backends (#249)Rémi Flamary
2021-05-26Docs correction (#252)ncassereau-idris
2021-04-22[WIP] Build doc in master and stable separately and have both versions on the...Rémi Flamary
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
2021-04-19BUG/DOC FIX - Sinkhorn divergence used the wrong weights, and sinkhorn2 didn'...AdrienCorenflos
2021-04-15[MRG] Add new python versions for tests (also macos and windows) (#237)Rémi Flamary
2020-12-22[WIP] Update documentation "Why OT" section (#220)Rémi Flamary
2020-11-12change precision EPSILON in C code (#217)Nicolas Courty
2020-10-22[MRG] Fix bugs for partial OT (#215)Laetitia Chapel
2020-10-22[MRG] Sliced wasserstein (#203)AdrienCorenflos
2020-10-22[MRG] Cleanup minimal build and add separate build for pep8 (#210)Rémi Flamary
2020-08-24Check if alpha is not None when restricting it to be at most 1 (#199)Panayiotis Panayiotou
2020-08-24Fix to BaseTransport.transform_labels() (#208)Samarth Mishra
2020-07-20Correct documentation for support barycenter (#201)AdrienCorenflos
2020-06-22Revert "[WIP] Update bregman.py : barycenter_sinkhorn function (#195)" (#196)Rémi Flamary
2020-06-22[WIP] Update bregman.py : barycenter_sinkhorn function (#195)Rémi Flamary
2020-05-26Restrict Armijo linesearch function step to be at most 1 (#189)Panayiotis Panayiotou
2020-05-19[MRG] Codecov options + remove 2.7 (#178)Ayush Karnawat
2020-05-05fix failing test - cur_idx needs to be incremented by 1 after the loopAdrienCorenflos