summaryrefslogtreecommitdiff
path: root/networkx/utils/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-0/+107
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-251-0/+24
* Deprecate networkx.utils.empty_generator. (#4599)Ross Barnowski2021-02-131-2/+9
* Use Pillow for viewing AGraph output and deprecate default_opener (#4600)Ross Barnowski2021-02-081-0/+11
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-011-13/+32
* Update documentation and testing of arbitrary_element (#4451)Ross Barnowski2021-01-271-14/+55
* Deprecate iterable (#4448)Jarrod Millman2020-12-191-3/+8
* Deprecate utils.misc.consume (#4449)Jarrod Millman2020-12-121-0/+5
* 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-161-1/+1
* Deprecate utils.is_list_of_ints (#4280)Ross Barnowski2020-10-241-5/+14
* Deprecate `utils.is_iterator` (#4279)Ross Barnowski2020-10-241-3/+12
* MAINT: changed is_string_like to isinstance (#4223)Kunal Shah2020-09-281-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-15/+29
* Organize removal of deprecated codeJarrod Millman2020-07-071-2/+2
* return empty generator instead of empty list (#3967)muratgu2020-07-051-0/+5
* Remove unused variable has_numpy from create_py_random_state (#3852)Dan Schult2020-03-051-2/+1
* Update string formatJarrod Millman2020-01-011-9/+10
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+1
* Deprecate is_string_likeJarrod Millman2019-10-211-1/+6
* Deprecate make_strJarrod Millman2019-10-211-1/+2
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use itertools accumulateJarrod Millman2019-10-181-2/+0
* PEP8 fixesJarrod Millman2019-10-181-2/+2
* Remove old Python 2 codeJarrod Millman2019-10-181-50/+7
* Use pytest for doctestJarrod Millman2019-10-121-6/+3
* Change is_list_of_ints to make_list_of_ints (#3617)Dan Schult2019-10-041-0/+35
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-4/+109
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-1/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Add seed keyword argument to random_layout and spring_layout (#2766)Harry2017-12-031-0/+24
* Use isinstance in is_string_like (#2660)Jarrod Millman2017-09-101-5/+8
* Comply with pep8Jarrod Millman2017-09-101-17/+29
* Add nx_agraph testsJarrod Millman2017-08-171-0/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* removed temporary files from test.Francois Malassenet2016-04-171-3/+3
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-0/+16
* Moves is_path from utils to simple_paths.Jeffrey Finkelstein2016-04-141-29/+0
* Abstracts many-to-one grouping function.Jeffrey Finkelstein2016-04-131-2/+26
* Update docs that should use math modeDan Schult2016-03-071-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-8/+8
* Change argname for pairwise to cyclicDan Schult2016-01-141-6/+7
* utils.misc.pairwise takes cycle argumentDan Schult2016-01-141-3/+5