- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 09 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 04 Feb, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now GraphView.base points to the underlying, unfiltered, base graph, even if "g" is another GraphView instance.
-
- 02 Feb, 2011 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This makes sphinx's autodoc slightly happier.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This implements a GraphView class which allows for convenient, independent filtering graphs.
-
- 29 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 25 Jan, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 18 Jan, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 16 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 14 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
This adds a check for directed graphs in most functions of the flow module, and renames the kolmogorov_max_flow to koybov_kolmogorov_max_flow. This also optimizes the graph augmentation in koybov_kolmogorov_max_flow, where reversed edges are detected and used if they exist.
-
- 26 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 21 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
Added more DOI links to references, and other cosmetic changes.
-
- 20 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 05 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This module contains several search algorithms and a visitor interface.
-
- 04 Dec, 2010 5 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.
-
- 24 Nov, 2010 1 commit
-
-
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.
-
- 13 Nov, 2010 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 04 Oct, 2010 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 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.
-
- 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 2 commits
-
-
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.
-
- 06 Jun, 2010 1 commit
-
-
Tiago Peixoto authored
-