summaryrefslogtreecommitdiff
path: root/ot/__init__.py
AgeCommit message (Expand)Author
2023-04-07[MRG] Release 0.9.0 (#452)Rémi Flamary
2023-03-09[MRG] Semi-relaxed (fused) gromov-wasserstein divergence and improvements of ...Cédric Vincent-Cuaz
2023-02-23[WIP] Wasserstein distance on the circle and Spherical Sliced-Wasserstein (#434)Clément Bonet
2023-01-16[MRG] OT for Gaussian distributions (#428)tgnassou
2022-12-15[MRG] New API for OT solver (with pre-computed ground cost matrix) (#388)Rémi Flamary
2022-05-06[WIP] Generalized Wasserstein Barycenters (#372)eloitanguy
2022-04-21[MRG] Release 8.2 (#365)Rémi Flamary
2022-03-24[MRG] Add factored coupling (#358)Rémi Flamary
2022-02-11[MRG] GW dictionary learning (#319)Cédric Vincent-Cuaz
2022-02-02[MRG] Add weak OT solver (#341)Rémi Flamary
2022-01-14[WIP] Set dev version and add minigallery to quick start guide (#334)Rémi Flamary
2021-12-31[MRG] Release 0.8.1.0 and correct doc build (#332)Rémi Flamary
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-11-05[MRG] Release 0.8 (#289)Rémi Flamary
2021-11-04[MRG] Make gromov loss differentiable wrt matrices and weights (#302)Rémi Flamary
2021-11-02[MRG] Sliced and 1D Wasserstein distances : backend versions (#256)Nicolas Courty
2021-10-25[MRG] Regularization path for l2 UOT (#274)haoran010
2021-06-01[MRG] POT numpy/torch/jax backends (#249)Rémi Flamary
2021-04-22[WIP] Build doc in master and stable separately and have both versions on the...Rémi Flamary
2020-12-22[WIP] Update documentation "Why OT" section (#220)Rémi Flamary
2020-10-22[MRG] Sliced wasserstein (#203)AdrienCorenflos
2020-04-30change release and update reseale fileRémi Flamary
2020-04-24better doc per moduleRémi Flamary
2020-04-20bump beta version and update setup.pyRémi Flamary
2020-04-15partial with initLaetitia Chapel
2020-04-15partial with testsLaetitia Chapel
2019-09-09merge new unbalancedRémi Flamary
2019-09-04improve docHicham Janati
2019-09-03add unbalanced_barycenter importHicham Janati
2019-08-28remove square in convergence checkHicham Janati
2019-07-05prepare for version 1.0Rémi Flamary
2019-07-03doc in modulesRémi Flamary
2019-07-03test raise with pytets in test_emd_1d_emd2_1dRémi Flamary
2019-06-27Merge branch 'master' into doc_modulesRémi Flamary
2019-06-27Wasserstein defined as the cost itself (do not return transportation matrix)Romain Tavenard
2019-06-27Merge branch 'master' into masterRomain Tavenard
2019-06-27Improved tests and docs for wasserstein_1dRomain Tavenard
2019-06-25Merge branch 'master' into doc_modulesRémi Flamary
2019-06-24update docstrings + initHicham Janati
2019-06-21Sparse G matrix for EMD1d + standard metrics computed without cdistRomain Tavenard
2019-06-20EMD 1d without docRomain Tavenard
2019-06-18fix func names + add more testsHicham Janati
2019-06-12add unbalanced sinkhorn algorithmHicham Janati
2019-06-07debut docRémi Flamary
2019-06-06start documentation otRémi Flamary
2018-10-03pipy releaseRémi Flamary
2018-09-28update realease.mdRémi Flamary
2018-08-29version 0.5.0bRémi Flamary
2018-06-15add problems solved in docKilian Fatras