summaryrefslogtreecommitdiff
path: root/networkx/utils/misc.py
Commit message (Expand)AuthorAgeFilesLines
* make lazy_import private and remove its internal use (#5878)Dan Schult2022-07-171-2/+12
* Remove generate_unique_node (#5780)Jarrod Millman2022-06-161-12/+0
* Remove deprecated function iterable (#5742)Mridul Seth2022-06-161-21/+0
* Remove deprecated function utils.default_opener (#5747)Mridul Seth2022-06-161-33/+0
* Remove deprecated functions dict_to_numpy_array2 and dict_to_numpy_array1 (#5...Mridul Seth2022-06-161-36/+0
* Remove deprecated function is_list_of_ints (#5743)Mridul Seth2022-06-151-20/+0
* Remove deprecated function utils.to_tuple (#5755)Mridul Seth2022-06-151-26/+0
* Remove deprecated function utils.empty_generator (#5748)Mridul Seth2022-06-151-12/+0
* Remove deprecated function utils.consume (#5745)Mridul Seth2022-06-151-17/+0
* Remove deprecated function is_iterator (#5740)Mridul Seth2022-06-151-16/+0
* Remove deprecated function make_str (#5739)Mridul Seth2022-06-151-12/+0
* Remove deprecated function is_string_like (#5738)Mridul Seth2022-06-151-15/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+4
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-0/+10
* Deprecate dict to numpy helpers (#5427)Ross Barnowski2022-03-261-4/+35
* Add Generator support to create_py_random_state. (#5380)Ross Barnowski2022-03-101-3/+3
* Add support for `numpy.random.Generator` (#5336)Ross Barnowski2022-02-181-7/+22
* Initial setup of lazy_import functions. (#4909)Dan Schult2022-01-251-6/+3
* Style changes (#5022)Dan Schult2021-08-141-2/+1
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-9/+9
* 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