source: src @ 679bfe

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @679bfe   2 years tiago Implement 'set' operation in 'a' properties of vector property values ...
(edit) @df3471   2 years tiago Simple workaround for compilation under MacOS This works around a ...
(edit) @69b7af   2 years tiago Fix random_layout() bug This fixes an issue with ...
(edit) @1564d8   2 years tiago Fix some group/ungroup_vector_property() issues This also includes proper ...
(edit) @c11b6a   2 years tiago Improve price_network() seeding semantics Now, if 'm' is larger than the ...
(edit) @197fa6   2 years tiago Properly norm pagerank() values This makes the calculation coherent with ...
(edit) @649b6c   2 years tiago Remove some boost workaround files This removes reverse_graph.hpp, ...
(edit) @4c5d47   2 years tiago Fix bug in graph_draw() documentation
(edit) @631a57   2 years tiago Fix example in graph_draw() docstring
(edit) @dc9d0a   2 years tiago Add label_largest_component() to documentation summary
(edit) @0e1083   2 years tiago Fix dependence on DLFCN on buggy python installations I'm looking at you, ...
(edit) @42d0f5   2 years tiago Avoid strict requirement on matplotlib This removes a strict requirement ...
(edit) @94f783   2 years tiago fixed c_err reduction with openmp
(edit) @6b0e17   2 years tiago Implement label_largest_component() and return label histogram in ...
(edit) @5cbf85   2 years tiago Improve documentation of Graph class This moves the documentation out of ...
(edit) @ec544e   2 years tiago Fix bug in histogram with bin list of size 2 This also changes the ...
(edit) @b311b0   2 years tiago Implement pruning of graph filters in graph instantiation This allows ...
(edit) @e26e75   2 years tiago Work around strange python installations without DLFCN module
(edit) @52508b   2 years tiago Fix parallel bug in get_global_clustering()
(edit) @8af4ae   2 years tiago Workaround for bug in macports python/gcc
(edit) @615ad7   2 years tiago Fix PropertyMap ownership problem with GraphView Now if a GraphView ...
(edit) @b25014   2 years tiago Fix compilation error with boost 1.46
(edit) @70edb9   2 years tiago Change default vertex size in graph_draw()
(edit) @d9f7b7   2 years tiago Trivial documentation fixes
(edit) @b73b71   2 years tiago Remove some 'undirected' parameters This removes some 'undirected' ...
(edit) @086c6b   2 years tiago Change default draw color/shape The default vertex shape is now a circle ...
(edit) @b03e09   2 years tiago Trivial indentation fix
(edit) @0b09a0   2 years tiago Fix remove labelled edges This correctly maintains the edge index ...
(edit) @ceabe6   2 years tiago Fix graph copy This fixes a bug where the edge index metadata was not ...
(edit) @641d00   2 years tiago Fix removal of 'core' submodule This fixes a leftover bug from the ...
(edit) @011d7b   2 years tiago Update copyright year
(edit) @c145b9   2 years tiago Documentation typo correction
(edit) @70e68a   2 years tiago Trivial documentation fix
(edit) @310624   2 years tiago Change GraphView.get_parent() to GraphView.base Now GraphView.base points ...
(edit) @6e3cc36   2 years tiago Documentation improvements
(edit) @59bdb7   2 years tiago Merge core.py into __init__.py This makes sphinx's autodoc slightly ...
(edit) @5e9754   2 years tiago Cosmetic documentation changes
(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
Note: See TracRevisionLog for help on using the revision log.