summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-13code review: was not DRY at allVincent Rouvreau
2023-01-13Split Delaunay complex in 4 executables to relieve windows CIVincent Rouvreau
2023-01-12Merge pull request #769 from VincentRouvreau/strip_python_modulesVincent Rouvreau
Python pip modules enhancements
2023-01-11Merge pull request #736 from mglisse/hera-matchVincent Rouvreau
Provide matching in hera.wasserstein_distance
2023-01-06Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2023-01-05Merge pull request #782 from mglisse/sklearn-getparamsVincent Rouvreau
Fix get_params for vector_methods
2023-01-04Merge pull request #740 from mglisse/insert2Vincent Rouvreau
Advertise the new SimplexTree functions in the Rips user manual
2023-01-03fix get_paramsMarc Glisse
2022-12-17Advertise edge collapses more.Marc Glisse
2022-12-17Make the order of atol centers a bit more reproducible.Marc Glisse
2022-12-17Fix Atol doctestMarc Glisse
the skip marks were on the wrong lines, which resulted in WARNING: ignoring invalid doctest code Reminder: testoutput was disabled because it was too random (the lines are swapped if I run it right now).
2022-12-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-12-15Merge pull request #719 from mglisse/endpointsVincent Rouvreau
More consistent choice of a grid for diagram representations
2022-12-13Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-12-13Strip dynamic libraries in release mode for smaller pip packages under linuxVincent Rouvreau
2022-12-12Merge pull request #759 from VincentRouvreau/fix/wrong_cech_option_nameVincent Rouvreau
Fix option name in Cech utility documentation
2022-12-12Merge pull request #762 from VincentRouvreau/quadratic_tangentialVincent Rouvreau
Insert sorted vertices in batch for tangential complex
2022-12-12Update src/Cech_complex/utilities/cechcomplex.mdVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-12-10Document None as matching in the infinite distance caseMarc Glisse
2022-12-10Clarify commentMarc Glisse
2022-12-10Use std::optional for possibly None argument.Marc Glisse
2022-12-09code review: bad copy/paste of a commentVincent Rouvreau
2022-12-06Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-12-05insert sorted vertices in batch to avoid quadratic behaviour in the simplex treeVincent Rouvreau
2022-12-02Modifications to test biblio files in CIVincent Rouvreau
2022-11-30Fix option name in Cech utility documentationVincent Rouvreau
2022-11-30Merge pull request #754 from mglisse/insert-vertices-firstVincent Rouvreau
Insert vertices first
2022-11-25Merge pull request #737 from mglisse/cover-heraVincent Rouvreau
Fall back to Hera's bottleneck in Nerve_GIC
2022-11-25Remove redundant includeMarc Glisse
2022-11-22Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-11-22Merge pull request #753 from VincentRouvreau/fix/cmake_numpy_dependencyVincent Rouvreau
Python module should not be compiled if numpy is not found
2022-11-22Merge pull request #745 from mglisse/pytest-warns-noneVincent Rouvreau
pytest.warns(None) deprecated
2022-11-21Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-11-21Update the path for HeraMarc Glisse
2022-11-21Declare variable even on the error path.Marc Glisse
2022-11-21Always include Hera's directoryMarc Glisse
2022-11-21Fall back to Hera's bottleneck without CGALMarc Glisse
Once we move to Hera 2, we could just add it to include_directories and not bother adding it specifically for 3 python files + some tests and examples. [skip ci]
2022-11-21Insert vertices firstMarc Glisse
2022-11-21Merge pull request #751 from mglisse/virtualVincent Rouvreau
Handle clang warnings
2022-11-21Python module should not be compiled if numpy is not foundVincent Rouvreau
2022-11-21Merge pull request #744 from mglisse/distancemetricVincent Rouvreau
sklearn's DistanceMetric has moved
2022-11-21Merge pull request #746 from mglisse/warnwassVincent Rouvreau
Catch warnings in wasserstein test
2022-11-21Handle clang warningsMarc Glisse
The other virtual functions already had override. `#if` ended up presenting the compiler with preprocessed code that admittedly looked suspicious, although it is obviously fine if you look at the original source. Still, the brackets don't hurt much.
2022-11-21Merge branch 'perslay' of https://github.com/MathieuCarriere/gudhi into perslayMathieuCarriere
2022-11-21Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-11-21Merge pull request #735 from mglisse/hera2Vincent Rouvreau
Update to Hera 2
2022-11-21Merge branch 'master' into ST-batch-verticesVincent Rouvreau
2022-11-21Also update the testMarc Glisse
2022-11-20Keep perslay-related stuff under gudhi.tensorflow.perslayMarc Glisse
2022-11-20Merge branch 'perslay' of https://github.com/MathieuCarriere/gudhi into perslayMathieuCarriere