summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-11fixed landscapemathieu
2019-12-11Update src/python/doc/representations.rstMathieu Carrière
Co-Authored-By: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2019-12-10fixed doc and examplesmathieu
2019-12-08fixed useless coordinates in Landscape if min and max are computed from dataMathieuCarriere
2019-12-06Rollback as sphinx does not want to build. No output so it is hard to debugROUVREAU Vincent
2019-12-06Add scikit-learn to build python docROUVREAU Vincent
2019-12-06sphinx module shall work as travis updated it with 2.2.1 versionROUVREAU Vincent
2019-12-03Merge pull request #156 from VincentRouvreau/gudhi_citation_updateVincent Rouvreau
Fix #101 Fix #102
2019-12-02Code review : year is also generatedROUVREAU Vincent
2019-12-02Some bad cgal referenced bibliography as it was updatedROUVREAU Vincent
2019-12-02CMake generates how_to_cite_gudhi.bib to auto update versionROUVREAU Vincent
2019-11-29Fix various links for sphinxMarc Glisse
and some minor doc changes along the way. (why were we documenting a hasse diagram that doesn't exist?)
2019-11-28Add sphinx paramlinks to CIMarc Glisse
2019-11-28Merge pull request #160 from VincentRouvreau/persistence_graphical_tool_fixVincent Rouvreau
Persistence graphical tool fix
2019-11-27Code review : for loop simplificationROUVREAU Vincent
2019-11-27Fix #112 density side by side with its diagramROUVREAU Vincent
2019-11-27Fix #150 axes has no attribute colorbarROUVREAU Vincent
2019-11-26Merge pull request #147 from mglisse/sktda-tweaks-glisseMarc Glisse
Minor tweaks to representations
2019-11-26Fix link.Marc Glisse
2019-11-26Fix doxygen warnings about new cgal bibtex entriesROUVREAU Vincent
2019-11-26Citing shall refer to a specific version, not latestROUVREAU Vincent
2019-11-22Update gudhi bibtexROUVREAU Vincent
2019-11-22Update cgal bibtexROUVREAU Vincent
2019-11-22Merge pull request #154 from VincentRouvreau/cpp_dependencies_errorVincent Rouvreau
Cpp dependencies error
2019-11-22Merge pull request #153 from ↵Vincent Rouvreau
VincentRouvreau/python_installation_documentation_improvements Fix #88 #89 and #90
2019-11-22Merge pull request #143 from mglisse/explotMarc Glisse
Add examples of 3d plots of complexes
2019-11-22Error message in #10 fix was not correct, bad copy/pasteROUVREAU Vincent
2019-11-22Fix #142: Bottleneck.h already have such a check and CGAL dependency is only ↵ROUVREAU Vincent
due to Bottleneck
2019-11-22Add information about *make python* and *make clean* target. It does not ↵ROUVREAU Vincent
fix, but workaround issues #88 #89 and #90
2019-11-22Fix typo - module*s* require plural formROUVREAU Vincent
2019-11-22Simplify and boldify main pages (modules, installation, examples, ...) in ↵ROUVREAU Vincent
the left top menu of sphinx documentation
2019-11-22Fix link to bottleneck_distance.Marc Glisse
2019-11-21Generalize Clamping to min and maxMarc Glisse
Fix #146.
2019-11-21Merge pull request #119 from ↵Vincent Rouvreau
VincentRouvreau/persistence_graphical_tool_improvements Persistence graphical tool improvements
2019-11-21Code review : review races for read_persistence_intervals_in_dimension functionROUVREAU Vincent
2019-11-20More tweaks in representationsMarc Glisse
wording for the case where CGAL is missing comparing pointers is sufficient to detect if we are doing fit_transform epsilon is an additive error for bottleneck, so it is unsafe to use 1e-3 or 1e-4 as default
2019-11-20Minor tweaks to representationsMarc Glisse
uniform -> even matmul -> indexing min+max -> clip
2019-11-20Use matplotlib axes to be able to subplot persistence graphical toolsROUVREAU Vincent
2019-11-20Code review : rollback array initROUVREAU Vincent
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-11-19Merge pull request #71 from MathieuCarriere/sklearn_tdaVincent Rouvreau
sklearn-tda
2019-11-19Merge pull request #145 from mglisse/warn-assign-filtVincent Rouvreau
Add warning in the doc of assign_filtration
2019-11-19Add warning in the doc of assign_filtrationMarc Glisse
Apparently some users expect that it will magically "fix" other simplices so it remains a valid filtration.
2019-11-19Merge pull request #127 from VincentRouvreau/alpha_complex_with_cgal_epeck_dVincent Rouvreau
Alpha complex with cgal epeck d
2019-11-19Doc review: Add the starting point of the documentation in the Alpha complex ↵ROUVREAU Vincent
reference
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-11-16Merge pull request #137 from mglisse/is_equalVincent Rouvreau
Replace 'is' with == or similar.
2019-11-16Merge pull request #138 from mglisse/empty_complexVincent Rouvreau
Empty complexes have 0 (not -1) Betti numbers
2019-11-16Doc review: Add the starting point of the documentationROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent