Mercurial
Mercurial
>
Dionysus
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
bz2
|
help
less
more
|
(0)
-100
-60
+60
+100
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Added Python bindings for the Rips complex + an example
dev
2009-04-11, by Dmitriy Morozov
Cleaned up traits (chain and container) for static- and dynamic-persistence
dev
2009-05-01, by Dmitriy Morozov
Added tools/extract-diagram + minor fixes
dev
2009-05-01, by Dmitriy Morozov
Added intrusive containers issue and issue filters
dev
2009-04-10, by Dmitriy Morozov
Moved l2distance.h into include/geometry
dev
2009-04-09, by Dmitriy Morozov
Added categories to some of the issues
dev
2009-04-09, by Dmitriy Morozov
Fixed distance to diagonal calculation + added stand-alone bottleneck distance tool
dev
2009-04-09, by Dmitriy Morozov
Added ZigzagPersistence::is_alive() + consistency zigzag outputs betti 1 at each stage
dev
2009-03-25, by Dmitriy Morozov
Added consistency zigzag
dev
2009-03-24, by Dmitriy Morozov
Merged in cohomology branch
dev
2009-03-23, by Dmitriy Morozov
Added CohomologyPersistence and Rips pairwise distances computation
dev
2009-02-27, by Dmitriy Morozov
Added DynamicPersistenceChains (no dynamic part yet)
dev
2009-03-22, by Dmitriy Morozov
Updated Rips zigzags
dev
2009-02-03, by Dmitriy Morozov
Switched Rips complex computation to Bron-Kerbosch algorithm
dev
2009-01-31, by Dmitriy Morozov
Added python bindings for ZigzagPersistence (as well as ImageZigzagPersistence)
dev
2009-01-29, by Dmitriy Morozov
Switched to CGAL 3.4 (native CMake configuration): for now only alphashapes
dev
2009-01-28, by Dmitriy Morozov
Implemented ImageZigzagPersistence
dev
2009-01-20, by Dmitriy Morozov
Debugged ZigzagPersistence (having added heavier consistency checking)
dev
2009-01-12, by Dmitriy Morozov
Added rips-zigzag; in the process caught a number of bugs in ZigzagPersistence (added check_consistency() to it)
dev
2009-01-02, by Dmitriy Morozov
Added DequeChains (for ZigzagPersistence)
dev
2008-12-31, by Dmitriy Morozov
Added ZigzagPersistence
dev
2008-12-31, by Dmitriy Morozov
Merged in Python branch
dev
2008-12-27, by Dmitriy Morozov
Initial commit of Python bindings
dev
2008-12-25, by Dmitriy Morozov
Empty is now a template, replaced RecursiveIterator with boost::counting_iterator
dev
2008-12-25, by Dmitriy Morozov
Removed boundary() from AlphaSimplex3D
dev
2008-12-23, by Dmitriy Morozov
Changed Simplex::boundary() to be iterator-based (replaced it with boundary_begin() and boundary_end())
dev
2008-12-23, by Dmitriy Morozov
Commit before merging in Python branch:
dev
2008-12-27, by Dmitriy Morozov
Initial addition of tools/diagram-viewer
dev
2008-12-25, by Dmitriy Morozov
Closed #8a1 and #96b, added #de6 and #f64
dev
2008-12-23, by Dmitriy Morozov
Intermediate commit while converting to the new architecture
dev
2008-12-18, by Dmitriy Morozov
Switching README to PanDoc
dev
2008-09-22, by Dmitriy Morozov
Added Rips complex-based distance computation to fitness
dev
2008-09-22, by Dmitriy Morozov
Added ExplicitDistance + Evaluator to Rips complexes
dev
2008-09-22, by Dmitriy Morozov
Merged in Rips complexes
dev
2008-09-15, by Dmitriy Morozov
Added initial code for Rips complexes
dev
2008-09-15, by Dmitriy Morozov
Added join() operation for a Simplex
dev
2008-09-15, by Dmitriy Morozov
Removed inclusion of seemingly unnecessary boost/serialization/is_abstract.hpp header
dev
2008-09-15, by Dmitriy Morozov
Converted issues to Maildir format, added Boost 1.36 issue
dev
2008-09-09, by Dmitriy Morozov
Added cmake_minimum_required for compatibility with CMake 2.6
dev
2008-09-03, by Dmitriy Morozov
Merge in AR branch
dev
2008-04-04, by Dmitriy Morozov
Fixed #c42 for ar-vineyard
ar
2008-03-19, by Dmitriy Morozov
Merged in upstream changes and reopened #c42
ar
2008-03-19, by Dmitriy Morozov
KineticEvaluator takes the maximum time between the two simulators
ar
2008-03-02, by Dmitriy Morozov
Small logging additions + maintain_lazy = false + eventqueue
ar
2008-03-02, by Dmitriy Morozov
Marked #c66 and #d2a as fixed (fixes in f236c7d659d0 and abba2950aced, respectively)
ar
2008-03-01, by Dmitriy Morozov
Fixed Vineyard to preserve the vine addresses after we add a new dimension vine (was a major bug)
ar
2008-02-29, by Dmitriy Morozov
Using two simulators in ARVineyard (one for simplices and one for trajectories)
ar
2008-02-29, by Dmitriy Morozov
ConeSimplex and ARConeSimplex3D adjusted to work correctly with operator<(), operator==(), and boundary()
ar
2008-02-29, by Dmitriy Morozov
ConeSimplex correctly reports dimension()
ar
2008-02-27, by Dmitriy Morozov
program_options + trajectory knees
ar
2008-02-27, by Dmitriy Morozov
Merged upstream changes (to get boost::program_options setup in CMake)
ar
2008-02-27, by Dmitriy Morozov
Merged in fitness branch
dev
2008-02-25, by Dmitriy Morozov
ar-vinyeard compiles and runs:
ar
2008-02-27, by Dmitriy Morozov
Added intostring() issue (#89a)
ar
2008-02-26, by Dmitriy Morozov
KineticSort can deal with equal trajectories:
ar
2008-02-26, by Dmitriy Morozov
Fixed UPolynomial<T>::sign_at_negative_infinity() + Simulator::add()
ar
2008-02-26, by Dmitriy Morozov
Added and fixed CGAL debugging problem (issue #c42)
ar
2008-02-26, by Dmitriy Morozov
Added EventQueue efficiency issue (#ebd)
ar
2008-02-25, by Dmitriy Morozov
Initial commit of KineticSort-based ARVineyard
ar
2008-02-25, by Dmitriy Morozov
Issue #cd7: incorrect UPolynomial<double>::sign_at()
ar
2008-02-25, by Dmitriy Morozov
less
more
|
(0)
-100
-60
+60
+100
tip