|
|
|
@8358ec
|
4 years |
tiago |
Fix i/o of floating point vector types
This ensures that vector types ...
|
|
|
|
@6defdb
|
4 years |
tiago |
Fix graph_rewire "can't rewire" bug
This finally fixes in the bug ...
|
|
|
|
@684efc
|
4 years |
tiago |
Implement optional wrapping of graphs to deal with edge index housekeeping ...
|
|
|
|
@e03b17
|
4 years |
tiago |
Fix all_edges selector
|
|
|
|
@5cca53
|
4 years |
tiago |
Add motifs() function to clustering module
This implements an efficient ...
|
|
|
|
@c3db0a
|
4 years |
tiago |
Fix GraphInterface copying
Edge index housekeeping was not preserved ...
|
|
|
|
@b15820
|
4 years |
tiago |
Include isomorphism() function in misc module
|
|
|
|
@a962d1
|
4 years |
tiago |
Properly remove in- and out-edges when vertex is removed
The edge index ...
|
|
|
|
@52eaa3
|
4 years |
tiago |
Add convenient neighbour traversal functions
Add support for ...
|
|
|
|
@96b9c5
|
4 years |
tiago |
Add centrality module
This adds the centrality module, which supports ...
|
|
|
|
@d0a73f
|
4 years |
tiago |
Rename fast_vector_property_map to checked_vector_property_map
This makes ...
|
|
|
|
@bd6ebf
|
4 years |
tiago |
Fix semantics of detail::never_reversed
It now does not implies ...
|
|
|
|
@50eec6
|
4 years |
tiago |
Fix spurious parallel edge creation in random_rewire()
In some ...
|
|
|
|
@47dba2
|
4 years |
tiago |
Fix (yet again) edge index housekeeping
|
|
|
|
@548d61
|
4 years |
tiago |
Fix get_array() for property maps
This includes the missing function ...
|
|
|
|
@2586ba
|
4 years |
abdo |
Improves small fix for 64bit architectures.
graph_rewiring.cc: use ...
|
|
|
|
@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 ...
|
|
|
|
@b5da53
|
4 years |
tiago |
Autoconf clean-up and new m4 macros
|
|
|
|
@4a9bf9
|
4 years |
tiago |
Fix compilation in 64 bit architecture
|
|
|
|
@7ea1d8
|
4 years |
tiago |
Fix small warning in community code
|
|
|
|
@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. ...
|
|
|
|
@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
|
6 years |
tiago |
Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
|
|
|
|
@06358b
|
6 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 ...
|
|
|
|