summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-26Cech_persistence utility for safe/exact/fast modeVincent Rouvreau
2022-09-16Merge pull request #673 from albert-github/feature/bug_obsolete_transparentVincent Rouvreau
Obsolete doxygen settings
2022-09-16Merge pull request #680 from VincentRouvreau/bug/fix_sklearn_cubical_exampleVincent Rouvreau
Fixing bad newshape argument in sklearn cubical example
2022-09-14Merge pull request #658 from VincentRouvreau/ninja_for_osx_and_windowsVincent Rouvreau
try ninja for osx
2022-08-18Merge branch 'master' into ninja_for_osx_and_windowsVincent Rouvreau
2022-08-17try this syntaxVincent Rouvreau
2022-08-17Merge pull request #681 from VincentRouvreau/next_release_after_3_6_0Vincent Rouvreau
[skip ci] reset version for the next one
2022-08-17[skip ci] reset version for the next oneVincent Rouvreau
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Merge pull request #678 from VincentRouvreau/release_3_6_0Vincent Rouvreau
Release 3 6 0
2022-08-16For release 3.6.0Vincent Rouvreau
2022-08-16Forgotten file for 3.6.0Vincent Rouvreau
2022-08-16Merge pull request #677 from VincentRouvreau/release_3_6_0rc2Vincent Rouvreau
Release 3.6.0rc2
2022-08-12release candidate 2Vincent Rouvreau
2022-08-12Bad link for CechVincent Rouvreau
2022-08-12No more python 3.6 for windowsVincent Rouvreau
2022-08-12Merge pull request #675 from VincentRouvreau/release_note_3_6_0Vincent Rouvreau
Release note 3.6.0
2022-08-12Release note and version numberVincent Rouvreau
2022-08-12Fix version inconsistencies and #579Vincent Rouvreau
2022-08-11Obsolete doxygen settingsalbert-github
In the current master the settings - `DOT_TRANSPARENT` and `FORNULA_TRANSPARENT` are obsolete. - `DOT_FONTNAME` / `DOT_FONTSIZE` are incorporated into the new `...ATTR` settings
2022-08-10Merge pull request #672 from VincentRouvreau/fix_gudhi_deploy_submoduleVincent Rouvreau
submodule gudhi-deploy was not up-to-date due to a bad commit on #499
2022-08-10submodule gudhi-deploy was not up-to-date due to a bad commit on #499Vincent Rouvreau
2022-08-10Merge pull request #667 from Hind-M/cech_exactVincent Rouvreau
[Cech] Use exact option when computing edges filtrations
2022-08-10Merge pull request #499 from VincentRouvreau/sklearn_cubicalVincent Rouvreau
Scikit learn like cubical interface
2022-08-10Merge branch 'master' into sklearn_cubicalVincent Rouvreau
2022-08-10Merge pull request #670 from VincentRouvreau/bug/fix_663Vincent Rouvreau
Adapt the use of CGAL::Modifiable_priority_queue for CGAL>=5.5 while keeping compatibility
2022-08-09Use CGAL::CGAL_BOOST_PENDING_RELAXED_HEAP to have the exact same result - ↵Vincent Rouvreau
needs to invetigate to understand why
2022-08-09Use boolean for pq_handle data type and specific update use for CGAL>=5.5Vincent Rouvreau
2022-08-09Merge pull request #584 from Soriano-Trigueros/masterVincent Rouvreau
A bug in the Entropy function has been solved
2022-08-09Merge pull request #668 from Hind-M/cech_check_filtVincent Rouvreau
[Cech] Check filtration validity
2022-08-05Merge remote-tracking branch 'upstream/master' into cech_exactHind-M
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 remote-tracking branch 'upstream/master' into cech_check_filtHind-M
2022-08-05Ensure valid filtration before setting it in cechHind-M
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-08-05Merge pull request #650 from Hind-M/cech_optiVincent Rouvreau
[Cech] Assign to sh same key as face
2022-08-05Merge pull request #660 from Hind-M/keops_dtm_warningsVincent Rouvreau
Enable keops dtm warnings
2022-08-04Use exact option when computing edges filtrations as well in cechHind-M
2022-08-03Remove useless exact option when getting filtration from faceHind-M
2022-08-02Get filtration from face regardless of key valueHind-M
2022-08-02Merge pull request #661 from Hind-M/doc_simplex_treeVincent Rouvreau
[Doc] Modify doc in simplex_tree in order to match code
2022-08-02Pull out the for loop in testHind-M
2022-08-02Get filtration from face when it's the same as simplexHind-M
2022-07-28Modify doc in simplex_tree in order to match codeHind-M
2022-07-27Enable keops dtm warningsHind-M
2022-07-06Move clog of radius after its assignmentHind-M
2022-07-06Switch lines to use intermediate variableHind-M
2022-07-06Use reference to sph for a better readabilityHind-M
2022-07-05Merge remote-tracking branch 'upstream/master' into cech_optiHind-M