summaryrefslogtreecommitdiff
path: root/networkx/algorithms/isomorphism
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsJGab2015-04-211-1/+1
* Add try/except clause and treat IronPython separately.chebee7i2014-04-301-6/+24
* Not deepcopying a function---gives us IronPython support.chebee7i2014-04-291-3/+6
* Never import the atlas graph generator by default.Eugenio Piasini2013-12-071-13/+26
* Fix incorrect reference to function name.chebee7i2013-09-081-4/+8
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-12/+14
* Improve isomorphism docsAric Hagberg2012-06-151-21/+25
* Add missing nx prefix in doctests.Aric Hagberg2011-11-201-0/+2
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-1/+1
* Tweaks to doc to fix sphinx latex formatting.Aric Hagberg2011-07-142-47/+30
* Applying patch:Chris Ellison2011-06-307-126/+131
* Updating isomorphism example to show rtol modification.Chris Ellison2011-06-301-1/+1
* Updating docstring from is_isomorphicChris Ellison2011-06-303-26/+51
* Updating tests for new isomorphism APIChris Ellison2011-06-295-251/+92
* Rewrote all match helper functions. One for each type.Chris Ellison2011-06-291-75/+296
* Moving helpers for match functions into separate module.Chris Ellison2011-06-282-111/+120
* Addition isomorphism tests and some helper functions.Chris Ellison2011-06-276-291/+522
* New weighted graph matchers, with node_match parameters.Chris Ellison2011-06-276-303/+408
* Adjust idiom list( stuff ) where unnecessary--mostly due to 2to3,Dan Schult2011-06-182-6/+3
* Remove idiom dict(list(zip())) introduced by 2to3Dan Schult2011-06-181-3/+3
* Update isomorphism routines to use weight keyword.Dan Schult2011-06-183-54/+86
* Avoiding the use of 'super' in weighted graph matchers.Chris Ellison2011-03-201-4/+4
* Even more imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-102-3/+1
* Added one line documentation for semantic_feasibility. Fixes #392loicseguin2010-08-101-0/+1
* Switch tests to unittest stylearic2010-08-102-31/+31
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-025-24/+22
* Use standard "import networkx as nx" in all modulesaric2010-04-172-13/+14
* Remove with_labels keyword from *degree() methods.aric2010-04-152-8/+8
* Remove with_labels keyword from clique functions and returnaric2010-04-081-2/+2
* Clustering and triangles now return dictionariesaric2010-04-071-4/+4
* Get rid of the date line that was getting filled by current localearic2010-03-051-4/+0
* Declare source code encodingaric2010-03-031-0/+1
* License change to BSD.aric2009-08-262-4/+4
* Merge attrgraph branch into trunkaric2009-08-114-46/+63
* removing debug statements introduced in last changesetcellison2009-05-041-5/+0
* removing __del__ methods addressing memory leak. fixes #242.cellison2009-05-041-12/+24
* remove unnecessary import statementaric2009-03-211-1/+0
* Merged multigraph-dict branch 1138:1161 into trunk. Addresses #225aric2009-02-272-19/+28
* VF2 algorithm now uses member variables rather than class variables.cellison2009-02-172-213/+184
* Add option to use weighted matching in is_isomorphic().aric2009-02-084-65/+55
* Adding vf2 isomorphism implementation for weighted graphs. see #215cellison2008-12-302-0/+333
* Update vf2 documentation.aric2008-12-292-135/+161
* DiGraphMatcher derives from GraphMatcher.cellison2008-12-272-170/+179
* Documentation update to reflect new graph classes. Adds a number of new tests.cellison2008-12-267-220/+367
* remove test __init__.py - treat as package dataaric2008-11-141-0/+0
* add __init__.py in tests directory pacakges, update test/run.py for nosearic2008-11-111-0/+0
* use Python built-in set typearic2008-11-101-9/+8
* update rst and doc strings for algorithmsaric2008-11-082-15/+35
* adjust imports - might want to warn if matplotlib is not connectedaric2008-11-071-2/+1
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-035-0/+1203