summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-07Adding a new reading method for persistence diagrams.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2318 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: dd4dcc3da249ae938674d3bd4db537ac982368c0
2017-04-07Answers to Marc's commentspdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2317 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f941a6b20210282408d0ef95b84daa973add2513
2017-04-07Clarify doc about Squared_distance_d in Subsampling.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2315 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5559e1c426569fba1dd4cd350a8697ab7e3260f1
2017-04-06Answer to MG4 comments. pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2314 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e59312ce2c58d4ac19f2e9d46b7ca4dd29ed8e6e
2017-04-06Answering MG3 comments.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2313 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3bae7a55d05831af55a5b1c3e0d2695383af325f
2017-04-05Use an unordered_set for unmatched_in_u instead of an open-coded flat_set.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2312 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 37137a43f781e4646c4149d9528a6a95e1c642be
2017-04-05In Kd_tree::remove, test the point index instead of the coordinates.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2311 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e8d50867d77eea455c34dc5a89ed9e0f45fbeeb7
2017-04-01remove bad named *_tree() functionsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2300 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 512403fe0838fb2691e0af94c55772bff942b740
2017-04-01Merge last trunk modifications and fix new rips interfacevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2299 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1e836cba1a372f609e94b66b6db512817a3d875e
2017-03-31Answer to Vincent's email.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2295 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 81231c61a677939c03552b26ae065dfff970b759
2017-03-31solved problem with cmake.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2294 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 34fc791c80d9e66ab18e992f73bbf3252b3d5e1e
2017-03-31Bad choose of exact / approx computationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2293 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7ba263cefcc0a76d223e4fba7f21ed96a525d16e
2017-03-31PR : Typo in installation docvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2292 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9b048844ac0bd0a7e4485b24b06d7a11ce9f9274
2017-03-31Typo with Perseus-style filevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2291 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d76201ecfd7a1f236a04243fe86ca4eb0c21d8b1
2017-03-31Typo in docvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2290 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f71b21674190c3b4c6e472f49680de2ca211cf7c
2017-03-31Fix examples testsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2289 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9d386b82c89601da233f7c61254a023ddffc9abc
2017-03-30Move example tests in a new CMakeLists.txtvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2288 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8b2bce4c8be8a34b8fba9c664d2f0b3b60a50c20
2017-03-29Small modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2286 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 34dc48a00ed8270967952b8763006b17f96a13e7
2017-03-29Small modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2285 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4bf077b4d3b729c4d133e242d57d08ed9a04ae76
2017-03-29Declare the Kd_tree directly.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2282 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c017cc9368a167fe99b5004636bcbe8734266d3a
2017-03-29Version ready to be merge with bottleneck distancepdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2281 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d47c6fe44885688b65a33481a1c27817a73d1b4a
2017-03-29Shall not be commitedvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2278 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 11683d4bb25093dabd09034c5dd39d1576672883
2017-03-28Add commentvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2277 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2df390d8a87130a01fd3cae151e5a057ab85e049
2017-03-28Use only insert (simplex and subfaces)vrouvrea
Remove useless initialize_filtration git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2276 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: eed1a67e2f83e3a1945cc24b11454ed1ef024ba6
2017-03-28Merge fixvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2275 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4a3a4f9eb52cbb3ba07589fbbf7049bffd63a80b
2017-03-28Missing a testvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2274 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 30330428b0071967367d1708338de0c7d40d8a67
2017-03-28Missing a test of cythonvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2273 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5fadfa6c83094a2c53f143650c6283383f3775cf
2017-03-28Missing a test for cythonvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2272 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 223961ca5575e07d0db2c93ee0326864166980d8
2017-03-28deleting concretization folder. pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2271 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c4330166bd9f70b2b39c4494728c85f972e3363c
2017-03-28Longer commentsglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2270 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fa5f87490ae2b94cbe6b4789001b0075f8a4726a
2017-03-28Before merging with a trunk.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2269 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4546accaf19b1d8d9c49d53ece4000b01ee4e811
2017-03-28Merge ST_cythonizebranc to fix Python2 and Python3 build, test and generate ↵vrouvrea
documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2268 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cd8182efb498503a897dba18315b2e72d47e2164
2017-03-28Make Python interface compile, test and doc for Python2 and Python3vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2267 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f7397ecc5aba27ad4ecc794f4fbf5ca857847113
2017-03-28Different strategies to remove points from unmatched_in_u.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2266 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5ff3d02d50ed3f1be537070d2c840f7ba4c6b433
2017-03-28Replace list with vector, save 30% of the running time...glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2265 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 92ba2895af0715166924abdc1600f20665c76af4
2017-03-28Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2263 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9b430e79ecc94bee975d748eb3e2106c7dbab3ce
2017-03-28Replace some lists with vectors.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2261 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 05dc215157f2a91c0d2150def3392e54af58ad21
2017-03-27Adding answers to Marc's comments.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2258 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4ad10b1ec977bb1fcfdab43c4d9ee9ed6ef120f5
2017-03-27cleanibng up the folder.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2257 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: be1967f952bad55cc24afc42f325df726d931594
2017-03-27adding persistence_representations subfolder (at the moment with all the junk).pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2256 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fdf52ca688d992655ff139f42e316d5b7b3f8a12
2017-03-27Avoid copying Persistence_graph at the same time as Graph_matching.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2255 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c3e494295aabd3647bf37e69f18c8537c5f04910
2017-03-27Use any neighbor near enough, not necessarily the closest.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2254 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2b6776b10bbf565799a16472da4c35c72e63bb9c
2017-03-27Branch to store various minor changes to bottleneck discussed with Francois ↵glisse
but delayed because of the release. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck-glisse@2253 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ab4f48cf2e09a2cb3a9c90b0211bd15185ca471b
2017-03-27Rename random_first_landmark to random_starting_point.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2250 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 953403f208094ca4145d837f736bfc939efa9223
2017-03-26Remove overload of choose_n_farthest_points.glisse
Use a named constant instead of -1 to denote a random value. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2245 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 166dff85c74ab2c13bfd788f226d1d8a15d1d1b9
2017-03-26merge from trunkglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2244 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d261d59dae839dd5de8f6a03c5a167d015f7d85
2017-03-24Merge cgal_4.8_issue branch into the trunkvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2242 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 094b70b4141e7456651263b1619240aff6a5d562
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
New target CGAL_WITH_EIGEN3_VERSION set with CGAL_VERSION when CGAL and Eigen3 found to ease CMakeLists.txt git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cgal_4.8_issue@2241 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2fbf1f9397aa1549ba05aa26ac6852b882dce147
2017-03-24Answer to Marc's comments.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2240 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 20c02d536373553322a3e10eb4aacc2959db654a
2017-03-24Factorize third party management and extract them from CMakeLists.txtvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cgal_4.8_issue@2239 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ed246b649418a623919b8b337ce366f5cc1d27f