index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
pep8 fix for base graph clases and methods
Goran Cetusic
2015-03-26
1
-8
/
+7
*
added networkx.__bibtex__ attribute
Christian Stade-Schuldt
2014-10-21
1
-0
/
+12
*
Add detection of Python 2.7+ upon install and import
ysitu
2014-06-06
1
-3
/
+2
*
Split matrix conversion functions into new module
Aric Hagberg
2013-11-12
1
-0
/
+4
*
Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.
chebee7i
2013-09-09
1
-2
/
+0
*
Add nxParams, a dict-like configuration for parameters.
chebee7i
2013-04-24
1
-0
/
+2
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-4
/
+4
*
Uncommenting the fetching of release info.
Chris Ellison
2011-07-16
1
-2
/
+1
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-5
/
+15
*
Fixed import errors with new external module
Ben Edwards
2011-07-15
1
-1
/
+1
*
Adds Code for decorator for require packages and clean_io.
Ben Edwards
2011-07-15
1
-0
/
+1
*
Add copy=True|False to relabel nodes in place.
Aric Hagberg
2011-03-22
1
-0
/
+2
*
Removing sys.py and storing all info in release.py
Chris Ellison
2011-01-28
1
-9
/
+6
*
updating version info for mercurial. addresses #413
Chris Ellison
2010-10-03
1
-33
/
+23
*
Move check for import of drawing package to drawing/__init__.py.
aric
2010-08-05
1
-10
/
+2
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-24
/
+33
*
Move some dates to 2010 in documentation
aric
2010-07-31
1
-1
/
+1
*
Move operators.py to algorithms
aric
2010-03-23
1
-2
/
+0
*
Raise exception in connectedness tests for null graph
aric
2009-11-06
1
-1
/
+1
*
Raise ImportError instead of sys.exit() if Python version < 2.4.
aric
2009-09-23
1
-2
/
+2
*
Remove lazy import in favor of explicit import with error handling
aric
2009-08-27
1
-1
/
+0
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Removing svn:executable property so nose doesn't print 'skip' messages.
cellison
2009-08-14
1
-0
/
+0
*
addresses #231
cellison
2009-02-18
1
-3
/
+21
*
Use a combination of imports inside functions (for matplotlib and
aric
2009-02-17
1
-0
/
+1
*
move ubigraph to classes directory
aric
2008-11-20
1
-1
/
+0
*
require Python 2.4 or later in __init__
aric
2008-11-19
1
-2
/
+2
*
Rework test code.
aric
2008-11-15
1
-1
/
+1
*
snarf svn revision and add .dev(rev) to __version__
aric
2008-11-12
1
-0
/
+1
*
adjust imports - might want to warn if matplotlib is not connected
aric
2008-11-07
1
-0
/
+1
*
import modules as well as functions
aric
2008-11-07
1
-3
/
+9
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
1
-89
/
+11
*
Add find_cliques_iter to the package.
dschult
2008-09-12
1
-1
/
+1
*
add maximum-weighted matching algorithm
aric
2008-08-17
1
-0
/
+2
*
ubigraph <-> networkx interface
aric
2008-05-30
1
-0
/
+3
*
added edge_betweenness (Brandes version)
aric
2007-09-23
1
-0
/
+4
*
bad import bfs,dfs - broke release - will stuff this back in networkx-0.35
aric
2007-07-23
1
-2
/
+1
*
move dfs_preorder and dfs_postorder from component.py to search.py
aric
2007-07-21
1
-1
/
+1
*
strongly connected components and friends
aric
2007-07-21
1
-1
/
+6
*
move _get_fh to utils.py
aric
2007-07-21
1
-1
/
+1
*
move io.py to readwrite directory
aric
2007-07-21
1
-5
/
+4
*
betweenness_centrality() redefined to be brandes_betweenness_centrality()
aric
2007-04-23
1
-0
/
+2
*
Add is_isomorphic to __init__.py
aric
2007-04-12
1
-0
/
+1
*
Add clique routines to __init__.py for auto import
aric
2007-04-11
1
-1
/
+5
*
Add a predecessor routine for weighted networks called:
dschult
2007-02-20
1
-1
/
+1
*
rename shortest_path.py to path.py to avoid shadowing function of same name
aric
2006-11-21
1
-1
/
+1
*
normalize documentation between graph classes and put in info.py
aric
2006-11-21
1
-10
/
+5
*
Refactor large modules into smaller pieces:
aric
2006-11-21
1
-3
/
+6
*
refactor paths.py into
aric
2006-11-11
1
-3
/
+7
[next]