summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2022-04-01Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-04-01Doc repeated simplex + nogilMarc Glisse
2022-04-01SimplexTree.insert_batch for multiple simplices of the same dimensionMarc Glisse
2022-03-31code review: no need to nogil for cheap functions. Repeat get_float_relative_...Vincent Rouvreau
2022-03-31Test the featureVincent Rouvreau
2022-03-30Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-30get/set float_relative_precision and its documentationVincent Rouvreau
2022-03-28doc review: add a warning about phantom simplices for blocker_funcVincent Rouvreau
2022-03-28doc review: remove segfault note as it is no more the caseVincent Rouvreau
2022-03-24Rewrite python docMarc Glisse
2022-03-21extended_persistence uses directly get_persistent_pairsVincent Rouvreau
2022-03-21Add some c++ tests and use unitary_tests_utils. Fix python testVincent Rouvreau
2022-03-09Add bunny image to the datasets docHind-M
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-03-07minor changes in entropyManu
2022-03-02Remove file when given checksum does not matchHind-M
2022-03-02Missing empty lines in sphinx docMarc Glisse
2022-03-02fix sphinx test for ripsMathieuCarriere
2022-03-02Purge GUDHI_USE_EIGEN3Marc Glisse
2022-03-02Modifications following PR reviewHind-M
2022-03-01Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-03-01Merge pull request #582 from VincentRouvreau/stree_copy_pythonVincent Rouvreau
2022-02-28code review: copy simplex tree c++ pointer in a factorized nogil functionVincent Rouvreau
2022-02-28fix rips test codeMathieuCarriere
2022-02-28doc review: reformulate the copy notesVincent Rouvreau
2022-02-28code review: use 'isinstance' instead of 'type'Vincent Rouvreau
2022-02-28changed doc + added tensorflow indexingMathieuCarriere
2022-02-23A test of gudhi.representations.Entropy has been addedManu
2022-02-23Revert "a test for gudhi.representations.Entropy has been added"Manu
2022-02-23a test for gudhi.representations.Entropy has been addedManu
2022-02-22Remove mention of eigenMarc Glisse
2022-02-18edge collapse doesn't use eigen anymoreMarc Glisse
2022-02-18Remove the old forward version of edge collapseMarc Glisse
2022-02-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14More details in the doc of weighted ripsMarc Glisse
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14Merge master and resolve conflict on .github/next_release.mdVincent Rouvreau
2022-02-14A bug in the Entropy function has been solvedManu
2022-02-14code review: ctor shall raise a TypeError when constructed from something els...Vincent Rouvreau
2022-02-14some left overVincent Rouvreau
2022-02-14Rewrite test as #463 is merged. Rephrase constructor documentationVincent Rouvreau
2022-02-14Merge masterVincent Rouvreau
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14Remove shallow copyVincent Rouvreau
2022-02-14Merge pull request #463 from VincentRouvreau/python_stree_equality_operatorVincent Rouvreau
2022-02-11__copy__, __deepcopy__, copy, and copy ctors. Still pb with the docVincent Rouvreau
2022-02-11Merge branch 'master' into stree_copy_pythonVincent Rouvreau
2022-02-11Debug traces for python moduleVincent Rouvreau
2022-02-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-10Add SimplexTree copy method and its testVincent Rouvreau