|
|
|
@8ae75c
|
4 years |
tiago |
Add direct support for degree propery map creation
i.e. ...
|
|
|
|
@e84aaf
|
4 years |
tiago |
Add support for array access to property maps
A property map object has ...
|
|
|
|
@b96552
|
4 years |
tiago |
Implement missing ClearEdges()
|
|
|
|
@300589
|
4 years |
tiago |
Add vertex and edge average calculation
This adds vertex_average() and ...
|
|
|
|
@8cd708
|
4 years |
tiago |
Fix compilation with boost 1.37
|
|
|
|
@3a5c19
|
4 years |
tiago |
Re-implement community graph calculation
|
|
|
|
@7cdf96
|
4 years |
tiago |
Expose internal graph and index maps in GraphInterface
This makes ...
|
|
|
|
@c153e0
|
4 years |
tiago |
Re-activate community detection code
This includes the community ...
|
|
|
|
@86436d
|
5 years |
tiago |
Clean up Makefile.am files
Add global variables to configure.ac, to avoid ...
|
|
|
|
@93db6f
|
5 years |
tiago |
Get rid of virtual functions in graph rewiring code
Unnecessary dynamic ...
|
|
|
|
@5fa50e
|
5 years |
tiago |
Re-include graph rewiring code in the new scheme
This also creates the ...
|
|
|
|
@b1e1bc
|
5 years |
tiago |
Rewiring: bugfix, improvements and restructuring resulting in cleaner and ...
|
|
|
|
@a204d6
|
5 years |
tiago |
Fix compilation with openmp in graph_search code
|
|
|
|
@4cfd77
|
5 years |
tiago |
Added util sub-module
This contains at the moment functions to perform ...
|
|
|
|
@d6b03c
|
5 years |
tiago |
Fix compilation error on 64 bit architectures
This adds missing uint64_t ...
|
|
|
|
@1dad20
|
5 years |
tiago |
Fix compilation error with OpenMP
|
|
|
|
@1c8432
|
5 years |
tiago |
Makefiles: AM_CPPFLAGS use srcdir
Add $(srcdir) to include paths in ...
|
|
|
|
@48aec7
|
5 years |
tiago |
Add dedicated average correlation calculation
This is a re-implementation ...
|
|
|
|
@dc184b
|
5 years |
tiago |
Fix edge indexing problem when modifying graph
This fixes a rather ...
|
|
|
|
@c029a5
|
5 years |
tiago |
Fix deadlock in random graph generation
Fix possible deadlock condition ...
|
|
|
|
@ace9d7
|
5 years |
tiago |
Fix OpenMP reduction problem
|
|
|
|
@3ba46e
|
5 years |
tiago |
Fix graph copying and filtered graph copying semantics
Graphs are now ...
|
|
|
|
@872d1c
|
5 years |
tiago |
Fix bug when copying graph with filtering disabled
Also, get rid of ...
|
|
|
|
@36982c
|
5 years |
tiago |
Correctly normalize betweenness centrality
Betweenness centrality should ...
|
|
|
|
@003bd4
|
5 years |
tiago |
Port clustering algorithms to new interface
A new 'clustering' sub-module ...
|
|
|
|
@242bff
|
5 years |
tiago |
Propagate external property map usage to all algorithms
|
|
|
|
@e984bf
|
5 years |
tiago |
Externalize property maps by default
This commit removes the internal ...
|
|
|
|
@e5a0b5
|
5 years |
tiago |
Fix edge re-indexing, when only one edge is deleted
|
|
|
|
@818bf1
|
5 years |
tiago |
Fix graphviz I/O
|
|
|
|
@6a70e3
|
5 years |
tiago |
Fix handling of edge index property maps
|
|
|
|
@7d8195
|
5 years |
tiago |
Improve compatibility between weave's cxx and boost::python
Other objects ...
|
|
|
|
@811cc9
|
5 years |
tiago |
Fix index property python interface
This fixes the representation of ...
|
|
|
|
@172e13
|
5 years |
tiago |
Improve edge re-indexing complexity
It was needlessly O(E^2), and now is ...
|
|
|
|
@7c957a
|
5 years |
tiago |
Fix graph copying
Edge indexes weren't properly copied.
|
|
|
|
@5e8d70
|
5 years |
tiago |
Fix edge re-indexing
|
|
|
|
@713c98
|
5 years |
tiago |
Fix assortativity for undirected graphs (ticket #52)
|
|
|
|
@b96e80
|
5 years |
tiago |
Finish up stats module
|
|
|
|
@cfb623
|
5 years |
tiago |
Fix boost and boost::python ambiguity and numpy problems in run_action
|
|
|
|
@780a80
|
5 years |
tiago |
Port graph histograms and misc statistics to new filtering engine
Python ...
|
|
|
|
@0097e2
|
5 years |
tiago |
Fix GCC 4.3 compilation error
GCC 4.3 complains when a typedef overrides ...
|
|
|
|
@5e32b3
|
5 years |
tiago |
Improve memory usage during compilation
Avoiding use of lambda::bind when ...
|
|
|
|
@ee25ea
|
5 years |
tiago |
Fix run_action
A couple of bugs fixed. Local frame dict is read-only in ...
|
|
|
|
@3799da
|
5 years |
tiago |
Cleanup and update autoconf and automake files
|
|
|
|
@360a33
|
5 years |
tiago |
Correlations algorithms refactoring
The whole histogram code has been ...
|
|
|
|
@6063ec
|
5 years |
tiago |
Rewritten graph generation routine.
It is now much simpler, and works ...
|
|
|
|
@904625
|
5 years |
tiago |
Fix graph copying
|
|
|
|
@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 ...
|
|
|
|
@4a7da8
|
5 years |
tiago |
Directory restructuring of graph_tool Python module (now a package)
...
|
|
|
|
@0c1f0d
|
5 years |
tiago |
Fix visibility/RTTI problem with run_action()
Some visibility voodoo is ...
|
|
|
|
@866bb9
|
5 years |
tiago |
Add support for running arbitrary C++ code from python
It is now possible ...
|
|
|
|
@cb1570
|
5 years |
tiago |
Some reorganization and change check_filter() to run_action()
|
|
|
|
@db4406
|
5 years |
tiago |
Fix edit_{vertex|edge|graph}_property()
The graph object passed to the ...
|
|
|
|
@5c37ba
|
5 years |
tiago |
Move remaining parallelism check out of the outer/inner loops and into the ...
|
|
|
|
@fb8200
|
5 years |
abdo |
Fixes bugs introduced in code restructuring.
3) missing parallel edge ...
|
|
|
|
@a1be5d
|
5 years |
tiago |
Trivial indentation fix
|
|
|
|
@4a3e04
|
5 years |
tiago |
Some reorganization and more code comments of graph_rewiring.cc
The check ...
|
|
|
|
@d0cf19
|
5 years |
tiago |
Merge branch 'rewiring'
Improve formatting of src/graph/graph_rewiring.cc ...
|
|
|
|
@1a0e9b
|
5 years |
tiago |
Further improvements of the python interface
Property maps can now be ...
|
|
|
|
@981d3b
|
5 years |
abdo |
Working and fast rewiring code for correlated and uncorrelated.
Major ...
|
|
|
|
@e1375c
|
5 years |
tiago |
Line breaks at column 80 and remove trailing whitespace
|
|
|
|
@069e35
|
5 years |
tiago |
Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
|
|
|
|
@06358b
|
5 years |
tiago |
Further improvement of python interface
Vertices and edges can be ...
|
|
|
|
@f005e9
|
6 years |
tiago |
Removed unnecessary semicolon
|
|
|
|
@4e2522
|
6 years |
tiago |
Sync properties 'value_types' to that of graph_properties.hh in python ...
|
|
|
|
@9aea84
|
6 years |
tiago |
Remove useless unsigned comparison
|
|
|
|
@0b1523
|
6 years |
abdo |
Correlated random rewiring functional
Several changes in the random ...
|
|
|
|
@e87d07
|
6 years |
abdo |
Merge branch 'master' of git://git.forked.de/graph-tool into ...
|
|
|
|
@3fedbb
|
6 years |
abdo |
Merge branch 'master' of ...
|
|
|
|
@07be3f
|
6 years |
tiago |
Code cleanups, and cosmetic changes
Line breaks at column 80 were added, ...
|
|
|
|
@a510c3
|
6 years |
tiago |
Fix label-parallel-edges property type
It should be 'size_t' instead of ...
|
|
|
|
@f0e41b
|
6 years |
abdo |
updates from master
|
|
|
|
@8ed48c
|
6 years |
tiago |
Fix Set{Vertex|Edge}FilterRange() when boundaries are -inf
This fixes the ...
|
|
|
|
@5ffa57
|
6 years |
abdo |
updates from master
|
|
|
|
@307dec
|
6 years |
abdo |
updates from master
|
|
|
|
@300d6f4
|
6 years |
tiago |
Fix vertex and edge filtering, when only one is active
When only one ...
|
|
|
|
@e1e2f3
|
6 years |
abdo |
merging changes from old rewiring branch
and now we have a good ...
|
|
|
|
@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' ...
|
|
|
|
@74f1cd
|
6 years |
abdo |
Merge branch 'master' of git://git.forked.de/graph-tool into ...
|
|
|
|
@622cc2
|
6 years |
abdo |
Implements extended_clustering for directed graphs, based on the fraction ...
|
|
|
|
@23e319
|
6 years |
tiago |
Added --purge-edges and --purge-vertices option
Filtered vertices and ...
|
|
|
|
@777742
|
6 years |
tiago |
Sort properties in --list-properties in the order 'graph', 'vertex' and ...
|
|
|
|
@e7e90c
|
6 years |
tiago |
Recover missing SetVertexFilterRange() python binding
|
|
|
|
@dd4150
|
6 years |
tiago |
Internally use C++ type 'long long', instead of 'long', for properties of ...
|
|
|
|
@f61894
|
6 years |
tiago |
Remove graph rewiring
Remove graph rewiring for now, since it's quite ...
|
|
|
|
@a2ca12
|
6 years |
tiago |
Merge branch 'master' into rewiring
Conflicts:
src/graph/graph.hh
|
|
|
|
@cb61cc
|
6 years |
tiago |
Complete overhaul of command line parsing, and support for loading ...
|
|
|
|
@55028b
|
6 years |
tiago |
fix edge vs. vertex betweenness mixup, and GetCentralPointDominance
for ...
|
|
|
|
@8e9620
|
6 years |
tiago |
Simplify range filtering, and definitely remove python filtering
...
|
|
|
|
@85929a
|
6 years |
tiago |
experimental graph rewiring code
|
|
|
|
@c3c04c
|
6 years |
tiago |
added git commit information to program version
|
|
|
|
@c3a656
|
6 years |
tiago |
* src/graph-tool: change layout and community graph options.
* ...
|
|
|
|
@d99744
|
6 years |
tiago |
* src/graph/graph.cc (GraphInterface::LabelParallelEdges): use long ...
|
|
|
|
@81c63f
|
6 years |
tiago |
* src/graph/graph.cc (GraphInterface::LabelParallelEdges): use ...
|
|
|
|
@a54d9a
|
6 years |
tiago |
* src/graph-tool: added better error handling (output to stderr, ...
|
|
|
|
@f063fb
|
6 years |
tiago |
* src/graph/Makefile.am: added 'boost_workaround' files
* ...
|
|
|
|
@e5d146
|
6 years |
tiago |
* src/graph/graph_extended_clustering.cc ...
|
|
|
|
@32990e
|
6 years |
tiago |
* ChangeLog: updated ChangeLog file with svn history
* ...
|
|
|
|