source: src/graph @ 8ae75c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   5 years tiago Merge git://milgram.sociology.columbia.edu/graph-tool into abdo-clustering
(edit) @06358b   5 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 ...
(edit) @e1e2f3   6 years abdo merging changes from old rewiring branch and now we have a good ...
(edit) @ae2fe6   6 years abdo Revert "Remove graph rewiring" It's still buggy (of course), but now ...
(edit) @32ae55   6 years tiago Fix GetEdgeHistogram() for undirected graphs The Histogram type 'hist_t' ...
(edit) @74f1cd   6 years abdo Merge branch 'master' of git://git.forked.de/graph-tool into ...
(edit) @622cc2   6 years abdo Implements extended_clustering for directed graphs, based on the fraction ...
(edit) @23e319   6 years tiago Added --purge-edges and --purge-vertices option Filtered vertices and ...
(edit) @777742   6 years tiago Sort properties in --list-properties in the order 'graph', 'vertex' and ...
(edit) @e7e90c   6 years tiago Recover missing SetVertexFilterRange() python binding
(edit) @dd4150   6 years tiago Internally use C++ type 'long long', instead of 'long', for properties of ...
(edit) @f61894   6 years tiago Remove graph rewiring Remove graph rewiring for now, since it's quite ...
(edit) @a2ca12   6 years tiago Merge branch 'master' into rewiring Conflicts: src/graph/graph.hh
(edit) @cb61cc   6 years tiago Complete overhaul of command line parsing, and support for loading ...
(edit) @55028b   6 years tiago fix edge vs. vertex betweenness mixup, and GetCentralPointDominance for ...
(edit) @8e9620   6 years tiago Simplify range filtering, and definitely remove python filtering ...
(edit) @85929a   6 years tiago experimental graph rewiring code
(edit) @c3c04c   6 years tiago added git commit information to program version
(edit) @c3a656   6 years tiago * src/graph-tool: change layout and community graph options. * ...
(edit) @d99744   6 years tiago * src/graph/graph.cc (GraphInterface::LabelParallelEdges): use long ...
(edit) @81c63f   6 years tiago * src/graph/graph.cc (GraphInterface::LabelParallelEdges): use ...
(edit) @a54d9a   6 years tiago * src/graph-tool: added better error handling (output to stderr, ...
(edit) @f063fb   6 years tiago * src/graph/Makefile.am: added 'boost_workaround' files * ...
(edit) @e5d146   6 years tiago * src/graph/graph_extended_clustering.cc ...
(edit) @32990e   6 years tiago * ChangeLog: updated ChangeLog file with svn history * ...
Note: See TracRevisionLog for help on using the revision log.