summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-21Tests depend on SciPy.debian/3.1.0+dfsg-1Gard Spreemann
We don't, however, have python3-gudhi itself depend on SciPy, as SciPy is currently only used by the Wasserstein module, which is non-functional as long as POT isn't available. Having the tests depend on SciPy let the Wasserstein-related ones fail gracefully.
2020-01-21Standards-version.Gard Spreemann
2020-01-21Typo.Gard Spreemann
2020-01-21Refresh patches.Gard Spreemann
2020-01-21Changelog.Gard Spreemann
2020-01-21Merge branch 'dfsg/latest' into debian/sidGard Spreemann
2020-01-21Merge tag 'tags/gudhi-release-3.1.0' into dfsg/latestGard Spreemann
2020-01-20Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2020-01-20Release GUDHI 3.1.0ROUVREAU Vincent
2020-01-20Merge pull request #207 from GUDHI/mglisse-patch-1Vincent Rouvreau
The license is not new anymore
2020-01-20Changelog.Gard Spreemann
2020-01-20Merge branch 'dfsg/latest' into debian/sidGard Spreemann
2020-01-18The license is not new anymoreMarc Glisse
2020-01-17Merge tag 'tags/gudhi-release-3.1.0.rc1' into dfsg/latestGard Spreemann
2020-01-17No need to copy code conventions in user versionROUVREAU Vincent
2020-01-17release review. Add some precisions on MITROUVREAU Vincent
2020-01-17A base file for next release announcementsROUVREAU Vincent
2020-01-17Add code conventions in markdown formatROUVREAU Vincent
2020-01-17Rename conventions.txtROUVREAU Vincent
2020-01-16Version 3.1.0.rc1 to be releasedROUVREAU Vincent
2020-01-16Version 3.1.0 to be releasedROUVREAU Vincent
2020-01-16Merge pull request #202 from VincentRouvreau/cython_language_level_not_setVincent Rouvreau
Cython language level not set
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-15Fix #96 : set language_level. It does not work when using ↵ROUVREAU Vincent
compiler_directives of cythonize.
2020-01-15In python2 itertools zip_longest is named izip_longestROUVREAU Vincent
2020-01-14Merge pull request #201 from VincentRouvreau/fix_travis_python3_installationVincent Rouvreau
Unlink Python2 for Python3 to be available through brew installation
2020-01-14Unlink Python2 for Python3 to be available through brew installationROUVREAU Vincent
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
Wdist
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2020-01-13Merge pull request #197 from VincentRouvreau/python_import_reorderVincent Rouvreau
Fix #144 : Reorder import and docstrings. Modify test_representations
2020-01-13Merge pull request #198 from VincentRouvreau/python_read_off_renameVincent Rouvreau
Fix #194 : Rename read_off as it only read points from OFF file
2020-01-13fix typo in doc wasserstein_distance with new variables naming conventions.tlacombe
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-13Merge pull request #199 from VincentRouvreau/scikit_learn_in_documentationVincent Rouvreau
Add scikit-learn as a third party library in installation
2020-01-13Add scikit-learn as a third party library as it is required by persistence ↵ROUVREAU Vincent
representations
2020-01-13Fix #194 : Rename read_off as it only read points from OFF fileROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-10Merge pull request #187 from mglisse/lambda20Vincent Rouvreau
Fix #184 : Remove implicit this capture in [=]
2020-01-10Merge pull request #195 from ↵Vincent Rouvreau
VincentRouvreau/alpha_complex_documentation_improvements Fix #105: Alpha-complex document parameter for the picture
2020-01-10Merge pull request #196 from VincentRouvreau/doc_warnings_fixVincent Rouvreau
Bug fix: a href tag was badly closed
2020-01-10Bug fix: a href tag was badly closedROUVREAU Vincent
2020-01-10Fix #105: Add alpha value on the picture, clarify simplices removal from the ↵ROUVREAU Vincent
Delaunay complex, use max_alpha_square=32 in the Python example
2020-01-08update variable name in doctlacombe
2020-01-08changing variable name in test filestlacombe
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in ↵tlacombe
tests files and doc
2020-01-07Merge pull request #178 from VincentRouvreau/numpy_array_input_for_cubicalVincent Rouvreau
Fix #158 - Add numpy ndarray to init a cubical and a periodic one
2020-01-07Doc review: anything convertible to a numpy ndarrayROUVREAU Vincent
2020-01-07Code review: use list in examples instead of numpy arraysROUVREAU Vincent
2020-01-07Code review: use list in examples instead of numpy arraysROUVREAU Vincent
2020-01-07Code review: less strict with numpy arrays for cubical ctors. Also accept listsROUVREAU Vincent