2012-06-03 |
Dmitriy Morozov |
Merged upstream
dev
|
changeset |
files
|
2012-06-03 |
Dmitriy Morozov |
Added adaptor for StaticCohomologyPersistence and ImagePersistence
dev
|
changeset |
files
|
2012-05-14 |
Dmitriy Morozov |
Added a note about reducing matrix Z in i/t/zigzag-persistence.hpp
dev
|
changeset |
files
|
2012-05-12 |
Dmitriy Morozov |
Merge
dev
|
changeset |
files
|
2012-05-11 |
Dmitriy Morozov |
Added store_negative argument to StaticPersistence.pair_simpices()
dev
|
changeset |
files
|
2012-05-10 |
Dmitriy Morozov |
Added a note about wasserstein_distance() to documentation + cleaned up docs for init_diagrams()
dev
|
changeset |
files
|
2012-05-10 |
Dmitriy Morozov |
Inlcuded munkres.cpp from munkres.h + matrix.cpp -> matrix.hpp
dev
|
changeset |
files
|
2012-05-10 |
Dmitriy Morozov |
Added wasserstein_distance()
dev
|
changeset |
files
|
2012-05-10 |
Dmitriy Morozov |
Exposed init_diagrams() to Python
dev
|
changeset |
files
|
2012-05-08 |
Dmitriy Morozov |
Minor changes to compile with GCC 4.7
dev
|
changeset |
files
|
2011-07-26 |
Dmitriy Morozov |
Added cohomology/candidates counter to i/t/cohomology-persistence.hpp
dev
|
changeset |
files
|
2011-05-06 |
Dmitriy Morozov |
Minor fixes in tools/draw-diagram
dev
|
changeset |
files
|
2011-04-06 |
Dmitriy Morozov |
alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix)
dev
|
changeset |
files
|
2011-01-28 |
Dmitriy Morozov |
Fixed combinations in closure() for older versions of Python
dev
|
changeset |
files
|
2011-01-08 |
Dmitriy Morozov |
closure() in Python can handle simplex data
dev
|
changeset |
files
|
2010-12-20 |
Dmitriy Morozov |
Fixed a typo in b/p/persistence-diagram.cpp
dev
|
changeset |
files
|
2010-12-08 |
Dmitriy Morozov |
Added a note about GPL to the documentation
dev
|
changeset |
files
|
2010-12-03 |
Dmitriy Morozov |
Cleaned up CMake files to play nice with CGAL
dev
|
changeset |
files
|
2010-10-09 |
Dmitriy Morozov |
Cleaned up PersistenceDiagram bindings
dev
|
changeset |
files
|
2010-10-05 |
Dmitriy Morozov |
Fixed a link to SYNAPS
dev
|
changeset |
files
|
2010-09-14 |
Dmitriy Morozov |
Merged in Python bindings for DynamicPersistenceChains
dev
|
changeset |
files
|
2010-09-14 |
Dmitriy Morozov |
Added documentation for DynamicPersistenceChains
dev
|
changeset |
files
|
2010-09-12 |
Dmitriy Morozov |
Added Python bindings for DynamicPersistenceChains
dev
|
changeset |
files
|
2010-09-14 |
Dmitriy Morozov |
Added the ability to pickle Simplex class in Python
dev
|
changeset |
files
|
2010-09-14 |
Dmitriy Morozov |
Added ability to iterate over ZigzagPersistence cycles in Python
dev
|
changeset |
files
|
2010-09-11 |
Dmitriy Morozov |
Fixed a typo in the documentation of SPNode.cycle
dev
|
changeset |
files
|
2010-09-07 |
Dmitriy Morozov |
Added Python closure function (for computing a k-skeleton of a closure of a list of simplices)
dev
|
changeset |
files
|
2010-09-02 |
Dmitriy Morozov |
Removed the unnecessary typename in filtration-homology.cpp
dev
|
changeset |
files
|
2010-08-30 |
Dmitriy Morozov |
Added output of essential cycles for any given input filtration
dev
|
changeset |
files
|
2010-08-25 |
Dmitriy Morozov |
Minor touches in documentation
dev
|
changeset |
files
|
2010-08-25 |
Dmitriy Morozov |
Merged docs with upstream
dev
|
changeset |
files
|
2010-07-15 |
Dmitriy Morozov |
CGAL is unncessary for vineyards (update in the documentation)
dev
|
changeset |
files
|
2010-08-25 |
Dmitriy Morozov |
Merged in Aravind's changes
dev
|
changeset |
files
|
2010-08-18 |
Aravindakshan Babu |
Changed the first iterator of PersistenceDiagram to accept dimension as well. Modified documentation.
dev
|
changeset |
files
|
2010-08-18 |
Aravindakshan Babu |
Removed the points iterator in PersistenceDaigram; replaced it with a __iter__ method.
dev
|
changeset |
files
|
2010-08-18 |
Aravindakshan Babu |
Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming.
dev
|
changeset |
files
|
2010-08-12 |
Aravindakshan Babu |
Added a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator.
dev
|
changeset |
files
|
2010-07-09 |
Aravindakshan Babu |
Added extra functionality to Point class( an iterator ) and PersistenceDiagram( dimension property and __len__ func ).
dev
|
changeset |
files
|
2010-07-03 |
Aravindakshan Babu |
Made the data argument in Point's __init__method to be an optional argument by making it a boost::python::optional.
dev
|
changeset |
files
|
2010-07-02 |
Aravindakshan Babu |
Added code to expose the persistence_diagram class, the bottleneck_distance function and the point class to python.
dev
|
changeset |
files
|
2010-07-15 |
Dmitriy Morozov |
Merged docs with upstream
dev
|
changeset |
files
|
2010-07-15 |
Dmitriy Morozov |
Removed the warning about compiler versions (seems unnecessary after Andrew's fixes)
dev
|
changeset |
files
|
2010-07-12 |
Dmitriy Morozov |
Fixed path for lsfiltration.py
dev
|
changeset |
files
|
2010-07-06 |
Dmitriy Morozov |
Bug in the tutorial: simplices = [] -> simplices = Filtration()
dev
|
changeset |
files
|
2010-04-13 |
Dmitriy Morozov |
More typos in the docs
dev
|
changeset |
files
|
2010-04-13 |
Dmitriy Morozov |
Fixed a link: dionysis -> dionysus
dev
|
changeset |
files
|
2010-04-20 |
Dmitriy Morozov |
Andrew Yarmola's fix to the in-class intialization syntax in OrderList<T>
dev
|
changeset |
files
|
2010-03-09 |
Dmitriy Morozov |
Added Persistence::initialize(f) + fixed minor bug LinearKernel::sign_at_negative_infinity()
dev
|
changeset |
files
|
2010-03-06 |
Dmitriy Morozov |
Added insert-at-the-end optimization for CohomologyPersistence::add_cocycle()
dev
|
changeset |
files
|
2010-03-05 |
Dmitriy Morozov |
Count cocycles in CohomologyPersistence
dev
|
changeset |
files
|
2010-02-24 |
Mikael Vejdemo Johansson |
Andrew Yarmola's compilation fix for MacOSX.
dev
|
changeset |
files
|
2010-02-23 |
Dmitriy Morozov |
Removed unused instrumentation of cohomology and unnecessary includes
dev
|
changeset |
files
|
2010-02-09 |
Dmitriy Morozov |
Removed reference to reference in ThreeOutcomeComparison
dev
|
changeset |
files
|
2010-02-08 |
Dmitriy Morozov |
Made EventQueue into a binary heap (for efficiency and sanity)
dev
|
changeset |
files
|
2010-02-07 |
Dmitriy Morozov |
Replaced list with multi_index representation in EventQueue making it more efficient
dev
|
changeset |
files
|
2010-02-07 |
Dmitriy Morozov |
Switched to internal KineticSort
dev
|
changeset |
files
|
2010-02-05 |
Dmitriy Morozov |
Added linear kernel for my own KineticSort
dev
|
changeset |
files
|
2010-02-05 |
Dmitriy Morozov |
Commented out QField to get rid of the artifical dependence on GMP
dev
|
changeset |
files
|
2010-02-05 |
Dmitriy Morozov |
Fixed non-copyable temporary bug
dev
|
changeset |
files
|
2010-02-03 |
Dmitriy Morozov |
Fixed the duplicates (degeneracy) and another assertion problem in LSVineyard
dev
|
changeset |
files
|