summaryrefslogtreecommitdiff
path: root/networkx/algorithms/isomorphism/isomorphvf2.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* fix typo in docstring (ismorphism -> isomorphism) (#4756)CUI Hao2021-04-241-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-4/+4
* Format w/ blackJarrod Millman2020-07-101-50/+101
* typo (#3894)Mahmut Bulut2020-04-061-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-18/+14
* Convert %-format to fstringJarrod Millman2020-01-011-1/+0
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+4
* Remove unused importsJarrod Millman2019-10-211-1/+0
* PEP8 fixesJarrod Millman2019-10-181-4/+4
* Implemented subgraph monomorphism (#3435)Diogo Cruz2019-05-231-188/+242
* Handle noncomparable nodes in isomorphism matcher (#3136)William Bernoudy2018-09-151-25/+17
* Misc. typos (#2872)luzpaz2018-02-141-2/+2
* Pep8 fixesJarrod Millman2018-01-201-47/+45
* Documents orderable node requirement for isom.doc-isom-orderableJeffrey Finkelstein2016-11-081-6/+18
* Correct typoRaphaël Bournhonesque2016-08-291-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-2/+2
* Tweaks to doc to fix sphinx latex formatting.Aric Hagberg2011-07-141-9/+2
* Applying patch:Chris Ellison2011-06-301-5/+7
* Addition isomorphism tests and some helper functions.Chris Ellison2011-06-271-155/+155
* New weighted graph matchers, with node_match parameters.Chris Ellison2011-06-271-1/+0
* Adjust idiom list( stuff ) where unnecessary--mostly due to 2to3,Dan Schult2011-06-181-4/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-6/+6
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+1
* Remove with_labels keyword from *degree() methods.aric2010-04-151-2/+2
* 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-261-2/+2
* removing debug statements introduced in last changesetcellison2009-05-041-5/+0
* removing __del__ methods addressing memory leak. fixes #242.cellison2009-05-041-12/+24
* VF2 algorithm now uses member variables rather than class variables.cellison2009-02-171-205/+176
* Update vf2 documentation.aric2008-12-291-115/+106
* DiGraphMatcher derives from GraphMatcher.cellison2008-12-271-167/+118
* Documentation update to reflect new graph classes. Adds a number of new tests.cellison2008-12-261-147/+209
* use Python built-in set typearic2008-11-101-9/+8
* update rst and doc strings for algorithmsaric2008-11-081-11/+25
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+980