source: src/graph @ 8358ec

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8358ec   4 years tiago Fix i/o of floating point vector types This ensures that vector types ...
(edit) @6defdb   4 years tiago Fix graph_rewire "can't rewire" bug This finally fixes in the bug ...
(edit) @684efc   4 years tiago Implement optional wrapping of graphs to deal with edge index housekeeping ...
(edit) @e03b17   4 years tiago Fix all_edges selector
(edit) @5cca53   4 years tiago Add motifs() function to clustering module This implements an efficient ...
(edit) @c3db0a   4 years tiago Fix GraphInterface copying Edge index housekeeping was not preserved ...
(edit) @b15820   4 years tiago Include isomorphism() function in misc module
(edit) @a962d1   4 years tiago Properly remove in- and out-edges when vertex is removed The edge index ...
(edit) @52eaa3   4 years tiago Add convenient neighbour traversal functions Add support for ...
(edit) @96b9c5   4 years tiago Add centrality module This adds the centrality module, which supports ...
(edit) @d0a73f   4 years tiago Rename fast_vector_property_map to checked_vector_property_map This makes ...
(edit) @bd6ebf   4 years tiago Fix semantics of detail::never_reversed It now does not implies ...
(edit) @50eec6   4 years tiago Fix spurious parallel edge creation in random_rewire() In some ...
(edit) @47dba2   4 years tiago Fix (yet again) edge index housekeeping
(edit) @548d61   4 years tiago Fix get_array() for property maps This includes the missing function ...
(edit) @2586ba   4 years abdo Improves small fix for 64bit architectures. graph_rewiring.cc: use ...
(edit) @0c87c4   4 years tiago Improve run_action module Now inline() automatically converts known ...
(edit) @ba56eb   4 years tiago Fix edge index housekeeping
(edit) @d6422b   4 years tiago Fix symbol visibility Now all symbols are exported by default, except ...
(edit) @b5da53   4 years tiago Autoconf clean-up and new m4 macros
(edit) @4a9bf9   4 years tiago Fix compilation in 64 bit architecture
(edit) @7ea1d8   4 years tiago Fix small warning in community code
(edit) @0ababf   4 years tiago Disable internal bounds checking in property maps This includes a new ...
(edit) @8ae75c   4 years tiago Add direct support for degree propery map creation i.e. ...
(edit) @e84aaf   4 years tiago Add support for array access to property maps A property map object has ...
(edit) @b96552   4 years tiago Implement missing ClearEdges()
(edit) @300589   4 years tiago Add vertex and edge average calculation This adds vertex_average() and ...
(edit) @8cd708   4 years tiago Fix compilation with boost 1.37
(edit) @3a5c19   4 years tiago Re-implement community graph calculation
(edit) @7cdf96   4 years tiago Expose internal graph and index maps in GraphInterface This makes ...
(edit) @c153e0   4 years tiago Re-activate community detection code This includes the community ...
(edit) @86436d   5 years tiago Clean up Makefile.am files Add global variables to configure.ac, to avoid ...
(edit) @93db6f   5 years tiago Get rid of virtual functions in graph rewiring code Unnecessary dynamic ...
(edit) @5fa50e   5 years tiago Re-include graph rewiring code in the new scheme This also creates the ...
(edit) @b1e1bc   5 years tiago Rewiring: bugfix, improvements and restructuring resulting in cleaner and ...
(edit) @a204d6   5 years tiago Fix compilation with openmp in graph_search code
(edit) @4cfd77   5 years tiago Added util sub-module This contains at the moment functions to perform ...
(edit) @d6b03c   5 years tiago Fix compilation error on 64 bit architectures This adds missing uint64_t ...
(edit) @1dad20   5 years tiago Fix compilation error with OpenMP
(edit) @1c8432   5 years tiago Makefiles: AM_CPPFLAGS use srcdir Add $(srcdir) to include paths in ...
(edit) @48aec7   5 years tiago Add dedicated average correlation calculation This is a re-implementation ...
(edit) @dc184b   5 years tiago Fix edge indexing problem when modifying graph This fixes a rather ...
(edit) @c029a5   5 years tiago Fix deadlock in random graph generation Fix possible deadlock condition ...
(edit) @ace9d7   5 years tiago Fix OpenMP reduction problem
(edit) @3ba46e   5 years tiago Fix graph copying and filtered graph copying semantics Graphs are now ...
(edit) @872d1c   5 years tiago Fix bug when copying graph with filtering disabled Also, get rid of ...
(edit) @36982c   5 years tiago Correctly normalize betweenness centrality Betweenness centrality should ...
(edit) @003bd4   5 years tiago Port clustering algorithms to new interface A new 'clustering' sub-module ...
(edit) @242bff   5 years tiago Propagate external property map usage to all algorithms
(edit) @e984bf   5 years tiago Externalize property maps by default This commit removes the internal ...
(edit) @e5a0b5   5 years tiago Fix edge re-indexing, when only one edge is deleted
(edit) @818bf1   5 years tiago Fix graphviz I/O
(edit) @6a70e3   5 years tiago Fix handling of edge index property maps
(edit) @7d8195   5 years tiago Improve compatibility between weave's cxx and boost::python Other objects ...
(edit) @811cc9   5 years tiago Fix index property python interface This fixes the representation of ...
(edit) @172e13   5 years tiago Improve edge re-indexing complexity It was needlessly O(E^2), and now is ...
(edit) @7c957a   5 years tiago Fix graph copying Edge indexes weren't properly copied.
(edit) @5e8d70   5 years tiago Fix edge re-indexing
(edit) @713c98   5 years tiago Fix assortativity for undirected graphs (ticket #52)
(edit) @b96e80   5 years tiago Finish up stats module
(edit) @cfb623   5 years tiago Fix boost and boost::python ambiguity and numpy problems in run_action
(edit) @780a80   5 years tiago Port graph histograms and misc statistics to new filtering engine Python ...
(edit) @0097e2   5 years tiago Fix GCC 4.3 compilation error GCC 4.3 complains when a typedef overrides ...
(edit) @5e32b3   5 years tiago Improve memory usage during compilation Avoiding use of lambda::bind when ...
(edit) @ee25ea   5 years tiago Fix run_action A couple of bugs fixed. Local frame dict is read-only in ...
(edit) @3799da   5 years tiago Cleanup and update autoconf and automake files
(edit) @360a33   5 years tiago Correlations algorithms refactoring The whole histogram code has been ...
(edit) @6063ec   5 years tiago Rewritten graph generation routine. It is now much simpler, and works ...
(edit) @904625   5 years tiago Fix graph copying
(edit) @99bf21   5 years tiago Port graph I/O to new filtering engine, enable graph pickling, and fix ...
(edit) @3cfff0   5 years tiago Split libgraph_tool into sub-modules and add test cases This commit ...
(edit) @0b66e2   5 years tiago Refactor metaprogramming engine This is a huge commit which completely ...
(edit) @4a7da8   5 years tiago Directory restructuring of graph_tool Python module (now a package) ...
(edit) @0c1f0d   5 years tiago Fix visibility/RTTI problem with run_action() Some visibility voodoo is ...
(edit) @866bb9   5 years tiago Add support for running arbitrary C++ code from python It is now possible ...
(edit) @cb1570   5 years tiago Some reorganization and change check_filter() to run_action()
(edit) @db4406   5 years tiago Fix edit_{vertex|edge|graph}_property() The graph object passed to the ...
(edit) @5c37ba   5 years tiago Move remaining parallelism check out of the outer/inner loops and into the ...
(edit) @fb8200   5 years abdo Fixes bugs introduced in code restructuring. 3) missing parallel edge ...
(edit) @a1be5d   5 years tiago Trivial indentation fix
(edit) @4a3e04   5 years tiago Some reorganization and more code comments of graph_rewiring.cc The check ...
(edit) @d0cf19   5 years tiago Merge branch 'rewiring' Improve formatting of src/graph/graph_rewiring.cc ...
(edit) @1a0e9b   5 years tiago Further improvements of the python interface Property maps can now be ...
(edit) @981d3b   5 years abdo Working and fast rewiring code for correlated and uncorrelated. Major ...
(edit) @e1375c   5 years tiago Line breaks at column 80 and remove trailing whitespace
(edit) @069e35   6 years tiago Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
(edit) @06358b   6 years tiago Further improvement of python interface Vertices and edges can be ...
(edit) @f005e9   6 years tiago Removed unnecessary semicolon
(edit) @4e2522   6 years tiago Sync properties 'value_types' to that of graph_properties.hh in python ...
(edit) @9aea84   6 years tiago Remove useless unsigned comparison
(edit) @0b1523   6 years abdo Correlated random rewiring functional Several changes in the random ...
(edit) @e87d07   6 years abdo Merge branch 'master' of git://git.forked.de/graph-tool into ...
(edit) @3fedbb   6 years abdo Merge branch 'master' of ...
(edit) @07be3f   6 years tiago Code cleanups, and cosmetic changes Line breaks at column 80 were added, ...
(edit) @a510c3   6 years tiago Fix label-parallel-edges property type It should be 'size_t' instead of ...
(edit) @f0e41b   6 years abdo updates from master
(edit) @8ed48c   6 years tiago Fix Set{Vertex|Edge}FilterRange() when boundaries are -inf This fixes the ...
(edit) @5ffa57   6 years abdo updates from master
(edit) @307dec   6 years abdo updates from master
(edit) @300d6f4   6 years tiago Fix vertex and edge filtering, when only one is active When only one ...
Note: See TracRevisionLog for help on using the revision log.