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
/
operators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle weights as `distance=` in testing dispatch (#6671)
Erik Welch
2023-05-13
1
-1
/
+2
*
Allow multiple graphs for `@nx._dispatch` (#6628)
Jim Kitchen
2023-04-25
2
-0
/
+26
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
2
-9
/
+8
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
2
-2
/
+2
*
Make all.py generator friendly (#5984)
ddelange
2022-09-21
3
-110
/
+86
*
docstring updates for `union`, `disjoint_union`, and `compose` (#5892)
Kevin Brown
2022-08-04
1
-22
/
+53
*
Fix docbuild warnings: is_string_like is removed and identation in corona pro...
Mridul Seth
2022-07-05
1
-39
/
+38
*
Corona Product (#5223)
Ali Faraji
2022-07-05
2
-0
/
+75
*
Remove unused 'name' parameter from `union` (#5741)
Dimitrios Papageorgiou
2022-06-15
1
-16
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
5
-0
/
+5
*
Added example under unary operators (#5625)
Lukong123
2022-05-14
1
-0
/
+20
*
Add examples to compose operation (#5583)
Dilara Tekinoglu
2022-04-27
1
-0
/
+29
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
Add examples and minor documentaion refactor for operators/binary.py (#5099)
Dimitrios Papageorgiou
2021-10-18
1
-4
/
+77
*
Faster operators in algorithms/operators/all.py (#5121)
kpberry
2021-10-12
2
-124
/
+115
*
Deprecate union name param (#5114)
Dimitrios Papageorgiou
2021-10-06
1
-0
/
+12
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
3
-8
/
+8
*
Improve intersection function (#4588)
ldelille
2021-02-02
4
-19
/
+118
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-2
/
+2
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-1
/
+1
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
2
-3
/
+3
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
2
-7
/
+7
*
Format w/ black
Jarrod Millman
2020-07-10
8
-196
/
+299
*
Minor comments issue (#3787)
Salim BELHADDAD
2020-01-21
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
3
-16
/
+16
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
4
-39
/
+2
*
Deprecate is_string_like
Jarrod Millman
2019-10-21
1
-3
/
+2
*
Remove unused imports
Jarrod Millman
2019-10-18
2
-5
/
+1
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
4
-37
/
+37
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
2
-44
/
+43
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
3
-17
/
+18
*
Remove unused imports
Jarrod Millman
2019-10-12
2
-2
/
+2
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
4
-223
/
+214
*
replace idiom from networkx import * in test files
Dan Schult
2019-10-12
2
-85
/
+45
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Full join operation and cograph generator (#3503)
Efraim Rodrigues
2019-07-18
2
-1
/
+177
*
Update copyright
Jarrod Millman
2019-03-30
2
-2
/
+2
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
4
-14
/
+14
*
Simplify the Graphview and SubGraphView system (#3073)
Dan Schult
2018-07-20
2
-3
/
+3
*
Raise ValueError when empty list is passed to functions in all.py, fixes #297...
Robert Gmyr
2018-07-19
2
-0
/
+48
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-5
/
+2
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-1
/
+1
*
Corrected some variable names in documentation. (#2860)
Mads Jensen
2018-01-31
1
-1
/
+1
*
Pep8 fixes
Jarrod Millman
2018-01-20
4
-269
/
+285
*
Update copyright
Jarrod Millman
2018-01-20
2
-2
/
+2
*
Remove automatic processing of G.name attribute (#2829)
Dan Schult
2018-01-14
4
-46
/
+13
*
Add rooted product function (#2825)
Dan Schult
2018-01-11
2
-91
/
+147
[next]