summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Collapse)Author
2023-01-03fix get_paramsMarc 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-15Merge pull request #719 from mglisse/endpointsVincent Rouvreau
More consistent choice of a grid for diagram representations
2022-11-21Insert vertices firstMarc Glisse
2022-11-21Merge pull request #744 from mglisse/distancemetricVincent Rouvreau
sklearn's DistanceMetric has moved
2022-11-21Merge pull request #735 from mglisse/hera2Vincent Rouvreau
Update to Hera 2
2022-11-18Merge pull request #741 from mglisse/maxdimMarc Glisse
Rename argument of expansion
2022-11-18sklearn's DistanceMetric has movedMarc Glisse
2022-11-17Rename argument of expansionMarc Glisse
2022-11-16Merge branch 'master' into endpointsMarc Glisse
2022-11-16Clarify doc.Marc Glisse
2022-11-16Merge branch 'master' into insertMarc Glisse
2022-11-15Also provide ssize_t for wassersteinMarc Glisse
I think I'll merge the 2 files later.
2022-11-15Update to Hera 2Marc Glisse
2022-11-14Fix doc of attributesMarc Glisse
2022-11-14Avoid the word "guess"Marc Glisse
2022-11-14Document grid_Marc Glisse
2022-11-14endpoints for Entropy, idempotent fit(), refactor grid_Marc Glisse
2022-11-14Merge pull request #725 from mglisse/rips_pointsVincent Rouvreau
Make RipsComplex construction less confusing
2022-11-11Special case for writing 3d OFFMarc Glisse
2022-11-11Link to OFF formatMarc Glisse
2022-11-09New write_points_to_off_fileMarc Glisse
2022-11-08Reject positional arguments in RipsComplex.__init__Marc Glisse
2022-11-08Clarify doc of RipsComplex.__init__Marc Glisse
2022-11-04Merge pull request #717 from mglisse/scipy19Vincent Rouvreau
Translate n_jobs to workers for SciPy
2022-11-04More consistent choice of a grid for diagram representationsMarc Glisse
2022-11-03Translate n_jobs to workers for SciPyMarc Glisse
2022-10-19Merge branch 'master' into optimize_silhouetteswreise
2022-10-16doc + commentsMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-10-15Treat the case when there are less points than landscape layerswreise
2022-10-15Remove old lineswreise
2022-10-15Fix badly centered barcodeMarc Glisse
2022-10-12Clean argpartitionwreise
2022-10-07Remove enumeratewreise
2022-10-07Merge branch 'master' into optimize_silhouetteswreise
2022-10-07Add triming of the range; Marcs' commentswreise
2022-08-25Spelling correctionsalbert-github
Correction of some obvious spelling errors
2022-08-10Merge branch 'master' into optimize_silhouetteswreise
2022-08-10Merge branch 'master' into sklearn_cubicalVincent Rouvreau
2022-08-09Merge pull request #584 from Soriano-Trigueros/masterVincent Rouvreau
A bug in the Entropy function has been solved
2022-08-05Test the numpy versionwreise
2022-08-05code review: transform rtype was not correctVincent Rouvreau
2022-08-05code review: no need of default value for homology_dimensionsVincent Rouvreau
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-07-28Modify doc in simplex_tree in order to match codeHind-M
2022-06-28doc review: missing parenthesisVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-06-24changed dimensions into homology_dimensionsMathieuCarriere
2022-06-20code review: rename homology_dimensions argument. Use and document numpy ↵Vincent Rouvreau
reshape instead of cubical dimension argument