summaryrefslogtreecommitdiff
path: root/ot
AgeCommit message (Collapse)Author
2020-04-25Remove bundled funcsigs.Gard Spreemann
2019-09-09merge new unbalancedRémi Flamary
2019-09-04improve docHicham Janati
2019-09-03add unbalanced_barycenter importHicham Janati
2019-09-03fix doctest examplesHicham Janati
2019-09-03same for unbalancedHicham Janati
2019-09-03style + make funcs publicHicham Janati
2019-08-28fix empirical sinkhorn doc-exampleHicham Janati
2019-08-28correct call of unbalanced with reg_mHicham Janati
2019-08-28remove square in convergence checkHicham Janati
add unbalanced with stabilization add unbalanced tests with stabilization fix doctest examples add xvfb in travis remove explicit call xvfb in travis change alpha to reg_m minor flake8 remove redundant sink definitions + better doc and naming add stabilized unbalanced barycenter + add not converged warnings add test for stable barycenter add generic barycenter func + make method funcs private fix typo + add method test for barycenters fix doc examples + add xml to gitignore fix whitespace in example change logsumexp import - scipy deprecation warning fix doctest improve naming + add stable barycenter in bregman add test for stable bar + test the method arg in bregman
2019-08-12Attempting to fix docstylengayraud
2019-08-12Attempting to fix docstylengayraud
2019-08-12fixes for travis, added test, minor nitsngayraud
2019-08-12Added Unbalaced transport to domain adaptation methods. Corrected small bug ↵ngayraud
related to warnings in unbalaced.py . Added an error message when user wants to normalize with other than expected cost normalization functions.
2019-07-23rebase unbalancedHicham Janati
2019-07-23fix issue 94 + add testHicham Janati
2019-07-23Merge branch 'master' of https://github.com/rflamary/POT into ↵Hicham Janati
fix_mismatch_error_94
2019-07-22fix doctest examplesHicham Janati
2019-07-22add unbalanced with stabilizationHicham Janati
2019-07-19remove square in convergence checkHicham Janati
2019-07-09trailing spacesAlexandre Gramfort
2019-07-09moreAlexandre Gramfort
2019-07-09moreAlexandre Gramfort
2019-07-09first pass with adding pydocstyle in makefileAlexandre Gramfort
2019-07-05cleanup parmap on windowsRémi Flamary
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-07-02Merge branch 'master' into doc_modulesRémi Flamary
2019-07-02Fix tolerance in doctestRomain Tavenard
2019-07-02Bugfix (python2 in unbalanced)Romain Tavenard
2019-07-01Fixed all doctests assuming functions are working properly (actually tested ↵Romain Tavenard
in tests/)
2019-07-01Set numpy array formatting version to post-1.13Romain Tavenard
2019-07-01Fixed doctestsRomain Tavenard
2019-07-01Moved GPU doctests to test_gpu for tests not to fail if no GPU availableRomain 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-27Merge branch 'master' into masterRomain Tavenard
2019-06-27Improved tests and docs for wasserstein_1dRomain Tavenard
2019-06-27Added minkowski variants and wasserstein_1d functionsRomain Tavenard
2019-06-25alpha for documentationRémi Flamary
2019-06-25Merge branch 'master' into doc_modulesRémi Flamary
2019-06-25pep8Rémi Flamary
2019-06-25cleanup documentation gromovRémi Flamary
2019-06-24update docstrings + initHicham Janati
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
2019-06-24Added docstringsRomain Tavenard
2019-06-21Started documentingRomain Tavenard