- 23 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 14 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
This also changes the semantics of of bin list of size 2, and also simplifies the histogram code slightly.
-
- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 24 Apr, 2009 1 commit
-
-
Tiago Peixoto authored
This changes the meaning of the all_selectors type, which includes all property types, and creates a scalar_selectors type, which includes only the scalar types.
-
- 10 Mar, 2009 1 commit
-
-
Tiago Peixoto authored
Thins changes the graph filtering code slightly to wrap graph types with GraphWrap, which automatically updates the edge index list when edges are removed and added to the graph. This also changes how graphs are passed to algorithms, which is now by reference instead of pointer. (hence this touches lots of code, but changes are trivial)
-
- 15 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 17 Jun, 2008 1 commit
-
-
Tiago Peixoto authored
This commit removes the internal property maps from the GraphInterface class, and makes all property maps external by default. The internal property maps were moved to the python layer.
-
- 14 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
Python binding will follow
-
- 17 Feb, 2008 1 commit
-
-
Tiago Peixoto authored
This commit splits libraph_tool into different libraries: - libgraph_tool_core - libgraph_tool_clustering (*) - libgraph_tool_community (*) - libgraph_tool_correlations (*) - libgraph_tool_distance (*) - libgraph_tool_generation (*) - libgraph_tool_layout (*) - libgraph_tool_misc (*) - libgraph_tool_stats (*) It also adds the python sub-module 'test', which provides extensive unit testing of the core functionality. The core library is fully functional and all test pass successfully. (*) -> module needs to be ported to new refactoring, and does not yet build
-