summaryrefslogtreecommitdiff
path: root/networkx/utils/tests
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-3/+1
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)Kevin Brown2022-10-041-0/+35
* Remove deprecated function iterable (#5742)Mridul Seth2022-06-161-17/+0
* Remove deprecated functions dict_to_numpy_array2 and dict_to_numpy_array1 (#5...Mridul Seth2022-06-161-10/+0
* Remove decorator random_state (#5770)Dan Schult2022-06-151-1/+0
* Remove deprecated decorator preserve_random_state (#5768)Dan Schult2022-06-151-12/+0
* Remove deprecated function utils.to_tuple (#5755)Mridul Seth2022-06-151-18/+0
* Remove deprecated context managers (#5752)Mridul Seth2022-06-151-18/+0
* Remove deprecated function make_str (#5739)Mridul Seth2022-06-151-15/+0
* Remove deprecated function is_string_like (#5738)Mridul Seth2022-06-151-7/+0
* Remove unused file from utils.test (#5687)Mridul Seth2022-06-021-1/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-11/+16
* De-Regression: eagerly evaluate not_implemented_for in decorated generators (...Kelly Boothby2022-04-171-20/+34
* Update black (#5438)Mridul Seth2022-03-291-2/+2
* Deprecate dict to numpy helpers (#5427)Ross Barnowski2022-03-261-11/+20
* Add Generator support to create_py_random_state. (#5380)Ross Barnowski2022-03-101-0/+4
* Add support for `numpy.random.Generator` (#5336)Ross Barnowski2022-02-181-3/+32
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-20/+2
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-071-26/+101
* Style changes (#5022)Dan Schult2021-08-141-26/+4
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-2/+211
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-251-0/+11
* Update documentation and testing of arbitrary_element (#4451)Ross Barnowski2021-01-271-0/+28
* Standard imports (#4401)Jarrod Millman2020-12-071-17/+15
* Add unit tests for utils.misc.flatten (#4359)Suvayu Ali2020-11-161-0/+53
* Fix UnionFind.union to select the heaviest root as the new root (#4206)Jeff Bradberry2020-09-291-0/+13
* Format w/ blackJarrod Millman2020-07-108-134/+173
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* Remove unused imports (#3855)Alex Henrie2020-07-061-1/+1
* UnionFind's union doesn't accurately track set sizes (#3810)Kelly Boothby2020-02-051-0/+18
* Upgrade to Py36 syntaxJarrod Millman2020-01-015-11/+10
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove superfluous encoding informationJarrod Millman2019-11-112-2/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-112-15/+0
* Deprecate is_string_likeJarrod Millman2019-10-211-5/+2
* Enable tests (#3678)Jarrod Millman2019-10-211-4/+4
* Remove unused importsJarrod Millman2019-10-181-2/+6
* PEP8 fixesJarrod Millman2019-10-183-4/+21
* PEP8 fixes to testsJarrod Millman2019-10-184-3/+5
* Remove code using sys.version_info to detect Python 2Jarrod Millman2019-10-181-12/+4
* Remove old Python 2 codeJarrod Millman2019-10-181-10/+2
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-14/+3
* Remove nose from classesJarrod Millman2019-10-121-5/+2
* Remove nose from utilsJarrod Millman2019-10-124-51/+47
* Remove unused importsJarrod Millman2019-10-125-7/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-128-126/+126
* Fix decorators testsStefan van der Walt2019-10-121-5/+4
* Use class methods for class setup/teardownStefan van der Walt2019-10-122-6/+7
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0