- 20 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 15 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This also keeps compatibility with earlier versions of boost.
-
- 10 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes ticket 61: http://projects.skewed.de/graph-tool/ticket/61
-
- 05 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This module contains several search algorithms and a visitor interface.
-
- 04 Dec, 2010 6 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now an explicit conversion to a compatible python type is attempted if the value being set in a property map cannot be converted directly to a C++ type. This also fixes a bug with vector-valued property maps.
-
Tiago Peixoto authored
Now, whenever GraphWrap is being used, the property maps are always in "checked" mode.
-
- 03 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 24 Nov, 2010 8 commits
-
-
Tiago Peixoto authored
The arrays returned by PropertyMap.get_array() are now PropertyArray instances, which keep track of the PropertyMap data, and are able to detect when it changes, and raise a ValueError exception. As such, it becomes impossible to read or write to non-allocated memory if an array becomes invalid.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 13 Nov, 2010 7 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 10 Oct, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 04 Oct, 2010 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 03 Oct, 2010 2 commits
-
-
Tiago Peixoto authored
This fixes a bug where histograms constructed in parallel would sometimes fail to count some samples.
-
Tiago Peixoto authored
-
- 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.
-