- 09 Aug, 2010 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This avoid a namespace clash when using run_action.inline().
-
- 30 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
These functions/properties provide more information and control about edge indexing, which might be useful.
-
- 28 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
The reserved size for the array was set to g.num_edges(), but it should be set to the maximum edge index + 1, since some edges might have been deleted.
-
- 25 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
This enables support for older versions of GCC (>=4.2), by falling back to the boost tr1 implementation when the GCC version is less than 4.4.
-
- 23 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
The module dl has been deprecated, and has been replaced by ctypes. This also fixes a problem where the dlopen() flags have different numbers in different architectures.
-
- 13 Jul, 2010 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now the meaning of the bin edges given to the several histogram functions are the same as in numpy/scipy. This means that the last bin edge represents an upper bound on the last bin.
-
Tiago Peixoto authored
This fixes a bug in the motifs() code which generates a segfault for certain subgraph signatures. This also fixes a potential problem for multithreaded execution.
-
- 08 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes a race condition when undirected graphs are used, and when OpenMP is enabled.
-
- 06 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes a bug where the distance map was not properly initialized when the graph is filtered, and the all pairs shortest paths are requested.
-
- 06 Jun, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 04 Jun, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 22 May, 2010 1 commit
-
-
Tiago Peixoto authored
This allows for sampling of random subgraph isomorphisms.
-
- 21 May, 2010 5 commits
-
-
Tiago Peixoto authored
Now vector types of property maps can be accessed as arrays with the get_array() and 'a' property, just like scalar property maps.
-
Tiago Peixoto authored
This fixes a small typo bug, which prevented loading from file-like objects.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Edges were not properly indexed after graph generation.
-
Tiago Peixoto authored
-
- 20 May, 2010 1 commit
-
-
Tiago Peixoto authored
This improves the binning performace, when suplied bins are of constant width.
-
- 11 May, 2010 3 commits
-
-
Tiago Peixoto authored
absolute_trust() is now called trust_transitivity(), and the whole trust matrix can now be efficiently calculated.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 03 May, 2010 8 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Vectors are used now instead of unordered_sets, which dramatically improves performace.
-
Tiago Peixoto authored
This fixes a bug where edges were left unindexed.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This also maintains compatibility with older boost versions.
-
- 07 Mar, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 21 Feb, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 20 Feb, 2010 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-