summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-04Merge branch 'master' into weighted_alpha_complex_dDROUVREAU Vincent
2020-11-04Merge pull request #421 from mglisse/pythonfirstVincent Rouvreau
Build python first
2020-11-04Merge pull request #420 from VincentRouvreau/python_examples_with_matplotlibVincent Rouvreau
import matplotlib only when necessary in examples
2020-11-04import matplotlib only when necessary in examples, in function of args. ↵ROUVREAU Vincent
Tests are without matplotlib, so no need to test if present
2020-11-04Merge remote-tracking branch 'upstream/master'ROUVREAU Vincent
2020-11-04Merge pull request #418 from VincentRouvreau/do_not_install_compiled_examplesVincent Rouvreau
Do not install compiled examples
2020-11-04Revert "Fix #416 by adding full path to introduction.rst - maybe strange ↵ROUVREAU Vincent
with conda or pip installation" This reverts commit 2d4c69d698df7e40709ec0e38463b4cf30ee388d.
2020-11-04Build python firstMarc Glisse
This subdirectory is built sequentially and takes a very long time. Starting it first, in a parallel build, it is still the last to end, but since it started earlier it also ends earlier. Usually I build the plugin directly with python3 setup.py build_ext --inplace -j20 But I don't think there is a natural way to do that from the makefile (except for the unlimited -j), since I doubt setuptools knows how to cooperate with make, ninja, etc to share a pool of workers.
2020-11-03Revert "import matplotlib only when necessary in examples, in function of ↵ROUVREAU Vincent
args. Tests are without matplotlib, so no need to test if present" This reverts commit ef30f636af892a2e226162af9072f0741caba886.
2020-11-03import matplotlib only when necessary in examples, in function of args. ↵ROUVREAU Vincent
Tests are without matplotlib, so no need to test if present
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-11-03Fix #416 by adding full path to introduction.rst - maybe strange with conda ↵ROUVREAU Vincent
or pip installation
2020-11-03Merge branch 'master' into weighted_alpha_complex_dDROUVREAU Vincent
2020-11-03code review: use Marc's trick to test relative errorROUVREAU Vincent
2020-11-03code review: use relative errorROUVREAU Vincent
2020-11-03doc review: explain briefly test aimsROUVREAU Vincent
2020-11-03Merge pull request #417 from VincentRouvreau/python_stree_boundaries_docVincent Rouvreau
get_boundaries if not interested in filtration values
2020-11-03Add comment in code for get_boundaries if not interested in filtration valuesROUVREAU Vincent
2020-11-02Merge pull request #362 from VincentRouvreau/python_stree_boundariesVincent Rouvreau
A fix proposal for boudaries of a simplex python version
2020-11-02Merge master and resolve conflictsROUVREAU Vincent
2020-11-01The example does not need CGAL/eigen anymore.Marc Glisse
I had done a search and replace without checking. I don't understand why there are "install" directives for examples...
2020-11-01Doc tweaks.Marc Glisse
2020-11-01Document that only double is supported.Marc Glisse
2020-11-01release notesMarc Glisse
2020-10-31long lineMarc Glisse
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-10-31Clean-ups in subsamplingMarc Glisse
2020-10-28Merge pull request #406 from mglisse/farVincent Rouvreau
Handle duplicated points in choose_n_farthest_points
2020-10-28emplace_backMarc Glisse
2020-10-27Add a test about the filtrationROUVREAU Vincent
2020-10-27Add a test for non visible points (hidden by weights)ROUVREAU Vincent
2020-10-27zero weighted test is guaranteed only for exact versionROUVREAU Vincent
2020-10-26code review: bad copy/paste that needs rephraseROUVREAU Vincent
2020-10-26for CGAL 5.2 pre-release to workROUVREAU Vincent
2020-10-22test with duplicated pointMarc Glisse
2020-10-22Simplify strange iterator useMarc Glisse
the syntax with [] is already used a few lines above
2020-10-22Document the changeMarc Glisse
It would be possible to emit the duplicate points instead of stopping, but the current implementation makes that inconvenient.
2020-10-19Handle duplicated pointsMarc Glisse
2020-10-17Handle diagrams with a single pointMarc Glisse
2020-10-17Don't put a (useless) point on the diagonal in the exampleMarc Glisse
2020-10-17Replace diameter (actually max y) with max distance to diagonalMarc Glisse
2020-10-16Merge pull request #396 from VincentRouvreau/tensorflow_wasserstein_testVincent Rouvreau
Added tests for wasserstein distance with tensorflow
2020-10-15Use unique_ptr for triangulation_ROUVREAU Vincent
2020-10-05doc review: Add some precision about regular triangulationsROUVREAU Vincent
2020-10-05code review: use geom_trait for Point_d typeROUVREAU Vincent
2020-10-05code review: fix include what you use and ↵ROUVREAU Vincent
compute_squared_radius_smallest_orthogonal_sphere_d_object use
2020-10-05code review: roll back include epickROUVREAU Vincent
2020-10-05code review: include what you useROUVREAU Vincent
2020-10-05code review: typename is useless hereROUVREAU Vincent
2020-10-05doc review: eigen 3.3.5 and cgal 5.2.0 is advised for perf reasons not only ↵ROUVREAU Vincent
on weighted version