- 31 Oct, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Oct, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 01 Oct, 2012 1 commit
-
-
Tiago Peixoto authored
This fixes ticket #110
-
- 20 Jul, 2012 1 commit
-
-
Tiago Peixoto authored
The string representation is now compressed, to avoid strings of huge length, which makes pickle.dump() bork.
-
- 18 Jul, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 17 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 27 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 29 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This allows them to be modified and passed forward in one expression.
-
- 11 Apr, 2012 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
After the removal of filtered vertices via Graph.purge_vertices(), the values of known property maps are now kept consistent with the unmodified graph.
-
Tiago Peixoto authored
-
- 21 Mar, 2012 5 commits
-
-
Tiago Peixoto authored
This fixes ticket #97.
-
Tiago Peixoto authored
This also makes all Edge classes inherit from the same base class of the same name. This fixes tickets #94 and #95
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes a bug where the PropertyMap.fa attribute would not be set if filtering is disabled.
-
Tiago Peixoto authored
-
- 12 Oct, 2011 1 commit
-
-
Tiago Peixoto authored
This includes a spirit parser for the gml syntax, and a graph writer. Additionaly, the general graph io code also been cleaned up.
-
- 22 Sep, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 14 Sep, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 26 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This implements a general "blockmodel" generation / rewiring algorithm, using Gibbs acceptence / rejection sampling (a.k.a Metropolis-Hastings). This also implements some optimizations in the rewiring code, which makes it more efficient on filtered graphs.
-
- 15 Aug, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Newly added vertices or edges in filtered graphs now automatically appear in them.
-
- 14 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This better organizes the documentation of the Graph class and provides other small fixes.
-
- 13 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This implements access to filtered graphs either with boolean-indexed array or masked arrays, through the 'fa' and 'ma' attributes, respectively.
-
- 30 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
For some reason sphinx looks for a graph_tool module inside graph_tool. This commit defines such a thing.
-
- 13 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a bug where the filters where not correctly copied from the base graph.
-
- 02 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jun, 2011 1 commit
-
-
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).
-
- 10 May, 2011 1 commit
-
-
Tiago Peixoto authored
This also includes proper test strings.
-
- 14 Apr, 2011 2 commits
-
-
Tiago Peixoto authored
This moves the documentation out of the constructor, and into the class definition.
-
Tiago Peixoto authored
This allows easy creation of unfiltered copies of filtered graphs.
-
- 23 Mar, 2011 1 commit
-
-
Tiago Peixoto authored
Now if a GraphView object is deleted, any property map created for it reverts its ownership to the base Graph object. This eliminates the problem of property maps created with transient GraphView objects.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 04 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
Now GraphView.base points to the underlying, unfiltered, base graph, even if "g" is another GraphView instance.
-
- 02 Feb, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This makes sphinx's autodoc slightly happier.
-