summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-05-18When Reviewing dependencies, I missed this oneROUVREAU Vincent
2020-05-15Merge pull request #295 from yuichi-ike/weighted_ripsVincent Rouvreau
Weighted rips
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
Generators
2020-05-14document modifiedyuichi-ike
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13More size_tMarc Glisse
2020-05-13compute_persistenceMarc Glisse
2020-05-13BOOST_UNREACHABLE_RETURN + commentMarc Glisse
2020-05-13Rephrase comment about cubesMarc Glisse
2020-05-13documents modifiedyuichi-ike
2020-05-12comment modifiedyuichi-ike
2020-05-12a test in a document fixedyuichi-ike
2020-05-12document fixedyuichi-ike
2020-05-12document fixedyuichi-ike
2020-05-12reference and comments addedyuichi-ike
2020-05-11Merge pull request #304 from mglisse/nogil1Marc Glisse
Add some nogil for cython
2020-05-11Merge pull request #312 from mglisse/doiMarc Glisse
More DOI in the biblio
2020-05-11More DOI in the biblioMarc Glisse
and update references from a preprint to the published version
2020-05-11doc reviewROUVREAU Vincent
2020-05-11Update src/python/doc/installation.rstVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-05-11Fix duplicate linkROUVREAU Vincent
2020-05-11Merge branch 'master' into improve_dependencies_documentation2ROUVREAU Vincent
2020-05-11Double underscore is not the correct syntaxROUVREAU Vincent
2020-05-11Merge pull request #294 from VincentRouvreau/fix_sphinx_warningsVincent Rouvreau
Fix sphinx warnings
2020-05-11Fixed by @tlacombeVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-05-11Fixed by @tlacombeVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-05-11Fix #299ROUVREAU Vincent
2020-05-11document and comments added, weights modifiedyuichi-ike
2020-05-09Merge remote-tracking branch 'origin/master' into nogil1Marc Glisse
2020-05-09Merge pull request #308 from mglisse/bottlepy2Marc Glisse
Bottleneck pybind11 interface
2020-05-08Loop on pybind11 modulesMarc Glisse
2020-05-07Warn for initialize_filtrationMarc Glisse
2020-05-07Merge remote-tracking branch 'origin/master' into bottlepy2Marc Glisse
2020-05-07Merge pull request #302 from mglisse/hera-gilMarc Glisse
Fewer copies and no GIL for hera
2020-05-07docMarc Glisse
2020-05-06Reimplement the bottleneck python wrapper with pybind11Marc Glisse
2020-05-06Refactor the numpy -> C++ range conversionMarc Glisse
If we want to reuse it for bottleneck...
2020-05-06Avoid reading outside of allocated regionMarc Glisse
The result was unused, but better be safe.
2020-05-05fix use of threads and n_jobs in ParallelMarc Glisse
2020-05-04Add some nogil for cythonMarc Glisse
2020-05-04Merge pull request #205 from MathieuCarriere/wasserstein_representationsVincent Rouvreau
Integration of Wasserstein distances in representations module
2020-05-03Fewer copies and no GIL for heraMarc Glisse
Now the input arrays are not copied as long as they use a float64 data type, even if they are not contiguous. That's not important here, but I wanted an example of how to do it. More importantly, no need to hold the GIL. I was too lazy to benchmark to see if that changed anything...
2020-05-03Fix TBB Warning: tbb/task_scheduler_init.h is deprecated.ROUVREAU Vincent
2020-04-30Merge pull request #285 from mglisse/wass-autodiffMarc Glisse
Automatic differentiation for Wasserstein distance
2020-04-30Merge pull request #297 from mglisse/size_t_sizeMarc Glisse
Make size() return size_t
2020-04-30int to size_tMathieuCarriere
2020-04-29small modifsMathieuCarriere
2020-04-29small modifsMathieuCarriere
2020-04-29fix conflictMathieuCarriere
2020-04-29Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
wasserstein_representations