- 21 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 11 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
Dumping boost::adjacency_list<> improves memory usage by a factor of two, and also slightly improves performance in some cases.
-
- 27 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 16 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 06 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 26 Dec, 2012 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
The object may be globally reset via the seed_rng() function.
-
- 06 Dec, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 Dec, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 25 Nov, 2012 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This also modifies the behaviour of the graph_properties dict, which now return the property values directly, instead of the map objects.
-
- 21 Nov, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 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 1 commit
-
-
Tiago Peixoto authored
-