2012-06-09 |
Dmitriy Morozov |
CohomologyPersistence returns dying cocycles + StaticCohomologyPersistence records them and normalizes coefficients + minor changes
dev
|
changeset |
files
|
2012-06-08 |
Dmitriy Morozov |
Display lists in ComplexViewer3D + circular.smooth() raises exceptions
dev
|
changeset |
files
|
2012-06-08 |
Dmitriy Morozov |
Set center and radius in ComplexViewer3D
dev
|
changeset |
files
|
2012-06-08 |
Dmitriy Morozov |
Points at infinity in DiagramViewer
dev
|
changeset |
files
|
2012-06-08 |
Dmitriy Morozov |
Fixed scale points in the diagram + noise filtering
dev
|
changeset |
files
|
2012-06-07 |
Dmitriy Morozov |
Added pan + zoom to diagram viewer; show_diagram() didn't return; added PyQt, PyOpenGL, NumPy as dependencies in the docs
dev
|
changeset |
files
|
2012-06-07 |
Dmitriy Morozov |
Straightened out QApplication problems (made it global)
dev
|
changeset |
files
|
2012-06-07 |
Dmitriy Morozov |
Started show_complex_3D()
dev
|
changeset |
files
|
2012-06-07 |
Dmitriy Morozov |
Fixed bugs in diagram.py and adaptor.py + added coloring of points in show_complex_2D(); Filtration can be initialized from iterator without comparison
dev
|
changeset |
files
|
2012-06-06 |
Dmitriy Morozov |
Added viewer.show_complex_2D + center points in the persistence diagram
dev
|
changeset |
files
|
2012-06-06 |
Dmitriy Morozov |
Moved dionysus.circular into its own subdirectory + added dionysus.viewer
dev
|
changeset |
files
|
2012-06-05 |
Dmitriy Morozov |
Added docs for StaticCohomologyPersistence + ImagePersistence + circular.smooth + minor fixes in adaptor.py
dev
|
changeset |
files
|
2012-06-04 |
Dmitriy Morozov |
Added smooth() to Python binding + fixed a bug in adaptor.py
dev
|
changeset |
files
|
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
|