summaryrefslogtreecommitdiff
path: root/networkx/utils/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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 deprecated function utils.to_tuple (#5755)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
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+5
* 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
* Style changes (#5022)Dan Schult2021-08-141-26/+4
* 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
* Format w/ blackJarrod Millman2020-07-101-25/+24
* Remove unused imports (#3855)Alex Henrie2020-07-061-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+18
* PEP8 fixes to testsJarrod Millman2019-10-181-1/+1
* 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-121-6/+6
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-56/+56
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-1/+1
* Change is_list_of_ints to make_list_of_ints (#3617)Dan Schult2019-10-041-3/+17
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-1/+43
* Add seed keyword argument to random_layout and spring_layout (#2766)Harry2017-12-031-0/+17
* Comply with pep8Jarrod Millman2017-07-251-26/+34
* Remove pareto_sequenceJarrod Millman2017-07-251-1/+0
* Remove uniform_sequenceJarrod Millman2017-07-251-2/+1
* removed temporary files from test.Francois Malassenet2016-04-171-1/+7
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-0/+12
* Abstracts many-to-one grouping function.Jeffrey Finkelstein2016-04-131-0/+8
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+0
* Change argname for pairwise to cyclicDan Schult2016-01-141-2/+2
* utils.misc.pairwise takes cycle argumentDan Schult2016-01-141-0/+12
* Solve merge conflictsMridul Seth2015-06-171-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Add smoke test when there is no mapping.chebee7i2014-05-131-1/+16
* Missed one more.chebee7i2014-05-131-1/+2
* Fix hash randomization issue in unittest.chebee7i2014-05-131-25/+19
* Force ordering in dict_to_numpy_array functionsAric Hagberg2013-11-091-5/+15
* Make make_str() always return unicode, no matter the Python version.chebee7i2013-10-221-0/+29
* Fix missing SkipTest import in utils testsAric Hagberg2013-01-051-0/+1
* Add converter from dictionary of values to 1d numpy array.Aric Hagberg2012-12-291-0/+34
* Refactor utils.Aric Hagberg2011-07-311-0/+37