summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Merge pull request #743 from VincentRouvreau/bibtex_authors_separatorVincent Rouvreau
Use 'and' to separate authors with bibtex
2022-11-21doc review: LaTeX was not compiling - unbalanced and accent issueVincent Rouvreau
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 pull request #735 from mglisse/hera2Vincent Rouvreau
Update to Hera 2
2022-11-21Merge pull request #720 from mglisse/ST-batch-verticesVincent Rouvreau
New function to insert several vertices in a Simplex_tree
2022-11-21Merge branch 'master' into ST-batch-verticesVincent Rouvreau
2022-11-18Merge pull request #741 from mglisse/maxdimMarc Glisse
Rename argument of expansion
2022-11-18Catch warnings in wasserstein testMarc Glisse
2022-11-18pytest.warns(None) deprecatedMarc Glisse
The warnings points to https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests
2022-11-18sklearn's DistanceMetric has movedMarc Glisse
2022-11-18Use 'and' to separate authors with bibtexVincent Rouvreau
2022-11-18Merge pull request #700 from VincentRouvreau/cite_gudhi_biblioVincent Rouvreau
Proposal for how_to_cite_gudhi update
2022-11-17Merge pull request #331 from mglisse/insertVincent Rouvreau
convert array of filtration values to SimplexTree
2022-11-17Rename argument of expansionMarc Glisse
2022-11-17Advertise new SimplexTree functions in Rips user manualMarc Glisse
2022-11-16More submodule options in the howtoMarc Glisse
2022-11-16Merge branch 'master' into endpointsMarc Glisse
2022-11-16Merge remote-tracking branch 'refs/remotes/mine/insert' into insertMarc Glisse
2022-11-16Clarify doc.Marc Glisse
2022-11-16Release notesMarc Glisse
2022-11-16Merge branch 'master' into insertMarc Glisse
2022-11-16Use float for max_filtration in testMarc Glisse
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-11-15Merge pull request #729 from mglisse/qglviewer27Vincent Rouvreau
Handle QGLViewer >= 2.7.0
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-15doc review: Remove KNearestNeighbors and TimeDelayEmbedding as theyy are ↵Vincent Rouvreau
unlikely to be cited
2022-11-14Fix doc of attributesMarc Glisse
2022-11-14Support QGLViewer >=2.7debian/3.6.0+dfsg-4Gard Spreemann
2022-11-14Avoid the word "guess"Marc Glisse
2022-11-14Document grid_Marc Glisse
2022-11-14Update python representations module contributorsVincent Rouvreau
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-14Merge pull request #727 from mglisse/writeoffVincent Rouvreau
New write_points_to_off_file
2022-11-14Merge pull request #726 from VincentRouvreau/remove_spiral_datasetVincent Rouvreau
Remove spiral 2d as it can be fetch from python interface
2022-11-12Handle QGLViewer >= 2.7.0Marc Glisse
2022-11-11blackMarc Glisse
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-09Merge pull request #710 from hschreiber/bottleneck_distance_issue_fixVincent Rouvreau
Bottleneck distance issue #701 fix