Sun, 07 Feb 2010 10:46:23 -0800 |
Dmitriy Morozov |
Replaced list with multi_index representation in EventQueue making it more efficient
dev
|
changeset |
files
|
Sat, 06 Feb 2010 23:22:43 -0800 |
Dmitriy Morozov |
Switched to internal KineticSort
dev
|
changeset |
files
|
Fri, 05 Feb 2010 11:49:52 -0800 |
Dmitriy Morozov |
Added linear kernel for my own KineticSort
dev
|
changeset |
files
|
Fri, 05 Feb 2010 11:07:42 -0800 |
Dmitriy Morozov |
Commented out QField to get rid of the artifical dependence on GMP
dev
|
changeset |
files
|
Thu, 04 Feb 2010 23:43:36 -0800 |
Dmitriy Morozov |
Fixed non-copyable temporary bug
dev
|
changeset |
files
|
Wed, 03 Feb 2010 14:51:38 -0800 |
Dmitriy Morozov |
Fixed the duplicates (degeneracy) and another assertion problem in LSVineyard
dev
|
changeset |
files
|
Wed, 03 Feb 2010 11:20:40 -0800 |
Dmitriy Morozov |
Removed a buggy assertion in LSVineard::transpose_vertices() (j points at the end() when moving the last simplex of the filtration)
dev
|
changeset |
files
|
Tue, 02 Feb 2010 23:43:46 -0800 |
Dmitriy Morozov |
StaticPersistence::pair_simplices() has an option to not display progress (LSVineyard uses it during consistency checking)
dev
|
changeset |
files
|
Tue, 26 Jan 2010 11:14:50 -0800 |
Dmitriy Morozov |
Added rips-explicit-cohomology
dev
|
changeset |
files
|
Tue, 26 Jan 2010 11:00:51 -0800 |
Dmitriy Morozov |
Moved lsfiltration.py into examples/pl-functions + added lscubes.py example (cubical lower-star filtration)
dev
|
changeset |
files
|
Tue, 12 Jan 2010 14:36:38 -0800 |
Dmitriy Morozov |
Fixed Python constructor of CohomologyPersistence + minor changes to cocycle.py
dev
|
changeset |
files
|
Mon, 11 Jan 2010 10:21:37 -0800 |
Dmitriy Morozov |
vertex_coface -> vertex_cofaces in Rips documentation (in Python)
dev
|
changeset |
files
|
Sat, 09 Jan 2010 15:03:52 -0800 |
Dmitriy Morozov |
Henry Adams' fixes to python/dionysus/zigzag.py + added CohomologyPersistence.show_cocycles method
dev
|
changeset |
files
|
Thu, 07 Jan 2010 10:27:18 -0800 |
Dmitriy Morozov |
CohomologyPersistence::add returns the dying cocycle
dev
|
changeset |
files
|
Tue, 05 Jan 2010 11:02:07 -0800 |
Dmitriy Morozov |
Check Boost version in include/utilities/property-maps.h + minor changes to cocycle.py
dev
|
changeset |
files
|
Thu, 31 Dec 2009 11:28:49 -0800 |
Dmitriy Morozov |
Added pl-vineyard documentation
dev
|
changeset |
files
|
Fri, 25 Dec 2009 06:56:27 -0800 |
Dmitriy Morozov |
Fixed a serious bug in DynamicPersistenceTrails + LSVineyard sorts filtration by attachment + miscellanea:
dev
|
changeset |
files
|
Sun, 20 Dec 2009 10:43:00 -0800 |
Dmitriy Morozov |
Moved files around: lsvineyard.h -> include/topology, examples/grid -> examples/pl-functions
dev
|
changeset |
files
|
Sun, 20 Dec 2009 08:27:01 -0800 |
Dmitriy Morozov |
Merged Vineyards code changes with the main development line
dev
|
changeset |
files
|
Sun, 20 Dec 2009 07:45:29 -0800 |
Dmitriy Morozov |
Python bindings work again
dev
|
changeset |
files
|
Wed, 16 Dec 2009 15:39:38 -0800 |
Dmitriy Morozov |
Created pl-vineyard.cpp to compute vineyards given a complex and a sequence of values at each vertex
dev
|
changeset |
files
|
Wed, 16 Dec 2009 15:39:06 -0800 |
Dmitriy Morozov |
Resurrected vineyard code:
dev
|
changeset |
files
|
Thu, 03 Dec 2009 13:21:23 -0800 |
Dmitriy Morozov |
Made storing negative simplices in StaticPersistence parameter-based, so that DynamicPersistence works again
dev
|
changeset |
files
|
Wed, 02 Dec 2009 14:03:54 -0800 |
Dmitriy Morozov |
StaticPersistence operates on chains consisting of only positive simplices
dev
|
changeset |
files
|
Tue, 01 Dec 2009 20:34:31 -0800 |
Dmitriy Morozov |
alphashapes3d.cpp measures persistence time
dev
|
changeset |
files
|
Sat, 28 Nov 2009 17:01:52 -0800 |
Dmitriy Morozov |
Fixed DynamicPersistenceTrails::PairingTrailsVisitor to match the changes in StaticPersistence::PairVisitor
dev
|
changeset |
files
|
Sat, 28 Nov 2009 16:45:42 -0800 |
Dmitriy Morozov |
Instrumented code for counting:
dev
|
changeset |
files
|
Fri, 06 Nov 2009 14:19:08 -0800 |
Dmitriy Morozov |
Added arbitrary coefficients in boundaries (to C++ and Python) + cleaned up CohomologyPersistence.add overloading in Python
dev
|
changeset |
files
|
Wed, 28 Oct 2009 14:38:36 -0700 |
Dmitriy Morozov |
Added image persistence functionality to CohomologyPersistence
dev
|
changeset |
files
|
Fri, 23 Oct 2009 11:51:23 -0700 |
Dmitriy Morozov |
Added draw.py under tools/draw-diagram
dev
|
changeset |
files
|
Fri, 23 Oct 2009 09:36:55 -0700 |
Dmitriy Morozov |
Added link to CVXOPT in get-build-install documentation + progress bar to rips-pairwise-cohomology
dev
|
changeset |
files
|
Tue, 20 Oct 2009 22:05:23 -0700 |
Dmitriy Morozov |
Fixed a typo in documentation + added a warning and a tip about GCC 4.2 on a Mac
dev
|
changeset |
files
|
Mon, 31 Aug 2009 13:45:28 -0700 |
mridul |
The if-else cases in lsqr.py were not exhaustive. They become exhaustive by changing ab > aa to ab >= aa.
dev
|
changeset |
files
|
Mon, 31 Aug 2009 10:51:56 -0700 |
Dmitriy Morozov |
Removed Qt4 requirement + added link to download and tutorial to the front page of the documentation
dev
|
changeset |
files
|
Fri, 21 Aug 2009 14:26:56 -0700 |
Dmitriy Morozov |
Exposed store argument to CohomologyPersistence.add() in Python
dev
|
changeset |
files
|
Wed, 19 Aug 2009 12:01:47 -0700 |
Dmitriy Morozov |
cocycle.py uses vertex list, and does not make any assumptions about the vertex-simplex order
dev
|
changeset |
files
|
Thu, 13 Aug 2009 13:16:15 -0700 |
Dmitriy Morozov |
Consistency zigzag outputs intervals supported over a single complex
dev
|
changeset |
files
|
Wed, 12 Aug 2009 21:32:38 -0700 |
Camille Wormser |
explicitely converts a Dimension (short int) into a size_t, for removing a warning
dev
|
changeset |
files
|
Wed, 12 Aug 2009 07:16:35 -0700 |
Camille Wormser |
Removing unused parameter names in order to avoid warnings
dev
|
changeset |
files
|
Wed, 12 Aug 2009 11:32:42 -0700 |
Dmitriy Morozov |
make-zigzag-subsamples.py doesn't output the union, rips-consistency-zigzag.cpp fixed show_progress
dev
|
changeset |
files
|
Mon, 10 Aug 2009 16:48:13 -0700 |
Dmitriy Morozov |
Fixed bugs in cocycle.py introduced when rips-pairwise-cohomology.py was originally added
dev
|
changeset |
files
|
Mon, 10 Aug 2009 15:22:32 -0700 |
Dmitriy Morozov |
Fixed bugs in rips-pairwise-cohomology.py whose origin is unclear to me
dev
|
changeset |
files
|
Tue, 04 Aug 2009 17:12:47 -0700 |
Dmitriy Morozov |
Merged in Chris' changes
dev
|
changeset |
files
|
Tue, 04 Aug 2009 16:58:44 -0700 |
Christos Mantoulidis |
Modified cohomology code (unweighted and weighted) so that it doesn't use std::map for boundary computations, which should optimize memory usage.
dev
|
changeset |
files
|
Tue, 04 Aug 2009 13:23:16 -0700 |
Christos Mantoulidis |
Changed implementation of WeightedRips to store simplex values (max distance between simplices' vertices) as an invisible layer on top of each simplex object, so that the data() field of WeightedRips has been freed for use by the users again.
dev
|
changeset |
files
|
Tue, 28 Jul 2009 15:04:06 -0700 |
Christos Mantoulidis |
Added rips-weighted-cohomology, and channeled WeightedRips logging to the same channel as Rips
dev
|
changeset |
files
|
Tue, 28 Jul 2009 11:42:03 -0700 |
Christos Mantoulidis |
Merged upstream
dev
|
changeset |
files
|
Tue, 28 Jul 2009 10:58:53 -0700 |
Christos Mantoulidis |
Modified WeightedRips::generate() to incorporate the simplex-appearance-value computation (before it would have to be done explicitly by the user by a for-loop after the call to generate())
dev
|
changeset |
files
|
Mon, 27 Jul 2009 21:42:51 -0700 |
Christos Mantoulidis |
added logging to WeightedRips (still needs debugging)
dev
|
changeset |
files
|
Mon, 13 Jul 2009 19:44:04 -0700 |
Christos Mantoulidis |
Updated weighted rips libraries to make use of OOP--now WeightedRips inherits from Rips. It is possible that logging for WeightedRips does not work.
dev
|
changeset |
files
|
Thu, 02 Jul 2009 15:42:44 -0700 |
Christos Mantoulidis |
Added weighted rips code and libraries
dev
|
changeset |
files
|
Tue, 04 Aug 2009 14:28:17 -0700 |
Dmitriy Morozov |
Simplices are deleted from the complex after removal in triangle-zigzag.py + touched up documentation (to mention CohomologyPersistence better)
dev
|
changeset |
files
|
Tue, 28 Jul 2009 13:27:13 -0700 |
Dmitriy Morozov |
Consistency zigzag outputs intervals for dimensions less than the skeleton dimension only
dev
|
changeset |
files
|
Thu, 30 Jul 2009 10:35:49 -0700 |
Dmitriy Morozov |
Switched PairwiseDistances in Python bindings to C++
dev
|
changeset |
files
|
Thu, 30 Jul 2009 10:23:31 -0700 |
Dmitriy Morozov |
Added Python bindings for CohomologyPersistence (+ example + documentation)
dev
|
changeset |
files
|
Fri, 24 Jul 2009 14:18:16 -0700 |
Dmitriy Morozov |
Minor changes in distances.py + rips-pairwise.py wrapped into a main() function
dev
|
changeset |
files
|
Wed, 17 Jun 2009 16:02:52 -0700 |
Dmitriy Morozov |
Disable alphashapes in Python bindings if no CGAL
dev
|
changeset |
files
|
Sun, 17 May 2009 20:05:26 -0700 |
Dmitriy Morozov |
Made ListRandomAccessIterator generic with respect to value, and moved it to utils.h
dev
|
changeset |
files
|
Fri, 24 Jul 2009 11:08:48 -0700 |
Dmitriy Morozov |
Cleaner output in rips-pairwise.cpp + added make-zigzag-subsamples.py + added lsfiltration.py
dev
|
changeset |
files
|
Thu, 09 Jul 2009 07:47:22 -0700 |
Dmitriy Morozov |
Fixed plot.py in tools/plot-values
dev
|
changeset |
files
|