Mercurial
Mercurial
>
Dionysus
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
bz2
|
help
less
more
|
(0)
-100
-60
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.
Minor changes to compile with GCC 4.7
dev
2012-05-08, by Dmitriy Morozov
Added cohomology/candidates counter to i/t/cohomology-persistence.hpp
dev
2011-07-25, by Dmitriy Morozov
Minor fixes in tools/draw-diagram
dev
2011-05-06, by Dmitriy Morozov
alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix)
dev
2011-04-05, by Dmitriy Morozov
Fixed combinations in closure() for older versions of Python
dev
2011-01-28, by Dmitriy Morozov
closure() in Python can handle simplex data
dev
2011-01-07, by Dmitriy Morozov
Fixed a typo in b/p/persistence-diagram.cpp
dev
2010-12-20, by Dmitriy Morozov
Added a note about GPL to the documentation
dev
2010-12-08, by Dmitriy Morozov
Cleaned up CMake files to play nice with CGAL
dev
2010-12-03, by Dmitriy Morozov
Cleaned up PersistenceDiagram bindings
dev
2010-10-09, by Dmitriy Morozov
Fixed a link to SYNAPS
dev
2010-10-04, by Dmitriy Morozov
Merged in Python bindings for DynamicPersistenceChains
dev
2010-09-14, by Dmitriy Morozov
Added documentation for DynamicPersistenceChains
dev
2010-09-14, by Dmitriy Morozov
Added Python bindings for DynamicPersistenceChains
dev
2010-09-12, by Dmitriy Morozov
Added the ability to pickle Simplex class in Python
dev
2010-09-14, by Dmitriy Morozov
Added ability to iterate over ZigzagPersistence cycles in Python
dev
2010-09-14, by Dmitriy Morozov
Fixed a typo in the documentation of SPNode.cycle
dev
2010-09-10, by Dmitriy Morozov
Added Python closure function (for computing a k-skeleton of a closure of a list of simplices)
dev
2010-09-07, by Dmitriy Morozov
Removed the unnecessary typename in filtration-homology.cpp
dev
2010-09-02, by Dmitriy Morozov
Added output of essential cycles for any given input filtration
dev
2010-08-30, by Dmitriy Morozov
Minor touches in documentation
dev
2010-08-25, by Dmitriy Morozov
Merged docs with upstream
dev
2010-08-25, by Dmitriy Morozov
CGAL is unncessary for vineyards (update in the documentation)
dev
2010-07-15, by Dmitriy Morozov
Merged in Aravind's changes
dev
2010-08-25, by Dmitriy Morozov
Changed the first iterator of PersistenceDiagram to accept dimension as well. Modified documentation.
dev
2010-08-18, by Aravindakshan Babu
Removed the points iterator in PersistenceDaigram; replaced it with a __iter__ method.
dev
2010-08-18, by Aravindakshan Babu
Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming.
dev
2010-08-17, by Aravindakshan Babu
Added a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator.
dev
2010-08-11, by Aravindakshan Babu
Added extra functionality to Point class( an iterator ) and PersistenceDiagram( dimension property and __len__ func ).
dev
2010-07-08, by Aravindakshan Babu
Made the data argument in Point's __init__method to be an optional argument by making it a boost::python::optional.
dev
2010-07-02, by Aravindakshan Babu
Added code to expose the persistence_diagram class, the bottleneck_distance function and the point class to python.
dev
2010-07-02, by Aravindakshan Babu
Merged docs with upstream
dev
2010-07-15, by Dmitriy Morozov
Removed the warning about compiler versions (seems unnecessary after Andrew's fixes)
dev
2010-07-15, by Dmitriy Morozov
Fixed path for lsfiltration.py
dev
2010-07-12, by Dmitriy Morozov
Bug in the tutorial: simplices = [] -> simplices = Filtration()
dev
2010-07-05, by Dmitriy Morozov
More typos in the docs
dev
2010-04-13, by Dmitriy Morozov
Fixed a link: dionysis -> dionysus
dev
2010-04-12, by Dmitriy Morozov
Andrew Yarmola's fix to the in-class intialization syntax in OrderList<T>
dev
2010-04-20, by Dmitriy Morozov
Added Persistence::initialize(f) + fixed minor bug LinearKernel::sign_at_negative_infinity()
dev
2010-03-09, by Dmitriy Morozov
Added insert-at-the-end optimization for CohomologyPersistence::add_cocycle()
dev
2010-03-06, by Dmitriy Morozov
Count cocycles in CohomologyPersistence
dev
2010-03-05, by Dmitriy Morozov
Andrew Yarmola's compilation fix for MacOSX.
dev
2010-02-23, by Mikael Vejdemo Johansson
Removed unused instrumentation of cohomology and unnecessary includes
dev
2010-02-22, by Dmitriy Morozov
Removed reference to reference in ThreeOutcomeComparison
dev
2010-02-09, by Dmitriy Morozov
Made EventQueue into a binary heap (for efficiency and sanity)
dev
2010-02-07, by Dmitriy Morozov
Replaced list with multi_index representation in EventQueue making it more efficient
dev
2010-02-07, by Dmitriy Morozov
Switched to internal KineticSort
dev
2010-02-06, by Dmitriy Morozov
Added linear kernel for my own KineticSort
dev
2010-02-05, by Dmitriy Morozov
Commented out QField to get rid of the artifical dependence on GMP
dev
2010-02-05, by Dmitriy Morozov
Fixed non-copyable temporary bug
dev
2010-02-04, by Dmitriy Morozov
Fixed the duplicates (degeneracy) and another assertion problem in LSVineyard
dev
2010-02-03, by Dmitriy Morozov
Removed a buggy assertion in LSVineard::transpose_vertices() (j points at the end() when moving the last simplex of the filtration)
dev
2010-02-03, by Dmitriy Morozov
StaticPersistence::pair_simplices() has an option to not display progress (LSVineyard uses it during consistency checking)
dev
2010-02-02, by Dmitriy Morozov
Added rips-explicit-cohomology
dev
2010-01-26, by Dmitriy Morozov
Moved lsfiltration.py into examples/pl-functions + added lscubes.py example (cubical lower-star filtration)
dev
2010-01-26, by Dmitriy Morozov
Fixed Python constructor of CohomologyPersistence + minor changes to cocycle.py
dev
2010-01-12, by Dmitriy Morozov
vertex_coface -> vertex_cofaces in Rips documentation (in Python)
dev
2010-01-11, by Dmitriy Morozov
Henry Adams' fixes to python/dionysus/zigzag.py + added CohomologyPersistence.show_cocycles method
dev
2010-01-09, by Dmitriy Morozov
CohomologyPersistence::add returns the dying cocycle
dev
2010-01-07, by Dmitriy Morozov
Check Boost version in include/utilities/property-maps.h + minor changes to cocycle.py
dev
2010-01-05, by Dmitriy Morozov
less
more
|
(0)
-100
-60
tip