summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-1/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0215-43/+56
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-312-2/+2
* doc: fix typos in docstring and comment (#5647)danielolsen2022-05-162-2/+2
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-15/+0
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Store `G.adj` as a local variable to speed up `complement_edges(G)` (#5032)Andrew Eckart2021-08-281-3/+4
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-2/+4
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-084-5/+5
* Update black (#4814)Jarrod Millman2021-05-183-4/+4
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-122-41/+38
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-023-6/+6
* Format python in docstrings (#4168)Jarrod Millman2020-08-198-63/+35
* Format w/ blackJarrod Millman2020-07-1015-429/+537
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Added fix for issue #3846 (#3848)Dan Schult2020-03-042-2/+2
* Update string formatJarrod Millman2020-01-017-127/+134
* Upgrade to Py36 syntaxJarrod Millman2020-01-0111-54/+42
* Convert %-format to fstringJarrod Millman2020-01-017-29/+29
* Improve test coverageJarrod Millman2019-12-312-46/+64
* Fixed typo (#3735)Andy Garfield2019-11-281-1/+1
* Refactor testsJarrod Millman2019-11-192-0/+5
* Update styleJarrod Millman2019-11-192-104/+141
* Remove superfluous encoding informationJarrod Millman2019-11-1110-10/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-1110-51/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-094-12/+12
* Remove unused importsJarrod Millman2019-10-181-1/+0
* PEP8 fixesJarrod Millman2019-10-184-48/+48
* PEP8 fixes to testsJarrod Millman2019-10-183-10/+11
* Remove code using sys.version_info to detect Python 2Jarrod Millman2019-10-181-27/+3
* Remove old Python 2 codeJarrod Millman2019-10-181-11/+1
* Replace eq_, ok_ with assertJarrod Millman2019-10-121-6/+5
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-122-50/+50
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-126-56/+53
* tracking down use of deprecated functionsDan Schult2019-10-123-5/+6
* Remove unused importsJarrod Millman2019-10-125-5/+5
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-128-348/+255
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-13/+14
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-303-3/+3
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaël Schoentgen2019-01-082-2/+2
* Make tests deterministic in connectivity/ (#3220)Dan Schult2018-11-044-17/+17
* Speed up kcut and kcomponent tests (#3108)Dan Schult2018-08-012-44/+34
* Fix bugs in all_node_cuts, address #3025 (#3039)Haochen Wu2018-07-242-41/+88
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-1/+1
* Unify random state treatment across package (#3058)Dan Schult2018-07-163-14/+16
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-082-4/+10
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-1/+1