summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-04-14More testingMarc Glisse
2020-04-13Tweak to detect fit_transformMarc Glisse
2020-04-13Remove left-over codeMarc Glisse
eagerpy is only used with enable_autodiff
2020-04-13Generalize enable_autodiff to more implementationsMarc Glisse
Still limited to L^p
2020-04-13Fix NaN gradient with pytorchMarc Glisse
2020-04-13Small autodiff tweaksMarc Glisse
2020-04-13enable_autodiff with keopsMarc Glisse
This doesn't seem like the best way to handle it, we may want to handle it like a wrapper that gets the indices from knn (whatever backend) and then computes the distances.
2020-04-12Parallelize the "precomputed" case of knnMarc Glisse
It is supposed to be possible to compile numpy with openmp, but it looks like it isn't done in any of the usual packages. It may be possible to refactor that code so there is less redundancy.
2020-04-11Use longer namesMarc Glisse
2020-03-30BiblioMarc Glisse
2020-03-28Default param of 2 for DTMMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28Optional sort_resultsMarc Glisse
2020-03-28CommentMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28docMarc Glisse
2020-03-28Doc tweaks, default DTM exponentMarc Glisse
2020-03-28Missing testMarc Glisse
2020-03-27docMarc Glisse
2020-03-27Improve coverageMarc Glisse
2020-03-26clean-up use of "implementation"Marc Glisse
2020-03-26licenseMarc Glisse
2020-03-26licenseMarc Glisse
2020-03-26HNSWlib doesn't define __version__Marc Glisse
2020-03-26cmakeMarc Glisse
2020-03-23Merge pull request #254 from ↵Vincent Rouvreau
VincentRouvreau/python_modules_documentation_improvement Python modules documentation improvement
2020-03-23Shorter headers in sphinx: Introduced in -> Since and Copyright -> LicenseROUVREAU Vincent
2020-03-23Code review: remove useless vectorROUVREAU Vincent
2020-03-23Code review: use complex_simplex_range instead of the filtration oneROUVREAU Vincent
2020-03-23Doc review: document what is the filtration value when not computedROUVREAU Vincent
2020-03-22Merge master and resolve conflictsROUVREAU Vincent
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Another proposal to fix #248ROUVREAU Vincent
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17Fix #224ROUVREAU Vincent
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
Generators for Simplex_tree
2020-03-17Remove code that was commented out.Marc Glisse
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
optimal matching in Wasserstein distance (pot) (Fix #203)
2020-03-16correction of typo in usr.rsttlacombe
2020-03-16correction typo in usr.rsttlacombe
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
Iterator over simplex tree
2020-03-16changed typo in doc (diag --> dgm), used integer for order and internal p, ↵tlacombe
simplify th ecode
2020-03-16changed doc of matchings for a more explicit (and hopefully sphinx-valid) ↵tlacombe
version
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
About adding timedelay for feature engineering
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed
2020-03-13Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-03-13Merge pull request #237 from ↵Vincent Rouvreau
VincentRouvreau/handle_nan_in_simplex_tree_make_filtration_non_decreasing Fix #172 and add a proper comment on the modification
2020-03-13Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-03-13Merge remote-tracking branch 'upstream/master' into optimal_matching_wassersteinMarc Glisse
2020-03-12Update heraMarc Glisse