Sun, 10 Jun 2012 11:26:38 -0700 Dmitriy Morozov subcomplex in show_complex() + pan/zoom in ComplexViewer2D dev
Sat, 09 Jun 2012 12:56:36 -0700 Dmitriy Morozov DiagramViewer can show multiple diagrams at once dev
Sat, 09 Jun 2012 12:17:17 -0700 Dmitriy Morozov CohomologyPersistence returns dying cocycles + StaticCohomologyPersistence records them and normalizes coefficients + minor changes dev
Fri, 08 Jun 2012 15:40:09 -0700 Dmitriy Morozov Display lists in ComplexViewer3D + circular.smooth() raises exceptions dev
Thu, 07 Jun 2012 21:36:53 -0700 Dmitriy Morozov Set center and radius in ComplexViewer3D dev
Thu, 07 Jun 2012 21:21:11 -0700 Dmitriy Morozov Points at infinity in DiagramViewer dev
Thu, 07 Jun 2012 21:16:06 -0700 Dmitriy Morozov Fixed scale points in the diagram + noise filtering dev
Thu, 07 Jun 2012 11:57:33 -0700 Dmitriy Morozov Added pan + zoom to diagram viewer; show_diagram() didn't return; added PyQt, PyOpenGL, NumPy as dependencies in the docs dev
Thu, 07 Jun 2012 10:52:15 -0700 Dmitriy Morozov Straightened out QApplication problems (made it global) dev
Thu, 07 Jun 2012 10:11:01 -0700 Dmitriy Morozov Started show_complex_3D() dev
Wed, 06 Jun 2012 23:15:57 -0700 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
Tue, 05 Jun 2012 17:53:08 -0700 Dmitriy Morozov Added viewer.show_complex_2D + center points in the persistence diagram dev
Tue, 05 Jun 2012 17:04:10 -0700 Dmitriy Morozov Moved dionysus.circular into its own subdirectory + added dionysus.viewer dev
Tue, 05 Jun 2012 14:50:58 -0700 Dmitriy Morozov Added docs for StaticCohomologyPersistence + ImagePersistence + circular.smooth + minor fixes in adaptor.py dev
Mon, 04 Jun 2012 09:05:45 -0700 Dmitriy Morozov Added smooth() to Python binding + fixed a bug in adaptor.py dev
Sun, 03 Jun 2012 16:39:18 -0700 Dmitriy Morozov Merged upstream dev
Sun, 03 Jun 2012 16:17:27 -0700 Dmitriy Morozov Added adaptor for StaticCohomologyPersistence and ImagePersistence dev
Mon, 14 May 2012 10:47:46 -0700 Dmitriy Morozov Added a note about reducing matrix Z in i/t/zigzag-persistence.hpp dev
Fri, 11 May 2012 17:06:55 -0700 Dmitriy Morozov Merge dev
Fri, 11 May 2012 10:25:57 -0700 Dmitriy Morozov Added store_negative argument to StaticPersistence.pair_simpices() dev
Thu, 10 May 2012 15:52:53 -0700 Dmitriy Morozov Added a note about wasserstein_distance() to documentation + cleaned up docs for init_diagrams() dev
Thu, 10 May 2012 15:46:52 -0700 Dmitriy Morozov Inlcuded munkres.cpp from munkres.h + matrix.cpp -> matrix.hpp dev
Thu, 10 May 2012 15:42:21 -0700 Dmitriy Morozov Added wasserstein_distance() dev
Thu, 10 May 2012 14:24:40 -0700 Dmitriy Morozov Exposed init_diagrams() to Python dev
Tue, 08 May 2012 13:07:28 -0700 Dmitriy Morozov Minor changes to compile with GCC 4.7 dev
Mon, 25 Jul 2011 23:21:29 -0700 Dmitriy Morozov Added cohomology/candidates counter to i/t/cohomology-persistence.hpp dev
Fri, 06 May 2011 10:38:06 -0700 Dmitriy Morozov Minor fixes in tools/draw-diagram dev
Tue, 05 Apr 2011 18:29:50 -0700 Dmitriy Morozov alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix) dev
Fri, 28 Jan 2011 08:01:37 -0800 Dmitriy Morozov Fixed combinations in closure() for older versions of Python dev
Fri, 07 Jan 2011 23:11:46 -0800 Dmitriy Morozov closure() in Python can handle simplex data dev
Mon, 20 Dec 2010 11:21:57 -0800 Dmitriy Morozov Fixed a typo in b/p/persistence-diagram.cpp dev
Wed, 08 Dec 2010 10:29:26 -0800 Dmitriy Morozov Added a note about GPL to the documentation dev
Fri, 03 Dec 2010 11:26:12 -0800 Dmitriy Morozov Cleaned up CMake files to play nice with CGAL dev
Sat, 09 Oct 2010 13:56:26 -0700 Dmitriy Morozov Cleaned up PersistenceDiagram bindings dev
Mon, 04 Oct 2010 18:03:35 -0700 Dmitriy Morozov Fixed a link to SYNAPS dev
Tue, 14 Sep 2010 15:36:13 -0700 Dmitriy Morozov Merged in Python bindings for DynamicPersistenceChains dev
Tue, 14 Sep 2010 15:00:34 -0700 Dmitriy Morozov Added documentation for DynamicPersistenceChains dev
Sun, 12 Sep 2010 09:55:44 -0700 Dmitriy Morozov Added Python bindings for DynamicPersistenceChains dev
Tue, 14 Sep 2010 11:34:11 -0700 Dmitriy Morozov Added the ability to pickle Simplex class in Python dev
Tue, 14 Sep 2010 11:12:33 -0700 Dmitriy Morozov Added ability to iterate over ZigzagPersistence cycles in Python dev
Fri, 10 Sep 2010 21:21:27 -0700 Dmitriy Morozov Fixed a typo in the documentation of SPNode.cycle dev
Tue, 07 Sep 2010 13:54:53 -0700 Dmitriy Morozov Added Python closure function (for computing a k-skeleton of a closure of a list of simplices) dev
Thu, 02 Sep 2010 09:13:42 -0700 Dmitriy Morozov Removed the unnecessary typename in filtration-homology.cpp dev
Mon, 30 Aug 2010 12:28:58 -0700 Dmitriy Morozov Added output of essential cycles for any given input filtration dev
Wed, 25 Aug 2010 14:36:11 -0700 Dmitriy Morozov Minor touches in documentation dev
Wed, 25 Aug 2010 14:31:36 -0700 Dmitriy Morozov Merged docs with upstream dev
Thu, 15 Jul 2010 10:25:08 -0700 Dmitriy Morozov CGAL is unncessary for vineyards (update in the documentation) dev
Wed, 25 Aug 2010 14:29:54 -0700 Dmitriy Morozov Merged in Aravind's changes dev
Wed, 18 Aug 2010 15:35:48 -0700 Aravindakshan Babu Changed the first iterator of PersistenceDiagram to accept dimension as well. Modified documentation. dev
Wed, 18 Aug 2010 12:05:18 -0700 Aravindakshan Babu Removed the points iterator in PersistenceDaigram; replaced it with a __iter__ method. dev
Tue, 17 Aug 2010 22:19:19 -0700 Aravindakshan Babu Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming. dev
Wed, 11 Aug 2010 17:07:09 -0700 Aravindakshan Babu Added a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator. dev
Thu, 08 Jul 2010 23:50:39 -0700 Aravindakshan Babu Added extra functionality to Point class( an iterator ) and PersistenceDiagram( dimension property and __len__ func ). dev
Fri, 02 Jul 2010 17:08:02 -0700 Aravindakshan Babu Made the data argument in Point's __init__method to be an optional argument by making it a boost::python::optional. dev
Fri, 02 Jul 2010 04:19:29 -0700 Aravindakshan Babu Added code to expose the persistence_diagram class, the bottleneck_distance function and the point class to python. dev
Thu, 15 Jul 2010 10:20:06 -0700 Dmitriy Morozov Merged docs with upstream dev
Thu, 15 Jul 2010 10:19:18 -0700 Dmitriy Morozov Removed the warning about compiler versions (seems unnecessary after Andrew's fixes) dev
Mon, 12 Jul 2010 09:53:30 -0700 Dmitriy Morozov Fixed path for lsfiltration.py dev
Mon, 05 Jul 2010 23:51:26 -0700 Dmitriy Morozov Bug in the tutorial: simplices = [] -> simplices = Filtration() dev
Tue, 13 Apr 2010 09:09:04 -0700 Dmitriy Morozov More typos in the docs dev
(0) -100 -60 tip