source: src @ 72bd25

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72bd25   2 years tiago Implement GraphView class This implements a GraphView class which allows ...
(edit) @47aebb   2 years tiago Simple documentation fixes.
(edit) @5e2a50   2 years tiago Small documentation fix
(edit) @7b7ece   2 years tiago Fix simple compatilibity bug with older versions of numpy (~1.3)
(edit) @0982ad   2 years tiago Include workaround for push_relabel_max_flow(), wich disables some ...
(edit) @af0cad   2 years tiago Improve documentation for topology module
(edit) @db3083   2 years tiago Improve documentation for flow module
(edit) @72a6f2   2 years tiago Fix graph augmentation for boykov_kolmogorov_max_flow()
(edit) @45ba6c   2 years tiago Assorted simple fixes in topology module
(edit) @218253   2 years tiago Add check for directed graphs in flow module, and rename ...
(edit) @8af158   2 years tiago Correct documentation typos
(edit) @fe000a   2 years tiago Fix compilation problem with boost 1.44
(edit) @c16de3   2 years tiago Remove spurious file from and add missing file to Makefile.am
(edit) @cad969   2 years tiago Documentation improvements Added more DOI links to references, and other ...
(edit) @d2e8ce   2 years tiago Implement Graph.edge method
(edit) @9e3539   2 years tiago Modify Graph.vertex() default semantics
(edit) @037cd9   2 years tiago Fix compilation issues with boost 1.45 This also keeps compatibility with ...
(edit) @7bbef0   2 years tiago Fix compilation error This fixes ticket 61: ...
(edit) @2e5803   2 years tiago Small doc changes.
(edit) @00aa9c   2 years tiago Implement search module This module contains several search algorithms ...
(edit) @38b991   2 years tiago Add modification permissions to Graph class
(edit) @49bb2c   2 years tiago Fix @_wrap decorator
(edit) @2c35af5   2 years tiago Add missing type aliases
(edit) @5bfd64   2 years tiago Make network example downloadable.
(edit) @897f45   2 years tiago Improve behaviour of property map type conversion Now an explicit ...
(edit) @b3dd46   2 years tiago Modify GraphWrap semantics Now, whenever GraphWrap is being used, the ...
(edit) @7c3a1e   2 years tiago Implement PropertyArray to encapsulate property map data The arrays ...
(edit) @f80933   2 years tiago Fix innocuous compilation warning
(edit) @ddd2c9   2 years tiago Small clarification in include order
(edit) @86ed2c   2 years tiago Small fixes to allow compilation in MacOS X
(edit) @c9e4bf   3 years tiago Fix compilation warnings
(edit) @6758e8   3 years tiago Change domain to skewed.de
(edit) @5dc742   3 years tiago Fix periodic boundary conditions in geometric_graph()
(edit) @7a0fef   3 years tiago Small doc fixes
(edit) @b67503   3 years tiago Change default layout of graph_draw() to "sfdp" for large graphs
(edit) @5697be   3 years tiago Add price and barabási-albert network generation
(edit) @912d9b   3 years tiago Fix compilation problem with older GCC versions
(edit) @6b3e62   3 years tiago Add lattice and geometric network generation
(edit) @0e1ad1   3 years tiago Remove redundant parameter for group/ungroup_vector_property
(edit) @cab630   3 years tiago Small documentation fixes
(edit) @561521   3 years tiago Fix bug in shared histogram This fixes a bug where histograms constructed ...
(edit) @f60d65   3 years tiago Split correlation/histogram code in different files
(edit) @2f017e   3 years tiago Specify std namespace for type_info This avoid a namespace clash when ...
(edit) @60acdc   3 years tiago Include Graph.reindex_edges() and Graph.max_edge_index These ...
(edit) @2baba4   3 years tiago Fix bug in PropertyMap.get_array() for edge properties The reserved size ...
(edit) @ad9dbc   3 years tiago Include support for older versions of GCC (>=4.2) This enables support ...
(edit) @b1b714   3 years tiago Dump dl module in favor of ctypes The module dl has been deprecated, and ...
(edit) @c59aa2   3 years tiago Small documentations and comment fixes
(edit) @31791c   3 years tiago Change histogram binning semantics Now the meaning of the bin edges given ...
(edit) @e75cf8   3 years tiago Fix segfault bug in motifs() This fixes a bug in the motifs() code which ...
(edit) @0d8112   3 years tiago Fix a race condition in label_parallel_edges() This fixes a race ...
(edit) @736d691   3 years tiago Fix bug in shortest_distance() with filtered graphs. This fixes a bug ...
(edit) @d5ff8f   3 years tiago Fix edge count bug in condensation_graph()
(edit) @49d830   3 years tiago Include support for vertex and edge ordering in graph_draw()
(edit) @3e5e39   3 years tiago Include vertex randomization in subgraph_isomorphism() This allows for ...
(edit) @a5d75e   3 years tiago Add numpy.array access to vector types of property maps Now vector types ...
(edit) @7d0b68   3 years tiago Fix bug in Graph.load() with file-like objects This fixes a small typo ...
(edit) @00238c   3 years tiago Fix standard deviation calculation in average correlation code
(edit) @07f568   3 years tiago Fix edge indexing bug in condensation_graph() Edges were not properly ...
(edit) @9c5e0b   3 years tiago Small documentation fixes and updates
(edit) @8ecad8   3 years tiago Improve histogram performace This improves the binning performace, when ...
(edit) @00a53d   3 years tiago Modify and rename absolute_trust() absolute_trust() is now called ...
(edit) @c36685   3 years tiago Small documentation changes
(edit) @63c2ca   3 years tiago Improve performace of random graph generation Vectors are used now ...
(edit) @42bffc   3 years tiago Fix bug in predecessor_tree() This fixes a bug where edges were left ...
(edit) @169265   3 years tiago Include maximum number of subgraphs in subgraph_isomorphism()
(edit) @205185   3 years tiago Small pylint cleanups
(edit) @13d4f7   3 years tiago Fix complilation bug with boost 1.42 This also maintains compatibility ...
(edit) @cea901   3 years tiago Small docstring fix
(edit) @b9bbc3   3 years tiago Update encoding and copyright information in source files
(edit) @26921f   3 years tiago Small doc typos and improvements
(edit) @aaf561   3 years tiago Small doc fixes
(edit) @33f7f0   3 years tiago Fix doctests This fixes the expected values for several doctests, after ...
(edit) @1f2834   3 years tiago Refactor random_graph() Now the degree sequence is verified with ...
(edit) @64cb52   3 years tiago Include probabilistic random_rewire() strategy This includes also some ...
(edit) @b678e6   3 years tiago Refactor random_rewire() This extensively modifies the random_rewire() ...
(edit) @0a9f69   3 years tiago Fix implicit directionality bug in random_rewire() This fixes a implicit ...
(edit) @d158af   3 years tiago Fix rewiring bias bug for undirected graphs This fixes a problem, where ...
(edit) @07e771   3 years tiago Modify shortest_distances() and include shortest_path() This implements a ...
(edit) @421121   3 years tiago Fix bug in Graph.purge_vertices() This fixes a crash when purging ...
(edit) @4e60cb   3 years tiago Fix typos in subgraph_isomorphism() docstring
(edit) @ed4138   3 years tiago Implement subgraph_isomorphism() Support for edge/vertex labelling is 99% ...
(edit) @9078af   3 years tiago Fix trivial bug in the example of triangulation()
(edit) @90dce6   3 years tiago Fix regression with Graph.purge_edges() and Graph.purge_vertices()
(edit) @99b512   3 years tiago Fix bug in isomorphism() when using filtered graphs
(edit) @045256   3 years tiago Fix compilation issues in MacOS X This also cleans up some m4 boost ...
(edit) @0d9607c   3 years tiago Implement periodic delaunay triangulation
(edit) @2b9c2ac   3 years tiago Trivial documentation fix
(edit) @154ef8   3 years tiago Relax boost version requirements This allows compilation with older ...
(edit) @5c3c3a   3 years tiago Improve triangulation() documentation
(edit) @7ec1fb   3 years tiago Include "erdos" rewire strategy to random_rewire() This implements a ...
(edit) @9010eb   3 years tiago Trivial doc fix
(edit) @703bd1   3 years tiago Fix compilation of triangulation code with CGAL It is necessary to use ...
(edit) @d164b4   3 years tiago Fix exception raising in run_action
(edit) @9ebe6f   3 years tiago Small docstring fixes.
(edit) @b40952   3 years tiago Remove empty space in the beginning of graph_topological_sort.cc
(edit) @1a65d2   3 years tiago Remove useless any_cast in graph_rewiring.cc
(edit) @360c25   3 years tiago Assorted documentation improvements in generation module.
(edit) @d1aa20   3 years tiago Add support for triangulation() in generation module This also includes ...
(edit) @f5ba8e   3 years tiago Add numpy.ndarray wrapper as boost::multi_array_ref
Note: See TracRevisionLog for help on using the revision log.