- 15 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
* separated graphml code into graphml.hpp and graphml.cpp, and added support for default property values * added HashedDescriptorMap with automatic memory management git-svn-id: https://svn.forked.de/graph-tool/trunk@36 d4600afd-f417-0410-95de-beed9576f240
-
- 14 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@35 d4600afd-f417-0410-95de-beed9576f240
-
- 13 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
* definition of HashedDescriptorMap git-svn-id: https://svn.forked.de/graph-tool/trunk@34 d4600afd-f417-0410-95de-beed9576f240
-
- 11 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
* changed python filtering semantics: edges are filtered before vertices, not simultaneously. Original (unfiltered) vertices degrees are available to the vertex filter prefixed with "orig_". * added missing boost licence file to src/boost-workaround/LICENSE_1_0.txt * updated FSF address in src/graph-tool git-svn-id: https://svn.forked.de/graph-tool/trunk@33 d4600afd-f417-0410-95de-beed9576f240
-
- 10 Aug, 2006 2 commits
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@32 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@31 d4600afd-f417-0410-95de-beed9576f240
-
- 09 Aug, 2006 2 commits
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@30 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
* put combined degree correlation stuff in src/graph/graph_correlations_combined.cc * some code cleanups in src/graph-tool git-svn-id: https://svn.forked.de/graph-tool/trunk@29 d4600afd-f417-0410-95de-beed9576f240
-
- 04 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@26 d4600afd-f417-0410-95de-beed9576f240
-
- 03 Aug, 2006 4 commits
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@22 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@21 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@19 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
* removed GetVectorScalarCorrelation(), since it is substituted by the above * changed range filter policy: if property is non-double, use generic python filtering instead git-svn-id: https://svn.forked.de/graph-tool/trunk@18 d4600afd-f417-0410-95de-beed9576f240
-
- 01 Aug, 2006 1 commit
-
-
Tiago Peixoto authored
* average distances now accept weights * added DynamicPropertyMapWrap git-svn-id: https://svn.forked.de/graph-tool/trunk@17 d4600afd-f417-0410-95de-beed9576f240
-
- 31 Jul, 2006 2 commits
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@16 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@15 d4600afd-f417-0410-95de-beed9576f240
-
- 30 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
* fixed bug related to negative sampled degrees git-svn-id: https://svn.forked.de/graph-tool/trunk@14 d4600afd-f417-0410-95de-beed9576f240
-
- 24 Jul, 2006 2 commits
-
-
Tiago Peixoto authored
* fixed rounding error git-svn-id: https://svn.forked.de/graph-tool/trunk@13 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@12 d4600afd-f417-0410-95de-beed9576f240
-
- 22 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
* add jackknife variance * add scalar assortativity coefficient git-svn-id: https://svn.forked.de/graph-tool/trunk@11 d4600afd-f417-0410-95de-beed9576f240
-
- 21 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
* fix history temp file handling buglet git-svn-id: https://svn.forked.de/graph-tool/trunk@10 d4600afd-f417-0410-95de-beed9576f240
-
- 18 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
* removed neighbour selectors (not really needed at all). Improves compilation speed, memory usage and binary size! * removed clustering specific code in favour of more generic property code * added GetEdgeHistogram() * renamed some functions/options ("degree"->"vertex") git-svn-id: https://svn.forked.de/graph-tool/trunk@9 d4600afd-f417-0410-95de-beed9576f240
-
- 15 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@8 d4600afd-f417-0410-95de-beed9576f240
-
- 13 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
removing edge selectors, since the same behaviour can be obtained by using the --undirected and --reverse filters, as long as the in-degree is also seen when the undirected filter is turned on git-svn-id: https://svn.forked.de/graph-tool/trunk@7 d4600afd-f417-0410-95de-beed9576f240
-
- 11 Jul, 2006 1 commit
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@6 d4600afd-f417-0410-95de-beed9576f240
-
- 10 Jul, 2006 3 commits
-
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@5 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@2 d4600afd-f417-0410-95de-beed9576f240
-
Tiago Peixoto authored
git-svn-id: https://svn.forked.de/graph-tool/trunk@1 d4600afd-f417-0410-95de-beed9576f240
-