summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08fix binary indexingMokhtar Z. Alaya
2020-01-08using binary indexing for definition the active setsMokhtar Z. Alaya
2020-01-07fix typos in documentationMokhtar Z. Alaya
2020-01-07fix definitions complementary active sets Ic, JcMokhtar Z. Alaya
2020-01-07replace reshape by numpy slicing in returnMokhtar Z. Alaya
2020-01-07fix default values for the budget argumentsMokhtar Z. Alaya
2020-01-07set default param. for LBFGS in the function's prototypeMokhtar Z. Alaya
2020-01-07replace @ operator by np.dotMokhtar Z. Alaya
2020-01-07delete "ArrayBox"-type test of dist. matrix MMokhtar Z. Alaya
2020-01-07improve documentation of screenkhornMokhtar Z. Alaya
2020-01-07update READMEMokhtar Z. Alaya
2020-01-07update READMEMokhtar Z. Alaya
2020-01-07update READMEMokhtar Z. Alaya
2020-01-07update readmeMokhtar Z. Alaya
2020-01-07update readmeMokhtar Z. Alaya
2020-01-07close "bottleneck" tagMokhtar Z. Alaya
2020-01-06add screenkhorn: screening Sinkhorn algorithmMokhtar Z. Alaya
2019-12-19Merge pull request #109 from rflamary/sparse_emdRémi Flamary
2019-12-18cleanup emd.h and pyx fileRémi Flamary
2019-12-18correct documentation in pyx fileRémi Flamary
2019-12-18update testRémi Flamary
2019-12-18cleanup variable name denseRémi Flamary
2019-12-03first implemntation sparse lossRémi Flamary
2019-12-02pep8Rémi Flamary
2019-12-02add test emd2 multiRémi Flamary
2019-12-02add test emd2Rémi Flamary
2019-12-02add test emd2Rémi Flamary
2019-12-02remove useless variableRé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-11-29complete gitignoreRémi Flamary
2019-11-18Merge pull request #108 from kilianFatras/masterRémi Flamary
2019-11-15fix bug numItermax emd in cgKilian
2019-11-15Remove github action tests (PR is coming)Rémi Flamary
2019-11-15correct testsRémi Flamary
2019-11-15Create pythonpackage.ymlRémi Flamary
2019-11-13fix log bug in gromov_wasserstein2Kilian
2019-10-24Merge pull request #106 from hichamjanati/fix-weighted-barRémi Flamary
2019-10-20fix loop counter in barycenter + precision of dual variablesHicham Janati
2019-10-19same for unbalancedHicham Janati
2019-10-19add weights arg in generic barycenter funcHicham Janati
2019-09-10Merge pull request #91 from rflamary/v1.0Rémi Flamary
2019-09-09cleanup verison number 1.0-Rémi Flamary
2019-09-09merge new unbalancedRémi Flamary
2019-09-09Merge pull request #99 from hichamjanati/unbalanced-barRémi Flamary
2019-09-04improve docHicham Janati