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
/
algorithms
/
isomorphism
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Add try/except clause and treat IronPython separately.
chebee7i
2014-04-30
1
-6
/
+24
*
Not deepcopying a function---gives us IronPython support.
chebee7i
2014-04-29
1
-3
/
+6
*
Never import the atlas graph generator by default.
Eugenio Piasini
2013-12-07
1
-13
/
+26
*
Fix incorrect reference to function name.
chebee7i
2013-09-08
1
-4
/
+8
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-12
/
+14
*
Improve isomorphism docs
Aric Hagberg
2012-06-15
1
-21
/
+25
*
Add missing nx prefix in doctests.
Aric Hagberg
2011-11-20
1
-0
/
+2
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-1
/
+1
*
Tweaks to doc to fix sphinx latex formatting.
Aric Hagberg
2011-07-14
2
-47
/
+30
*
Applying patch:
Chris Ellison
2011-06-30
7
-126
/
+131
*
Updating isomorphism example to show rtol modification.
Chris Ellison
2011-06-30
1
-1
/
+1
*
Updating docstring from is_isomorphic
Chris Ellison
2011-06-30
3
-26
/
+51
*
Updating tests for new isomorphism API
Chris Ellison
2011-06-29
5
-251
/
+92
*
Rewrote all match helper functions. One for each type.
Chris Ellison
2011-06-29
1
-75
/
+296
*
Moving helpers for match functions into separate module.
Chris Ellison
2011-06-28
2
-111
/
+120
*
Addition isomorphism tests and some helper functions.
Chris Ellison
2011-06-27
6
-291
/
+522
*
New weighted graph matchers, with node_match parameters.
Chris Ellison
2011-06-27
6
-303
/
+408
*
Adjust idiom list( stuff ) where unnecessary--mostly due to 2to3,
Dan Schult
2011-06-18
2
-6
/
+3
*
Remove idiom dict(list(zip())) introduced by 2to3
Dan Schult
2011-06-18
1
-3
/
+3
*
Update isomorphism routines to use weight keyword.
Dan Schult
2011-06-18
3
-54
/
+86
*
Avoiding the use of 'super' in weighted graph matchers.
Chris Ellison
2011-03-20
1
-4
/
+4
*
Even more imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
2
-3
/
+1
*
Added one line documentation for semantic_feasibility. Fixes #392
loicseguin
2010-08-10
1
-0
/
+1
*
Switch tests to unittest style
aric
2010-08-10
2
-31
/
+31
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
5
-24
/
+22
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
2
-13
/
+14
*
Remove with_labels keyword from *degree() methods.
aric
2010-04-15
2
-8
/
+8
*
Remove with_labels keyword from clique functions and return
aric
2010-04-08
1
-2
/
+2
*
Clustering and triangles now return dictionaries
aric
2010-04-07
1
-4
/
+4
*
Get rid of the date line that was getting filled by current locale
aric
2010-03-05
1
-4
/
+0
*
Declare source code encoding
aric
2010-03-03
1
-0
/
+1
*
License change to BSD.
aric
2009-08-26
2
-4
/
+4
*
Merge attrgraph branch into trunk
aric
2009-08-11
4
-46
/
+63
*
removing debug statements introduced in last changeset
cellison
2009-05-04
1
-5
/
+0
*
removing __del__ methods addressing memory leak. fixes #242.
cellison
2009-05-04
1
-12
/
+24
*
remove unnecessary import statement
aric
2009-03-21
1
-1
/
+0
*
Merged multigraph-dict branch 1138:1161 into trunk. Addresses #225
aric
2009-02-27
2
-19
/
+28
*
VF2 algorithm now uses member variables rather than class variables.
cellison
2009-02-17
2
-213
/
+184
*
Add option to use weighted matching in is_isomorphic().
aric
2009-02-08
4
-65
/
+55
*
Adding vf2 isomorphism implementation for weighted graphs. see #215
cellison
2008-12-30
2
-0
/
+333
*
Update vf2 documentation.
aric
2008-12-29
2
-135
/
+161
*
DiGraphMatcher derives from GraphMatcher.
cellison
2008-12-27
2
-170
/
+179
*
Documentation update to reflect new graph classes. Adds a number of new tests.
cellison
2008-12-26
7
-220
/
+367
*
remove test __init__.py - treat as package data
aric
2008-11-14
1
-0
/
+0
*
add __init__.py in tests directory pacakges, update test/run.py for nose
aric
2008-11-11
1
-0
/
+0
*
use Python built-in set type
aric
2008-11-10
1
-9
/
+8
*
update rst and doc strings for algorithms
aric
2008-11-08
2
-15
/
+35
*
adjust imports - might want to warn if matplotlib is not connected
aric
2008-11-07
1
-2
/
+1
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
5
-0
/
+1203