- 30 Jun, 2011 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
For some reason sphinx looks for a graph_tool module inside graph_tool. This commit defines such a thing.
-
- 28 Jun, 2011 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 21 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a bug where filtered vertices would be incorrectly marked, if the largest component index happend to be zero.
-
- 16 Jun, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 13 Jun, 2011 3 commits
-
-
Tiago Peixoto authored
This fixes a bug where the filters where not correctly copied from the base graph.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 11 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
By using directly the C bindings to graphviz, we are able to return the drawed graph as a string buffer in whatever format, which was not possible with the SWIGified python interface. Returning the drawed graph as a buffer is useful in doing animations, among other things.
-
- 05 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 02 Jun, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 01 Jun, 2011 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now properties can be copied from vertices which are not identical (e.g. from unfiltered to filtered graphs, etc). This fixes a problem with graph copying and pruning, where the properties were not correclty copied.
-
- 31 May, 2011 1 commit
-
-
Tiago Peixoto authored
Now, statements like: prop[v].a = foo are perfectly valid (if prop[v] is a vector type).
-
- 27 May, 2011 1 commit
-
-
Tiago Peixoto authored
This works around a compilation bug in Apple GCC 4.2 + Macports.
-
- 10 May, 2011 2 commits
-
-
Tiago Peixoto authored
This fixes an issue with group/ungroup_vector_property() and random_layout().
-
Tiago Peixoto authored
This also includes proper test strings.
-
- 06 May, 2011 1 commit
-
-
Tiago Peixoto authored
Now, if 'm' is larger than the seed graph, it is set to the size of the seed graph, and is increased progressively until it matches the desired value. This removes the need to start with a random seed graph of the appropriate size. This also includes modifications which make the code more robust against parameter choices which don't make much sense, e.g. lead to negative probabilites.
-
- 03 May, 2011 2 commits
-
-
Tiago Peixoto authored
This makes the calculation coherent with the definition given in the documentation.
-
Tiago Peixoto authored
-
- 28 Apr, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This removes reverse_graph.hpp, reverse_graph.hpp and copy.hpp, and introduces some modifications in graph_adaptor.hh. This modification fixes compilation problems across different boost versions.
-
- 27 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 21 Apr, 2011 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 20 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
I'm looking at you, macports.
-
- 19 Apr, 2011 2 commits
-
-
Tiago Peixoto authored
This removes a strict requirement on matplotlib in the "draw" module.
-
Tiago Peixoto authored
-
- 15 Apr, 2011 2 commits
-
-
-
Tiago Peixoto authored
-
- 14 Apr, 2011 3 commits
-
-
Tiago Peixoto authored
This moves the documentation out of the constructor, and into the class definition.
-
Tiago Peixoto authored
This also changes the semantics of of bin list of size 2, and also simplifies the histogram code slightly.
-
Tiago Peixoto authored
This allows easy creation of unfiltered copies of filtered graphs.
-