summaryrefslogtreecommitdiff
path: root/src/cython/gudhi.pyx.in
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-07-06 15:38:44 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-07-06 15:38:44 +0000
commit4832d865981bb74c8afc7240e953adc8f54c52b0 (patch)
treebbbf138e27985a1c7b8a5f11d3fe5cba6c51d5e0 /src/cython/gudhi.pyx.in
parenta4b7d528893f992115711225c7d4396de55c6c58 (diff)
Plot functions now returns a plot that can be modified before to be shown
Add confidence band in plot_persistence_diagram Cythonization of read_lower_triangular_matrix_from_csv_file and read_persistence_intervals functions Add Python tests of read functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_diagram_improvement@2590 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 522ec31e9ad3a9a688875612d246114704b8c74e
Diffstat (limited to 'src/cython/gudhi.pyx.in')
-rw-r--r--src/cython/gudhi.pyx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in
index 34d7c3b5..ed2d28cc 100644
--- a/src/cython/gudhi.pyx.in
+++ b/src/cython/gudhi.pyx.in
@@ -30,6 +30,7 @@ include "cython/rips_complex.pyx"
include "cython/cubical_complex.pyx"
include "cython/periodic_cubical_complex.pyx"
include "cython/persistence_graphical_tools.py"
+include "cython/reader_utils.pyx"
include "cython/witness_complex.pyx"
include "cython/strong_witness_complex.pyx"
@GUDHI_CYTHON_ALPHA_COMPLEX@