summaryrefslogtreecommitdiff
path: root/src/python/gudhi/reader_utils.pyx
AgeCommit message (Collapse)Author
2020-01-18Merge remote-tracking branch 'origin/master' into docMarc Glisse
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-09Spell out types as in PEP 484Marc Glisse
but don't actually use annotations. A quick try with sphinx-autodoc-typehints failed, I didn't investigate much, it can wait.
2020-01-04Link the doc for subsampling & point file readers, some reorgMarc Glisse
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-11-09Replace 'is' with == or similar.Marc Glisse
Related to issue #113, but I did not touch persistence_graphical_tools.py which is handled in PR #119. I don't know if I got them all, I guess we'll start seeing the warnings with python-3.8 soon enough.
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent