|
|
|
@684efc
|
4 years |
tiago |
Implement optional wrapping of graphs to deal with edge index housekeeping ...
|
|
|
|
@d0a73f
|
4 years |
tiago |
Rename fast_vector_property_map to checked_vector_property_map
This makes ...
|
|
|
|
@0c87c4
|
4 years |
tiago |
Improve run_action module
Now inline() automatically converts known ...
|
|
|
|
@ba56eb
|
4 years |
tiago |
Fix edge index housekeeping
|
|
|
|
@d6422b
|
4 years |
tiago |
Fix symbol visibility
Now all symbols are exported by default, except ...
|
|
|
|
@0ababf
|
4 years |
tiago |
Disable internal bounds checking in property maps
This includes a new ...
|
|
|
|
@8ae75c
|
4 years |
tiago |
Add direct support for degree propery map creation
i.e. ...
|
|
|
|
@8cd708
|
5 years |
tiago |
Fix compilation with boost 1.37
|
|
|
|
@7cdf96
|
5 years |
tiago |
Expose internal graph and index maps in GraphInterface
This makes ...
|
|
|
|
@dc184b
|
5 years |
tiago |
Fix edge indexing problem when modifying graph
This fixes a rather ...
|
|
|
|
@e984bf
|
5 years |
tiago |
Externalize property maps by default
This commit removes the internal ...
|
|
|
|
@ee25ea
|
5 years |
tiago |
Fix run_action
A couple of bugs fixed. Local frame dict is read-only in ...
|
|
|
|
@360a33
|
5 years |
tiago |
Correlations algorithms refactoring
The whole histogram code has been ...
|
|
|
|
@99bf21
|
5 years |
tiago |
Port graph I/O to new filtering engine, enable graph pickling, and fix ...
|
|
|
|
@3cfff0
|
5 years |
tiago |
Split libgraph_tool into sub-modules and add test cases
This commit ...
|
|
|
|
@0b66e2
|
5 years |
tiago |
Refactor metaprogramming engine
This is a huge commit which completely ...
|
|
|
|
@0c1f0d
|
6 years |
tiago |
Fix visibility/RTTI problem with run_action()
Some visibility voodoo is ...
|
|
|
|
@866bb9
|
6 years |
tiago |
Add support for running arbitrary C++ code from python
It is now possible ...
|
|
|
|
@cb1570
|
6 years |
tiago |
Some reorganization and change check_filter() to run_action()
|
|
|
|
@db4406
|
6 years |
tiago |
Fix edit_{vertex|edge|graph}_property()
The graph object passed to the ...
|
|
|
|
@d0cf19
|
6 years |
tiago |
Merge branch 'rewiring'
Improve formatting of src/graph/graph_rewiring.cc ...
|
|
|
|
@1a0e9b
|
6 years |
tiago |
Further improvements of the python interface
Property maps can now be ...
|
|
|
|
@06358b
|
6 years |
tiago |
Further improvement of python interface
Vertices and edges can be ...
|
|
|
|
@3fedbb
|
6 years |
abdo |
Merge branch 'master' of ...
|
|
|
|
@07be3f
|
6 years |
tiago |
Code cleanups, and cosmetic changes
Line breaks at column 80 were added, ...
|
|
|
|
@ae2fe6
|
6 years |
abdo |
Revert "Remove graph rewiring"
It's still buggy (of course), but now ...
|
|
|
|
@32ae55
|
6 years |
tiago |
Fix GetEdgeHistogram() for undirected graphs
The Histogram type 'hist_t' ...
|
|
|
|
@23e319
|
6 years |
tiago |
Added --purge-edges and --purge-vertices option
Filtered vertices and ...
|
|
|
|
@f61894
|
6 years |
tiago |
Remove graph rewiring
Remove graph rewiring for now, since it's quite ...
|
|
|
|
@8e9620
|
6 years |
tiago |
Simplify range filtering, and definitely remove python filtering
...
|
|
|
|
@c3a656
|
6 years |
tiago |
* src/graph-tool: change layout and community graph options.
* ...
|
|
|
|
@32990e
|
6 years |
tiago |
* ChangeLog: updated ChangeLog file with svn history
* ...
|
|
|
|
@0075ec
|
6 years |
tiago |
* normalize betweenness centrality
* include central point dominance
...
|
|
|
|
@ba2aee
|
6 years |
tiago |
* add support for betweenness centrality
* change from ...
|
|
|
|
@d199d4
|
6 years |
tiago |
graph-tool is now GPL v3
git-svn-id: ...
|
|
|
|
@c0534f
|
6 years |
tiago |
* edit graph property support
* 'Graph' type now available to python ...
|
|
|
|
@0cf8f0
|
6 years |
tiago |
* added "--list-properties" option
* added support for specifying property ...
|
|
|
|
@00d1e4
|
6 years |
tiago |
included option to disable python and range filtering during compilation, ...
|
|
|
|
@aca447
|
6 years |
tiago |
add support for weights in degree correlations
git-svn-id: ...
|
|
|
|
@531da9
|
7 years |
tiago |
_really_ change all tabs to spaces (sed, why have you forsaken me?)
...
|
|
|
|
@6b764b
|
7 years |
tiago |
converted tabs to spaces (emacs, why have you forsaken me?)
git-svn-id: ...
|
|
|
|
@dbb7bb
|
7 years |
tiago |
Added LabelParallelEdges()
git-svn-id: ...
|
|
|
|
@05414a
|
7 years |
tiago |
* Added community network generation
* Added line graph generation
* ...
|
|
|
|
@3243af
|
7 years |
tiago |
* graph_community.cc:
- added support for saving annealing history to ...
|
|
|
|
@fd7e85
|
7 years |
tiago |
* ComponentSizeHistogram() becomes LabelComponents()
* fixed saving of ...
|
|
|
|
@adb170
|
7 years |
tiago |
* src/graph/graph_community.cc: Extensively re-written. Now it's a bit ...
|
|
|
|
@19068a
|
7 years |
tiago |
* corrected and improved graph community code, thereby fixing ticket:6
...
|
|
|
|
@999db6
|
7 years |
tiago |
* correct graphml headers
* fix ticket [9]
* fix --for bug with multiple ...
|
|
|
|
@c759f2
|
7 years |
tiago |
* Added minimum spanning tree support
* Range filters now support all ...
|
|
|
|
@3266b0
|
7 years |
tiago |
* added support for reciprocity
* python_filtering: added n_parallel() ...
|
|
|
|
@224bd5
|
7 years |
tiago |
* add EditVertexProperty() and EditEdgeProperty()
* cleanup ...
|
|
|
|
@1152b5
|
7 years |
tiago |
* add GetDistanceHistogram, instead of GetAverageDistance
* add ...
|
|
|
|
@8f4950
|
7 years |
tiago |
* added extended clustering code
* separated graphml code into graphml.hpp ...
|
|
|
|
@3445d8
|
7 years |
tiago |
* added GetAverageCombinedVertexCorrelation()
* put combined degree ...
|
|
|
|
@aaaa4b
|
7 years |
tiago |
* generalized GetCombinedDegreeHistogram() into ...
|
|
|
|
@53c936
|
7 years |
tiago |
* move distance stuff to src/graph/graph_distance.cc
* average distances ...
|
|
|
|
@6855de
|
7 years |
tiago |
* fix assortativity coefficient
* add jackknife variance
* add scalar ...
|
|
|
|
@479e4d
|
7 years |
tiago |
* fix clustering and add jackknife variance
* fix history temp file ...
|
|
|
|
@3412e2
|
7 years |
tiago |
* removed neighbour selectors (not really needed at all). Improves ...
|
|
|
|
@55cdce
|
7 years |
tiago |
removing edge selectors, since the same behaviour can be obtained by using ...
|
|
|
|
@a9aff6
|
7 years |
tiago |
Initial import
git-svn-id: https://svn.forked.de/graph-tool/trunk@1 ...
|