summaryrefslogtreecommitdiff
path: root/networkx/algorithms/isomorphism/vf2userfunc.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-4/+0
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Update black (#4814)Jarrod Millman2021-05-181-2/+2
* Format w/ black==20.8b1Jarrod Millman2020-10-061-6/+3
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-6/+1
* Format w/ blackJarrod Millman2020-07-101-9/+15
* Prevent KeyError on subgraph_is_monomorphic (#3798)Kang Hong Jin2020-02-011-7/+8
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Pep8 fixesJarrod Millman2018-01-201-6/+8
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-3/+3
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-1/+1
* Tweaks to doc to fix sphinx latex formatting.Aric Hagberg2011-07-141-38/+28
* Moving helpers for match functions into separate module.Chris Ellison2011-06-281-111/+0
* Addition isomorphism tests and some helper functions.Chris Ellison2011-06-271-62/+175
* New weighted graph matchers, with node_match parameters.Chris Ellison2011-06-271-0/+206