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
/
connectivity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
3
-4
/
+4
*
Update pre-commit (#6545)
Jarrod Millman
2023-03-23
2
-2
/
+2
*
Lint using Ruff (#6371)
danieleades
2023-02-19
9
-35
/
+40
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
2
-5
/
+5
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
2
-4
/
+4
*
Added an example in all_pairs_node_connectivity (#6126)
Paula Pérez Bianchi
2022-11-01
1
-3
/
+4
*
Fix doc inconsistencies related to cutoff in connectivity.py and disjoint_pat...
Paula Pérez Bianchi
2022-10-27
2
-29
/
+19
*
Remove deprecated function nx.info (#5759)
Mridul Seth
2022-06-21
1
-1
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
15
-43
/
+56
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
2
-2
/
+2
*
doc: fix typos in docstring and comment (#5647)
danielolsen
2022-05-16
2
-2
/
+2
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-15
/
+0
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
Store `G.adj` as a local variable to speed up `complement_edges(G)` (#5032)
Andrew Eckart
2021-08-28
1
-3
/
+4
*
Remove decorator dependency (#4739)
Kelly Boothby
2021-06-21
1
-2
/
+4
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
4
-5
/
+5
*
Update black (#4814)
Jarrod Millman
2021-05-18
3
-4
/
+4
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
2
-41
/
+38
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
3
-6
/
+6
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
8
-63
/
+35
*
Format w/ black
Jarrod Millman
2020-07-10
15
-429
/
+537
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-2
/
+2
*
Added fix for issue #3846 (#3848)
Dan Schult
2020-03-04
2
-2
/
+2
*
Update string format
Jarrod Millman
2020-01-01
7
-127
/
+134
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
11
-54
/
+42
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
7
-29
/
+29
*
Improve test coverage
Jarrod Millman
2019-12-31
2
-46
/
+64
*
Fixed typo (#3735)
Andy Garfield
2019-11-28
1
-1
/
+1
*
Refactor tests
Jarrod Millman
2019-11-19
2
-0
/
+5
*
Update style
Jarrod Millman
2019-11-19
2
-104
/
+141
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
10
-10
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
10
-51
/
+0
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
4
-12
/
+12
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
4
-48
/
+48
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
3
-10
/
+11
*
Remove code using sys.version_info to detect Python 2
Jarrod Millman
2019-10-18
1
-27
/
+3
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-11
/
+1
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-6
/
+5
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
2
-50
/
+50
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
6
-56
/
+53
*
tracking down use of deprecated functions
Dan Schult
2019-10-12
3
-5
/
+6
*
Remove unused imports
Jarrod Millman
2019-10-12
5
-5
/
+5
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
8
-348
/
+255
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-13
/
+14
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
3
-3
/
+3
*
Fix several DeprecationWarning: invalid escape sequence (#3284)
Mickaël Schoentgen
2019-01-08
2
-2
/
+2
[next]