2 weeks agoDmitriy MorozovMerge dev tip
2 weeks agoDmitriy MorozovAdded store_negative argument to StaticPersistence.pair_simpices() dev
2 weeks agoDmitriy MorozovAdded a note about wasserstein_distance() to documentation + cleaned up docs for init_diagrams() dev
2 weeks agoDmitriy MorozovInlcuded munkres.cpp from munkres.h + matrix.cpp -> matrix.hpp dev
2 weeks agoDmitriy MorozovAdded wasserstein_distance() dev
2 weeks agoDmitriy MorozovExposed init_diagrams() to Python dev
3 weeks agoDmitriy MorozovMinor changes to compile with GCC 4.7 dev
10 months agoDmitriy MorozovAdded cohomology/candidates counter to i/t/cohomology-persistence.hpp dev
13 months agoDmitriy MorozovMinor fixes in tools/draw-diagram dev
14 months agoDmitriy Morozovalphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix) dev
16 months agoDmitriy MorozovFixed combinations in closure() for older versions of Python dev
16 months agoDmitriy Morozovclosure() in Python can handle simplex data dev
17 months agoDmitriy MorozovFixed a typo in b/p/persistence-diagram.cpp dev
17 months agoDmitriy MorozovAdded a note about GPL to the documentation dev
18 months agoDmitriy MorozovCleaned up CMake files to play nice with CGAL dev
19 months agoDmitriy MorozovCleaned up PersistenceDiagram bindings dev
20 months agoDmitriy MorozovFixed a link to SYNAPS dev
20 months agoDmitriy MorozovMerged in Python bindings for DynamicPersistenceChains dev
20 months agoDmitriy MorozovAdded documentation for DynamicPersistenceChains dev
20 months agoDmitriy MorozovAdded Python bindings for DynamicPersistenceChains dev
20 months agoDmitriy MorozovAdded the ability to pickle Simplex class in Python dev
20 months agoDmitriy MorozovAdded ability to iterate over ZigzagPersistence cycles in Python dev
20 months agoDmitriy MorozovFixed a typo in the documentation of SPNode.cycle dev
21 months agoDmitriy MorozovAdded Python closure function (for computing a k-skeleton of a closure of a list of simplices) dev
21 months agoDmitriy MorozovRemoved the unnecessary typename in filtration-homology.cpp dev
21 months agoDmitriy MorozovAdded output of essential cycles for any given input filtration dev
21 months agoDmitriy MorozovMinor touches in documentation dev
21 months agoDmitriy MorozovMerged docs with upstream dev
22 months agoDmitriy MorozovCGAL is unncessary for vineyards (update in the documentation) dev
21 months agoDmitriy MorozovMerged in Aravind's changes dev
21 months agoAravindakshan BabuChanged the first iterator of PersistenceDiagram to accept dimension as well. Modified documentation. dev
21 months agoAravindakshan BabuRemoved the points iterator in PersistenceDaigram; replaced it with a __iter__ method. dev
21 months agoAravindakshan BabuAdded documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming. dev
21 months agoAravindakshan BabuAdded a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator. dev
23 months agoAravindakshan BabuAdded extra functionality to Point class( an iterator ) and PersistenceDiagram( dimension property and __len__ func ). dev
23 months agoAravindakshan BabuMade the data argument in Point's __init__method to be an optional argument by making it a boost::python::optional. dev
23 months agoAravindakshan BabuAdded code to expose the persistence_diagram class, the bottleneck_distance function and the point class to python. dev
22 months agoDmitriy MorozovMerged docs with upstream dev
22 months agoDmitriy MorozovRemoved the warning about compiler versions (seems unnecessary after Andrew's fixes) dev
22 months agoDmitriy MorozovFixed path for lsfiltration.py dev
23 months agoDmitriy MorozovBug in the tutorial: simplices = [] -> simplices = Filtration() dev
2 years agoDmitriy MorozovMore typos in the docs dev
2 years agoDmitriy MorozovFixed a link: dionysis -> dionysus dev
2 years agoDmitriy MorozovAndrew Yarmola's fix to the in-class intialization syntax in OrderList<T> dev
2 years agoDmitriy MorozovAdded Persistence::initialize(f) + fixed minor bug LinearKernel::sign_at_negative_infinity() dev
2 years agoDmitriy MorozovAdded insert-at-the-end optimization for CohomologyPersistence::add_cocycle() dev
2 years agoDmitriy MorozovCount cocycles in CohomologyPersistence dev
2 years agoMikael Vejdemo JohanssonAndrew Yarmola's compilation fix for MacOSX. dev
2 years agoDmitriy MorozovRemoved unused instrumentation of cohomology and unnecessary includes dev
2 years agoDmitriy MorozovRemoved reference to reference in ThreeOutcomeComparison dev
2 years agoDmitriy MorozovMade EventQueue into a binary heap (for efficiency and sanity) dev
2 years agoDmitriy MorozovReplaced list with multi_index representation in EventQueue making it more efficient dev
2 years agoDmitriy MorozovSwitched to internal KineticSort dev
2 years agoDmitriy MorozovAdded linear kernel for my own KineticSort dev
2 years agoDmitriy MorozovCommented out QField to get rid of the artifical dependence on GMP dev
2 years agoDmitriy MorozovFixed non-copyable temporary bug dev
2 years agoDmitriy MorozovFixed the duplicates (degeneracy) and another assertion problem in LSVineyard dev
2 years agoDmitriy MorozovRemoved a buggy assertion in LSVineard::transpose_vertices() (j points at the end() when moving the last simplex of the filtration) dev
2 years agoDmitriy MorozovStaticPersistence::pair_simplices() has an option to not display progress (LSVineyard uses it during consistency checking) dev
2 years agoDmitriy MorozovAdded rips-explicit-cohomology dev