- 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'.
-
- 07 Aug, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
When using undirected graphs, the implicit direction of each edge was not properly handled, and the correlated case would not work. Now, in this case, the direction is always checked, and the edge is inverted if necessary.
-
Tiago Peixoto authored
This would cause the graph to become directed (when previously undirected) in some circumstances.
-
Tiago Peixoto authored
This is a workaround for a behaviour of graphviz which is not well understood.
-
- 04 Aug, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
The RNG object must be passed by _reference_ not by value, as is the default! Otherwise the RNG state does not change...
-
Tiago Peixoto authored
Target degrees were not being sampled correctly from their probability.
-
Tiago Peixoto authored
-
- 03 Aug, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Reference counts of newly created arrays must always be incremented, and not borrowed().
-
- 02 Aug, 2009 5 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This prints useful library information.
-
Tiago Peixoto authored
We will rely on sphinx + docstrings instead.
-
Tiago Peixoto authored
Import numpy and scipy before everything to avoid weird segmentation faults depending on the order things are imported.
-
Tiago Peixoto authored
-
- 30 Jul, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-