18
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed docstring typos More... about 18 years ago
Cleaned up documentation More... about 18 years ago
Fixed doctest failures Edited some docstrings Very minor surgery on code to simplify. More... about 18 years ago
Fixed doctest failures Added and changed some docstrings to align with PEP 257 More... about 18 years ago
fixed doctest failures More... about 18 years ago
fixed doctest failure fluffed up some doctrings More... about 18 years ago
fixed doctest failures applied PEP 257 conventions to docstrings More... about 18 years ago
fixed doctest failure More... about 18 years ago
fixed doctest failure More... about 18 years ago
XGraph and XDiGraph with multiedges=True when delete_edge is called with an edge that doesn't exist now fails silently. More... about 18 years ago
documentation formatting for delete_edge and delete_edges_from More... about 18 years ago
chess_masters drawing with representation of number of games and number of wins update News for example More... about 18 years ago
spelling More... about 18 years ago
test for animals that from a long way off look like files: xbase, digraph, mutltiedges=True, delete_edge More... about 18 years ago
fixed delete_nodes for XDiGraph with multiedges=True More... about 18 years ago
Added new example showing XDiGraph capabilities. Using the games in the compressed PGN file of all World Chess Championships from 1886-1985 we construct the digraph where nodes are chess players and edges contain game info in a dict. More... about 18 years ago
XGraph and XDiGraph delete_node fixed for multiedges=True More... about 18 years ago
adjust names and sizes of output png for examples More... about 18 years ago
fixed some doc mistakes regarding node labeling that changed when we moved to 0,..,n-1 labeling. More... about 18 years ago
use setuptools if user has it installed, else use distutils More... over 18 years ago
Speed up connected_components and associated routines. More... over 18 years ago
Add predecessor function. More... over 18 years ago
Adjust random graph names in documentation and examples More... over 18 years ago
adjust random graph names to gnm_random_graph gnp_random_graph=erdos_renyi_graph=binomial_graph fast_gnp_random_graph More... over 18 years ago
added tests for new ordering='sorted' option in convert_node_labels_to_integers More... over 18 years ago
added extra switch to ordering option in convert_node_labels_to_integers More... over 18 years ago
fixed tests for new erdos-renyi terminology removed test for sparse_**_graph More... over 18 years ago
put the correct accents back in More... over 18 years ago
Add comment on aliases to random graphs, update init More... over 18 years ago
fixed typo in alias of erdos_renyi More... over 18 years ago