summaryrefslogtreecommitdiff
path: root/networkx/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-011-13/+32
* Fix typos (#4581)Jarrod Millman2021-01-301-2/+2
* Update documentation and testing of arbitrary_element (#4451)Ross Barnowski2021-01-272-14/+83
* Deprecate iterable (#4448)Jarrod Millman2020-12-191-3/+8
* Deprecate utils.misc.consume (#4449)Jarrod Millman2020-12-121-0/+5
* DOC: Fix broken links in shortest_path docstrings (#4434)dbxnr2020-12-091-1/+1
* Standard imports (#4401)Jarrod Millman2020-12-072-21/+19
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-14/+12
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-6/+6
* Bugfix for issue 4336, moving try/except and adding else clause (#4365)jebogaert2020-11-171-9/+8
* Add unit tests for utils.misc.flatten (#4359)Suvayu Ali2020-11-162-1/+54
* Deprecate utils.is_list_of_ints (#4280)Ross Barnowski2020-10-241-5/+14
* Deprecate `utils.is_iterator` (#4279)Ross Barnowski2020-10-241-3/+12
* Format w/ black==20.8b1Jarrod Millman2020-10-064-28/+14
* Fix UnionFind.union to select the heaviest root as the new root (#4206)Jeff Bradberry2020-09-292-1/+18
* MAINT: changed is_string_like to isinstance (#4223)Kunal Shah2020-09-281-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-193-7/+5
* Format w/ blackJarrod Millman2020-07-1016-189/+260
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* Organize removal of deprecated codeJarrod Millman2020-07-072-4/+4
* Remove unused imports (#3855)Alex Henrie2020-07-062-2/+1
* return empty generator instead of empty list (#3967)muratgu2020-07-051-0/+5
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-15/+15
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-1/+1
* Deprecate context_manager reversed in favor of reversed_view (#3983)Dan Schult2020-06-021-0/+12
* Remove unused variable has_numpy from create_py_random_state (#3852)Dan Schult2020-03-051-2/+1
* UnionFind's union doesn't accurately track set sizes (#3810)Kelly Boothby2020-02-052-5/+28
* Update string formatJarrod Millman2020-01-012-11/+12
* Upgrade to Py36 syntaxJarrod Millman2020-01-019-20/+18
* Convert %-format to fstringJarrod Millman2020-01-011-2/+2
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove superfluous encoding informationJarrod Millman2019-11-113-3/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-119-66/+1
* Deprecate is_string_likeJarrod Millman2019-10-213-9/+10
* Deprecate make_strJarrod Millman2019-10-211-1/+2
* Enable tests (#3678)Jarrod Millman2019-10-211-4/+4
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use itertools accumulateJarrod Millman2019-10-181-2/+0
* Remove unused importsJarrod Millman2019-10-183-6/+6
* PEP8 fixesJarrod Millman2019-10-185-7/+24
* PEP8 fixes to testsJarrod Millman2019-10-184-3/+5
* Use yield fromJarrod Millman2019-10-181-3/+1
* Remove code using sys.version_info to detect Python 2Jarrod Millman2019-10-181-12/+4
* Pathlib introduced in Py 3.4Jarrod Millman2019-10-181-6/+2
* Enable more doctestsJarrod Millman2019-10-182-3/+4
* Remove old Python 2 codeJarrod Millman2019-10-182-60/+9
* Use pytest for doctestJarrod Millman2019-10-121-6/+3
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-14/+3
* Remove nose from classesJarrod Millman2019-10-121-5/+2