summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Collapse)Author
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-10-05Merge pull request #686 from albert-github/feature/bug_spell_20220825Vincent Rouvreau
Spelling corrections
2022-08-25Spelling correctionsalbert-github
Correction of some obvious spelling errors
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Forgotten file for 3.6.0Vincent Rouvreau
2022-08-12Fix version inconsistencies and #579Vincent Rouvreau
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-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-08-05Merge pull request #660 from Hind-M/keops_dtm_warningsVincent Rouvreau
Enable keops dtm warnings
2022-08-02Pull out the for loop in testHind-M
2022-07-28Modify doc in simplex_tree in order to match codeHind-M
2022-07-27Enable keops dtm warningsHind-M
2022-06-28doc review: missing parenthesisVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-06-27doc review: Full path for representations gudhi module for sphinx to find ↵Vincent Rouvreau
the modules
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
2022-06-17doc review: tuple instead of pair - index is 'm' and not 'n'Vincent Rouvreau
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-17Merge masterVincent Rouvreau
2022-06-09removed default field coefficientMathieuCarriere
2022-06-07DiagramScaler removed from EntropyManu
2022-06-07Rephrase description for fetch functionsHind-M
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-07Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-07Merge pull request #590 from ↵Vincent Rouvreau
VincentRouvreau/simplex_tree_extended_persistence_enhancement extended_persistence uses directly get_persistent_pairs
2022-06-07fix doc + added homology field coeffMathieuCarriere
2022-06-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-06-01fix docMathieuCarriere
2022-05-25Add info in the doc concerning default data_home and 'GUDHI_DATA' env variableHind-M
2022-05-24Make get_data_home function privateHind-M
2022-05-24Specify in doc the use of cache when fetching datasets with wrapping functionsHind-M
2022-05-24Use autofunction instead of automodule in doc and add 2d spiral imageHind-M
2022-05-23Merge masterVincent Rouvreau
2022-05-23Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-23updated output for cubical complexesMathieuCarriere
2022-05-23Merge pull request #619 from albert-github/feature/bug_persistent_linksVincent Rouvreau
Documentation: Non persistent links
2022-05-23[skip ci] example from a small moleculeVincent Rouvreau
2022-05-22Update src/python/test/test_simplex_tree.pyalbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-21Documentation: Non persistent linksalbert-github
During the link check we found some references to `#title..` in respect to links to CGAL, these links work at the moment but are, by CGAL, generated links during runtime based on the HTML `<H...>` tags. When a new paragraph or chapter is added these numbers will change and thus will the link point to the wrong place. All these items have also a more persistent reference anchor that is generated based on the `<name>` of the section (e.g. `\section <name> <description>`). Therefore it is better to used the references based on the `<name>`.
2022-05-20Documentation: Updating redirected linksalbert-github
Updating simple links in documentation sources for which we got during link checking: ``` This is a permanent redirect. The link should be updated. ```
2022-05-18Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-17Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-17Merge remote-tracking branch 'origin/master' into collapse-pr2Marc Glisse
2022-05-16code review: use isinstance(x, T) instead of issubclass(type(x),T)Vincent Rouvreau
2022-05-16code review: limit test was not respecting the one described in the ↵Vincent Rouvreau
documentation