|
|
|
@5ae329
|
2 years |
tiago |
Small doc and default argument modifications in draw module
|
|
|
|
@582d40
|
2 years |
tiago |
Implement Fruchterman-Reingold layout
|
|
|
|
@aa38e9
|
2 years |
tiago |
Ditch graphviz python module in favor of libgvc + ctypes
By using ...
|
|
|
|
@7bedab
|
2 years |
tiago |
Fix correct overloading of <= operator in find_vertex/edge() functions
|
|
|
|
@6aa4cf
|
2 years |
tiago |
Improve conversion of compatible types in search functions
|
|
|
|
@2a4f93
|
2 years |
tiago |
Fix lexicographic ordering of strings and sequences in search functions
|
|
|
|
@51195c
|
2 years |
tiago |
Fix copy_property() to allow copying between non-identical graphs
Now ...
|
|
|
|
@679bfe
|
2 years |
tiago |
Implement 'set' operation in 'a' properties of vector property values
...
|
|
|
|
@df3471
|
2 years |
tiago |
Simple workaround for compilation under MacOS
This works around a ...
|
|
|
|
@69b7af
|
2 years |
tiago |
Fix random_layout() bug
This fixes an issue with ...
|
|
|
|
@1564d8
|
2 years |
tiago |
Fix some group/ungroup_vector_property() issues
This also includes proper ...
|
|
|
|
@c11b6a
|
2 years |
tiago |
Improve price_network() seeding semantics
Now, if 'm' is larger than the ...
|
|
|
|
@197fa6
|
2 years |
tiago |
Properly norm pagerank() values
This makes the calculation coherent with ...
|
|
|
|
@649b6c
|
2 years |
tiago |
Remove some boost workaround files
This removes reverse_graph.hpp, ...
|
|
|
|
@4c5d47
|
2 years |
tiago |
Fix bug in graph_draw() documentation
|
|
|
|
@631a57
|
2 years |
tiago |
Fix example in graph_draw() docstring
|
|
|
|
@dc9d0a
|
2 years |
tiago |
Add label_largest_component() to documentation summary
|
|
|
|
@0e1083
|
2 years |
tiago |
Fix dependence on DLFCN on buggy python installations
I'm looking at you, ...
|
|
|
|
@42d0f5
|
2 years |
tiago |
Avoid strict requirement on matplotlib
This removes a strict requirement ...
|
|
|
|
@94f783
|
2 years |
tiago |
fixed c_err reduction with openmp
|
|
|
|
@6b0e17
|
2 years |
tiago |
Implement label_largest_component() and return label histogram in ...
|
|
|
|
@5cbf85
|
2 years |
tiago |
Improve documentation of Graph class
This moves the documentation out of ...
|
|
|
|
@ec544e
|
2 years |
tiago |
Fix bug in histogram with bin list of size 2
This also changes the ...
|
|
|
|
@b311b0
|
2 years |
tiago |
Implement pruning of graph filters in graph instantiation
This allows ...
|
|
|
|
@e26e75
|
2 years |
tiago |
Work around strange python installations without DLFCN module
|
|
|
|
@52508b
|
2 years |
tiago |
Fix parallel bug in get_global_clustering()
|
|
|
|
@8af4ae
|
2 years |
tiago |
Workaround for bug in macports python/gcc
|
|
|
|
@615ad7
|
2 years |
tiago |
Fix PropertyMap ownership problem with GraphView
Now if a GraphView ...
|
|
|
|
@b25014
|
2 years |
tiago |
Fix compilation error with boost 1.46
|
|
|
|
@70edb9
|
2 years |
tiago |
Change default vertex size in graph_draw()
|
|
|
|
@d9f7b7
|
2 years |
tiago |
Trivial documentation fixes
|
|
|
|
@b73b71
|
2 years |
tiago |
Remove some 'undirected' parameters
This removes some 'undirected' ...
|
|
|
|
@086c6b
|
2 years |
tiago |
Change default draw color/shape
The default vertex shape is now a circle ...
|
|
|
|
@b03e09
|
2 years |
tiago |
Trivial indentation fix
|
|
|
|
@0b09a0
|
2 years |
tiago |
Fix remove labelled edges
This correctly maintains the edge index ...
|
|
|
|
@ceabe6
|
2 years |
tiago |
Fix graph copy
This fixes a bug where the edge index metadata was not ...
|
|
|
|
@641d00
|
2 years |
tiago |
Fix removal of 'core' submodule
This fixes a leftover bug from the ...
|
|
|
|
@011d7b
|
2 years |
tiago |
Update copyright year
|
|
|
|
@c145b9
|
2 years |
tiago |
Documentation typo correction
|
|
|
|
@70e68a
|
2 years |
tiago |
Trivial documentation fix
|
|
|
|
@310624
|
2 years |
tiago |
Change GraphView.get_parent() to GraphView.base
Now GraphView.base points ...
|
|
|
|
@6e3cc36
|
2 years |
tiago |
Documentation improvements
|
|
|
|
@59bdb7
|
2 years |
tiago |
Merge core.py into __init__.py
This makes sphinx's autodoc slightly ...
|
|
|
|
@5e9754
|
2 years |
tiago |
Cosmetic documentation changes
|
|
|
|
@72bd25
|
2 years |
tiago |
Implement GraphView class
This implements a GraphView class which allows ...
|
|
|
|
@47aebb
|
2 years |
tiago |
Simple documentation fixes.
|
|
|
|
@5e2a50
|
2 years |
tiago |
Small documentation fix
|
|
|
|
@7b7ece
|
2 years |
tiago |
Fix simple compatilibity bug with older versions of numpy (~1.3)
|
|
|
|
@0982ad
|
2 years |
tiago |
Include workaround for push_relabel_max_flow(), wich disables some ...
|
|
|
|
@af0cad
|
2 years |
tiago |
Improve documentation for topology module
|
|
|
|
@db3083
|
2 years |
tiago |
Improve documentation for flow module
|
|
|
|
@72a6f2
|
2 years |
tiago |
Fix graph augmentation for boykov_kolmogorov_max_flow()
|
|
|
|
@45ba6c
|
2 years |
tiago |
Assorted simple fixes in topology module
|
|
|
|
@218253
|
2 years |
tiago |
Add check for directed graphs in flow module, and rename ...
|
|
|
|
@8af158
|
2 years |
tiago |
Correct documentation typos
|
|
|
|
@fe000a
|
2 years |
tiago |
Fix compilation problem with boost 1.44
|
|
|
|
@c16de3
|
2 years |
tiago |
Remove spurious file from and add missing file to Makefile.am
|
|
|
|
@cad969
|
2 years |
tiago |
Documentation improvements
Added more DOI links to references, and other ...
|
|
|
|
@d2e8ce
|
2 years |
tiago |
Implement Graph.edge method
|
|
|
|
@9e3539
|
2 years |
tiago |
Modify Graph.vertex() default semantics
|
|
|
|
@037cd9
|
3 years |
tiago |
Fix compilation issues with boost 1.45
This also keeps compatibility with ...
|
|
|
|
@7bbef0
|
3 years |
tiago |
Fix compilation error
This fixes ticket 61:
...
|
|
|
|
@2e5803
|
3 years |
tiago |
Small doc changes.
|
|
|
|
@00aa9c
|
3 years |
tiago |
Implement search module
This module contains several search algorithms ...
|
|
|
|
@38b991
|
3 years |
tiago |
Add modification permissions to Graph class
|
|
|
|
@49bb2c
|
3 years |
tiago |
Fix @_wrap decorator
|
|
|
|
@2c35af5
|
3 years |
tiago |
Add missing type aliases
|
|
|
|
@5bfd64
|
3 years |
tiago |
Make network example downloadable.
|
|
|
|
@897f45
|
3 years |
tiago |
Improve behaviour of property map type conversion
Now an explicit ...
|
|
|
|
@b3dd46
|
3 years |
tiago |
Modify GraphWrap semantics
Now, whenever GraphWrap is being used, the ...
|
|
|
|
@7c3a1e
|
3 years |
tiago |
Implement PropertyArray to encapsulate property map data
The arrays ...
|
|
|
|
@f80933
|
3 years |
tiago |
Fix innocuous compilation warning
|
|
|
|
@ddd2c9
|
3 years |
tiago |
Small clarification in include order
|
|
|
|
@86ed2c
|
3 years |
tiago |
Small fixes to allow compilation in MacOS X
|
|
|
|
@c9e4bf
|
3 years |
tiago |
Fix compilation warnings
|
|
|
|
@6758e8
|
3 years |
tiago |
Change domain to skewed.de
|
|
|
|
@5dc742
|
3 years |
tiago |
Fix periodic boundary conditions in geometric_graph()
|
|
|
|
@7a0fef
|
3 years |
tiago |
Small doc fixes
|
|
|
|
@b67503
|
3 years |
tiago |
Change default layout of graph_draw() to "sfdp" for large graphs
|
|
|
|
@5697be
|
3 years |
tiago |
Add price and barabási-albert network generation
|
|
|
|
@912d9b
|
3 years |
tiago |
Fix compilation problem with older GCC versions
|
|
|
|
@6b3e62
|
3 years |
tiago |
Add lattice and geometric network generation
|
|
|
|
@0e1ad1
|
3 years |
tiago |
Remove redundant parameter for group/ungroup_vector_property
|
|
|
|
@cab630
|
3 years |
tiago |
Small documentation fixes
|
|
|
|
@561521
|
3 years |
tiago |
Fix bug in shared histogram
This fixes a bug where histograms constructed ...
|
|
|
|
@f60d65
|
3 years |
tiago |
Split correlation/histogram code in different files
|
|
|
|
@2f017e
|
3 years |
tiago |
Specify std namespace for type_info
This avoid a namespace clash when ...
|
|
|
|
@60acdc
|
3 years |
tiago |
Include Graph.reindex_edges() and Graph.max_edge_index
These ...
|
|
|
|
@2baba4
|
3 years |
tiago |
Fix bug in PropertyMap.get_array() for edge properties
The reserved size ...
|
|
|
|
@ad9dbc
|
3 years |
tiago |
Include support for older versions of GCC (>=4.2)
This enables support ...
|
|
|
|
@b1b714
|
3 years |
tiago |
Dump dl module in favor of ctypes
The module dl has been deprecated, and ...
|
|
|
|
@c59aa2
|
3 years |
tiago |
Small documentations and comment fixes
|
|
|
|
@31791c
|
3 years |
tiago |
Change histogram binning semantics
Now the meaning of the bin edges given ...
|
|
|
|
@e75cf8
|
3 years |
tiago |
Fix segfault bug in motifs()
This fixes a bug in the motifs() code which ...
|
|
|
|
@0d8112
|
3 years |
tiago |
Fix a race condition in label_parallel_edges()
This fixes a race ...
|
|
|
|
@736d691
|
3 years |
tiago |
Fix bug in shortest_distance() with filtered graphs.
This fixes a bug ...
|
|
|
|
@d5ff8f
|
3 years |
tiago |
Fix edge count bug in condensation_graph()
|
|
|
|
@49d830
|
3 years |
tiago |
Include support for vertex and edge ordering in graph_draw()
|
|
|
|
@3e5e39
|
3 years |
tiago |
Include vertex randomization in subgraph_isomorphism()
This allows for ...
|
|
|
|
@a5d75e
|
3 years |
tiago |
Add numpy.array access to vector types of property maps
Now vector types ...
|
|
|
|