summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-08code review: read_points_from_off_file already throws an exception when off f...Vincent Rouvreau
2021-11-08doc review: regular triangulation is not 'of Delaunay'Vincent Rouvreau
2021-09-06Merge masterVincentRouvreau
2021-09-06update next_release in accordance with this PRVincentRouvreau
2021-09-06Only dD version of Alpha complex for pythonVincentRouvreau
2021-09-06code review: weights is None by default, even for documentationVincentRouvreau
2021-08-12Merge pull request #506 from VincentRouvreau/test_another_sphinx_themesVincent Rouvreau
2021-08-12Merge pull request #518 from VincentRouvreau/mailing_lists_migrationVincent Rouvreau
2021-08-12Merge pull request #514 from GUDHI/mglisse-patch-2Vincent Rouvreau
2021-08-12Merge pull request #509 from Hind-M/homology_coeff_fieldVincent Rouvreau
2021-08-05mailing lists migration and rephrase contributions in installation guidesROUVREAU Vincent
2021-08-02Merge pull request #512 from GUDHI/mglisse-patch-1Vincent Rouvreau
2021-07-27Remove unnecessary checks for primalityHind-M
2021-07-24Avoid v[0] for persistence of empty complexMarc Glisse
2021-07-23Remove bad attribute maybe_unusedMarc Glisse
2021-07-12Limit homology_coeff_field value to max allowedHind-M
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-07-01Move primality test to Field_Zp::initHind-M
2021-06-29Fix issue #502: check homology_coeff_field primality before computing persist...Hind-M
2021-06-29Merge pull request #508 from VincentRouvreau/python3.5_removed_from_manylinux...Vincent Rouvreau
2021-06-29[skip ci] Modification in accordance with the last Dockerfile_for_pip from gu...ROUVREAU Vincent
2021-06-25Fix #486ROUVREAU Vincent
2021-06-25update headers, conf.py for the new theme and bottleneck image to be smallerROUVREAU Vincent
2021-06-25add sphinx-paramlinks and python-docs-theme in installation guideROUVREAU Vincent
2021-06-24Use python_docs_theme. Dependency added in gudhi-deployROUVREAU Vincent
2021-06-22create_complex is now void methodROUVREAU Vincent
2021-06-22Add exception when input points not in 3dROUVREAU Vincent
2021-06-22Fix #448. Add Alpha complex 3d python module unitary tests accordingly.ROUVREAU Vincent
2021-06-21rename test as it is only for weightedROUVREAU Vincent
2021-06-21Remove advice to use CGAL > 5.0 for performances reason as CGAL 5.1 is requir...ROUVREAU Vincent
2021-06-09Merge branch 'master' into python_weighted_alpha_complexVincent Rouvreau
2021-06-09doc review: use 120 characters per line and warning about the numbering of ve...ROUVREAU Vincent
2021-06-09code review: weights should be None by default and not an empty list, clearerROUVREAU Vincent
2021-06-09code review: constify autoROUVREAU Vincent
2021-06-09doc review: remove 'specific'ROUVREAU Vincent
2021-05-28Merge pull request #497 from VincentRouvreau/azure_ci_workaroundVincent Rouvreau
2021-05-28Merge pull request #481 from Hind-M/generate_points_sphere_pythonVincent Rouvreau
2021-05-28Uninstall must be approvedROUVREAU Vincent
2021-05-28Merge pull request #365 from tlacombe/essential_part_in_wassersteinVincent Rouvreau
2021-05-28pykeops fails on CI and authors are rewritting dependencies - tests on linux ...ROUVREAU Vincent
2021-05-26Merge pull request #496 from Hind-M/rips_out_of_boundsVincent Rouvreau
2021-05-26Change some output messages and documentation to me more explicitHind-M
2021-05-25Add a separator argument that goes with the rips_complex_diagram_persistence_...Hind-M
2021-05-21Fix issue #489 RipsComplex out of bounds accessHind-M
2021-05-21Merge pull request #495 from VincentRouvreau/fix_windows_pip_packageVincent Rouvreau
2021-05-20merge and resolve conflicts for upstream/fix_windows_pip_package_3.4.1ROUVREAU Vincent
2021-05-19Quite strange how to deal with powershellROUVREAU Vincent
2021-05-19Add tests after wheels build. Fix Windows build and packageROUVREAU Vincent
2021-05-193.4.1.post1 based on 3.4.1 tagROUVREAU Vincent
2021-05-10Rename dim to ambient_dim for sphere (to be consistent with dim in torus)Hind Montassif