summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
AgeCommit message (Collapse)Author
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify ↵Vincent Rouvreau
utilities help to be in agreement with this
2022-08-25Spelling correctionsalbert-github
Correction of some obvious spelling errors
2022-06-08Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupingsVincent Rouvreau
Fix unbalanced groups and some doxygen typos
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-05-23Documentation: handling references to examples in a more transparent wayalbert-github
Adding the other examples also with `gudhi_example_link`.
2022-05-22Update src/Persistent_cohomology/example/rips_multifield_persistence.cppalbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-20Fix unbalanced groups and some doxygen typosVincent Rouvreau
2021-12-15Fix failing tests in debug modeHind-M
2021-11-15Merge pull request #532 from VincentRouvreau/fix_some_data_copyrightsVincent Rouvreau
Remove bunny dataset toy (moved in gudhi-data)
2021-09-22Remove bunnyVincentRouvreau
2021-08-25Remove irrelevant 'rips' word from persistent cohomology unit testsHind-M
2021-08-19Compress the different unit tests into two main categories: prime and non-primeHind-M
2021-08-16Fix issue #515 :Hind-M
Avoid confusion between dimension and field of coefficients in persistent_cohomology_unit_test.cpp and persistent_cohomology_unit_test_multi_field.cpp
2021-08-12Merge pull request #514 from GUDHI/mglisse-patch-2Vincent Rouvreau
Avoid v[0] for persistence of empty complex
2021-07-27Remove unnecessary checks for primalityHind-M
Document homology_coeff_field values in cubical
2021-07-24Avoid v[0] for persistence of empty complexMarc Glisse
It was reported by some debug mode while I was working on something else
2021-07-12Limit homology_coeff_field value to max allowedHind-M
Add test with first prime outside the allowed range
2021-07-01Move primality test to Field_Zp::initHind-M
Throw exception when not prime Add tests
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost ↵ROUVREAU Vincent
targets
2020-05-11More DOI in the biblioMarc Glisse
and update references from a preprint to the published version
2020-05-03Fix TBB Warning: tbb/task_scheduler_init.h is deprecated.ROUVREAU Vincent
2020-04-23Merge remote-tracking branch 'origin/master' into compute_persistenceMarc Glisse
2020-04-05Proper exception in write_output_diagramMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17Fix #224ROUVREAU Vincent
2020-03-05Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-02-11Code review: roll back to cout for output utilitiesROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-24Modern cmake for boost approachROUVREAU Vincent
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage ↵ROUVREAU Vincent
tests (was only used by Jenkins) and they still can be activated through an option
2019-11-09Empty complexes have 0 (not -1) Betti numbersMarc Glisse
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-27Merge master modificationsROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL ↵ROUVREAU Vincent
version required. Modification of documentation accordingly
2019-06-13Update src/Persistent_cohomology/example/plain_homology.cppVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-13Modify plain_homology example to highlight persistence_dim_max parameterROUVREAU Vincent
2019-06-12RephraseROUVREAU Vincent
2019-06-12Fix alpha complex 3d utilities and add links to utils pagesROUVREAU Vincent
2019-06-12Only one constructor to clarify documentation about persistence_dim_max ↵ROUVREAU Vincent
parameter
2019-06-06Fix doc reviewROUVREAU Vincent
2019-06-04Fix #7 : document better get_persistence_pairs (C++) and persistence_pairs ↵ROUVREAU Vincent
(Python) methods
2019-06-04Fix #9 : rename Complex_ds as FilteredComplex. Set private types of ↵ROUVREAU Vincent
non-exposed types
2019-01-24Fix persistence_from_file example when the file is not conform.vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4075 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9a1b15f6d0b02084babd70ce8001cd90b6c35c85
2018-08-09GUDHI_CAN_USE_CXX11_THREAD_LOCAL was missing in ↵vrouvrea
Persistent_cohomology::annotation_of_the_boundary git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3764 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d53de701470203e48f76896e2859d1df670564c