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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pre-commit (#6545)
Jarrod Millman
2023-03-23
2
-11
/
+11
*
Lint using Ruff (#6371)
danieleades
2023-02-19
6
-23
/
+23
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
2
-10
/
+2
*
Refactor vf2pp modules and test files (#6334)
Dan Schult
2023-01-06
7
-1520
/
+1436
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
1
-1
/
+1
*
Fix bug vf2pp is isomorphic issue 6257 (#6270)
reneechebbo
2022-12-12
1
-0
/
+6
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
1
-1
/
+1
*
VF2++ for Directed Graphs (#5972)
Konstantinos Petridis
2022-10-04
5
-103
/
+1459
*
Preliminary VF2++ Implementation (#5788)
Konstantinos Petridis
2022-09-06
7
-0
/
+3439
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
6
-5
/
+8
*
Replace internal `close` fn with `math.isclose`. (#5224)
Ross Barnowski
2021-12-12
1
-2
/
+3
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
*
Reenable tests (#4488)
Jarrod Millman
2020-12-24
1
-1
/
+0
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-2
/
+2
*
Cleanup old platforms (#4202)
Jarrod Millman
2020-09-10
1
-4
/
+0
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
2
-13
/
+3
*
Add tree isomorphism (#4067)
Craig Schmidt
2020-08-05
1
-0
/
+294
*
Format w/ black
Jarrod Millman
2020-07-10
5
-216
/
+365
*
Remove unused imports (#3855)
Alex Henrie
2020-07-06
1
-1
/
+1
*
Prevent KeyError on subgraph_is_monomorphic (#3798)
Kang Hong Jin
2020-02-01
1
-0
/
+17
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
4
-11
/
+11
*
Improve test coverage
Jarrod Millman
2019-12-31
1
-1
/
+9
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
2
-2
/
+0
*
Use itertools accumulate
Jarrod Millman
2019-10-18
1
-3
/
+3
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
3
-19
/
+19
*
Fix deprecated use of add_path/star/cycle
Dan Schult
2019-10-12
1
-11
/
+11
*
remove warnings for using deprecated function
Dan Schult
2019-10-12
1
-3
/
+3
*
Remove unused imports
Jarrod Millman
2019-10-12
6
-6
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
6
-110
/
+110
*
Fix vf2 tests
Stefan van der Walt
2019-10-12
1
-49
/
+43
*
Partially fix v2userfunc tests
Stefan van der Walt
2019-10-12
1
-23
/
+26
*
Use class methods for class setup/teardown, cont.
Jarrod Millman
2019-10-12
1
-4
/
+6
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
3
-27
/
+30
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Implement ISMAGS subgraph isomorphism algorithm (#3312)
Peter C Kroon
2019-08-15
1
-0
/
+272
*
Implemented subgraph monomorphism (#3435)
Diogo Cruz
2019-05-23
1
-0
/
+66
*
Handle noncomparable nodes in isomorphism matcher (#3136)
William Bernoudy
2018-09-15
1
-0
/
+20
*
Pep8 fixes
Jarrod Millman
2018-01-20
4
-52
/
+63
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-2
/
+1
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-65
/
+72
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-2
/
+2
*
Next attempt to meld graphviews with base classes (#2593)
Dan Schult
2017-08-12
1
-8
/
+11
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-7
/
+7
*
Minor attr_dict fixes and add note in release.
Dan Schult
2016-05-16
1
-5
/
+5
*
Add unit test for unification of generic_multiedge_match
René Saitenmacher
2016-05-07
1
-0
/
+6
*
Unit test for generic_multiedge_match
René Saitenmacher
2016-05-07
1
-1
/
+34
*
Merge pull request #1653 from uredmond/add-temporal-analysis
chebee7i
2016-04-16
1
-0
/
+206
|
\
|
*
Fixed docstrings, test imports, blank lines, tidied some implementation of ch...
Ursula Redmond
2015-07-18
1
-11
/
+1
|
*
Fixed syntax error for date. Added datetime test.
Ursula Redmond
2015-07-12
1
-24
/
+38
[next]