- 06 Sep, 2009 5 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Call to random() must be protected by "omp critical".
-
Tiago Peixoto authored
This returns the union of two graphs, and optionally specified property maps.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 05 Sep, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This provides convienent access to the underlying array values, such as: p.a = random(len(p.a)) instead of: p.get_array()[:] = random(len(p.get_array())) (the latter is still supported)
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This includes generations of releated matrices for spectral analysis, such as the adjacency matrix, laplacian matrix and incidence matrix.
-
- 03 Sep, 2009 8 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
If output==None, no output is produced, and only the layout positions are returned.
-
Tiago Peixoto authored
Random salt should be protected with "omp critical", and edge sampler should check for the case when all edges have zero probability, and sample uniformly.
-
Tiago Peixoto authored
Load 'topology' instead of 'misc'.
-
Tiago Peixoto authored
This implements a layout module (called 'draw' from python) with an implementation of the arf spring-block layout.
-
Tiago Peixoto authored
These functions group several scalar properties into one vector properties, and ungroup a vector property into several scalar properties.
-
Tiago Peixoto authored
It is not necessary to gather the data range if the bin size is constant. This also changes the histogram code, to better handle the constant-size bin situation.
-
- 01 Sep, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 27 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 22 Aug, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 21 Aug, 2009 7 commits
-
-
Tiago Peixoto authored
This is a large commit which replaces lambda::bind with boost::bind in most parts of the code. This improves compilation time, and slightly decreases compilation memory usage in some cases.
-
Tiago Peixoto authored
This includes the edmonds karp, push relabel and kolmogorov maximum flow algorithms from the BGL.
-
Tiago Peixoto authored
Use correct types and always pass GraphWrap objects by value.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 17 Aug, 2009 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 16 Aug, 2009 6 commits
-
-
Tiago Peixoto authored
This also includes convenience property map checks.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
load() function no longer supported in scipy.
-
Tiago Peixoto authored
-
- 13 Aug, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
No longer only thrown GraphError upon any error, but instead throw specific exceptions which are more meaninful and are mapped to standard python exceptions, such as IOError, ValueError and RuntimeError.
-
- 09 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
Path sampling is done using different bias, and the edge sampling is now done correctly. There is now only one parameter 'n_iter' which replaces 'min/max_iter' and 'epslon'.
-