summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-29Merge tag 'v1.0.0' into dfsg/latestdfsg/latestGard Spreemann
Version 1.0.0
2022-04-09Major cleanupupstream/latestArnur Nigmetov
2021-10-16Change example in matching distanceArnur Nigmetov
2021-08-14Merge branch 'upstream/latest' into dfsg/latestGard Spreemann
2021-05-07Fix bugs in matching distance for modules.Arnur Nigmetov
1. Twist reduction should not be used for modules, clearing makes no sense and creates erroneous points. Just use standard reduction. 2. Infinite points for modules (gens/relations case) are treated slightly differently.
2021-04-21Fix Wasserstein: ignore diagonal points in are_equal.Arnur Nigmetov
2021-04-21Ignore diagonal points in wasserstein_cost, support points with both coords ↵Arnur Nigmetov
infinite
2021-02-23Fix tests for bottleneck (Exact must be called)Arnur Nigmetov
2021-02-23Add missing tests for previous commit.Arnur Nigmetov
2021-02-23Fix bug with exact bottleneck distance.Arnur Nigmetov
2021-02-22Edit .gitignoreArnur Nigmetov
2020-06-03Delete bundled copy of PHAT.Gard Spreemann
2020-06-03Delete bundled catch library.Gard Spreemann
2020-06-01Remove spdlog and fmt from matching distance code.Arnur Nigmetov
2020-06-01Remove spdlog from Wasserstein code.Arnur Nigmetov
Bundled spdlog and fmt are not good for GUDHI integration, and are not really used. Most of debug code simply deleted.
2020-03-19Minor changes.Arnur Nigmetov
2020-03-19Remove useless symlinks.Arnur Nigmetov
2020-03-09Update md/README.Arnur Nigmetov
2020-03-09Update md/README.Arnur Nigmetov
2020-03-09Update README.Arnur Nigmetov
2020-03-09Suppress warning in matching_distance, module_example.Arnur Nigmetov
2020-03-09Merge READMEArnur Nigmetov
2020-03-09Add tests for module slice restriction.Arnur Nigmetov
2020-03-07Fix multiple bugs in matching distance for modules, add example.Arnur Nigmetov
2020-03-06Reorganize matching_dist code, minor fixes.Arnur Nigmetov
2020-03-04Make matching distance header-only.Arnur Nigmetov
2020-03-01Keep only unique positions in module.Arnur Nigmetov
Other minor changes: 1. Remove bi-grades and unnecessary IntPoint class. 2. Remove ModulePresentation ctor from file.
2020-02-19Remove boost/progress from bottleneck code.Arnur Nigmetov
2020-02-19Require first file line specify the format.Arnur Nigmetov
1. Input format must be in the first line of input file, as in RIVET. 2. Disable more unnecessary output. 3. Get rid of some warnings.
2020-02-19Fix BifiltrationProxy bug; disable debug output.Arnur Nigmetov
1. Same bifiltration was used in constructing two bifiltration proxies; the second bifiltration was ignored. Fixed. 2. Switched from spd::info to spd::debug in most places. 3. Get rid of absolute paths for test bifiltrations.
2020-02-18Rename enum.Arnur Nigmetov
2020-02-18Merge branch 'matching_distance' of bitbucket.org:grey_narn/hera into ↵Arnur Nigmetov
matching_distance
2020-02-18README and boost/progress changes from master.Arnur Nigmetov
2020-02-18Interim: matching distance for modulesArnur Nigmetov
1. Templatize DistanceCalculator (DiagramProvider) 2. Add BifiltrationProxy with the same interface as ModulePresentation (dimension fixed). 3. Call Hera with relative error. 4. Add class ModulePresentation. To-Do: reading module presentations from Rivet format.
2020-02-18Add matching distance code.Arnur Nigmetov
2020-02-18One gitignoreArnur Nigmetov
2020-02-18Rename directories for bottleneck and WassersteinArnur Nigmetov
2020-02-18Remove boost/progress.hpp from dnn code.Arnur Nigmetov
2020-02-18Update README - add Bibtex.Arnur Nigmetov
2020-01-22Merged in mglisse/hera/container (pull request #1)mglisse
Tweaks for containers accepted by wasserstein_distance Approved-by: Arnur Nigmetov
2020-01-16Remove unused typedef Container.Marc Glisse
2020-01-16Simplify DiagramTraits for pairs.Marc Glisse
2020-01-16Allow ranges of values, not just referencesMarc Glisse
2020-01-14Interim: matching distance for modulesArnur Nigmetov
1. Templatize DistanceCalculator (DiagramProvider) 2. Add BifiltrationProxy with the same interface as ModulePresentation (dimension fixed). 3. Call Hera with relative error. 4. Add class ModulePresentation. To-Do: reading module presentations from Rivet format.
2020-01-02remove unused attributeArnur Nigmetov
2019-12-03Add matching distance code.Arnur Nigmetov
2019-12-03One gitignoreArnur Nigmetov
2019-12-03Rename directories for bottleneck and WassersteinArnur Nigmetov
2019-09-17Add traits for long double (Wasserstein).Arnur Nigmetov
2019-09-16Add traits for float in Wasserstein.Arnur Nigmetov