summaryrefslogtreecommitdiff
path: root/networkx/utils
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-195-10/+8
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)Kevin Brown2022-10-042-12/+78
* Update linters (#6006)Jarrod Millman2022-09-301-1/+1
* make lazy_import private and remove its internal use (#5878)Dan Schult2022-07-171-2/+12
* Speed up unionfind a bit by not adding root node in the path (#5844)Mridul Seth2022-07-151-4/+5
* Remove generate_unique_node (#5780)Jarrod Millman2022-06-161-12/+0
* Remove deprecated function iterable (#5742)Mridul Seth2022-06-162-38/+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-162-46/+0
* Remove decorator random_state (#5770)Dan Schult2022-06-152-23/+0
* Remove deprecated function is_list_of_ints (#5743)Mridul Seth2022-06-151-20/+0
* Remove deprecated decorator preserve_random_state (#5768)Dan Schult2022-06-152-69/+0
* Remove deprecated function utils.to_tuple (#5755)Mridul Seth2022-06-152-44/+0
* Remove deprecated context managers (#5752)Mridul Seth2022-06-153-66/+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-152-27/+0
* Remove deprecated function is_string_like (#5738)Mridul Seth2022-06-152-22/+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-0212-23/+31
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-1/+1
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-121-2/+1
* Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)code-review-doctor2022-04-241-1/+1
* De-Regression: eagerly evaluate not_implemented_for in decorated generators (...Kelly Boothby2022-04-172-35/+80
* Update black (#5438)Mridul Seth2022-03-292-3/+3
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-0/+10
* Deprecate dict to numpy helpers (#5427)Ross Barnowski2022-03-262-15/+55
* Minor improvements from general code readthrough (#5414)Ross Barnowski2022-03-251-0/+5
* Rm _inherit_doc - default behavior as of Python 3.5. (#5416)Ross Barnowski2022-03-251-18/+0
* Add Generator support to create_py_random_state. (#5380)Ross Barnowski2022-03-102-3/+7
* Add support for `numpy.random.Generator` (#5336)Ross Barnowski2022-02-182-10/+54
* Initial setup of lazy_import functions. (#4909)Dan Schult2022-01-251-6/+3
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-4/+6
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Fix message of raised exception in decorators. (#5136)Hnatiuk Vladyslav2021-10-191-1/+1
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-122-23/+24
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-072-125/+286
* Fix automatic documenting of class methods via autosummary (#5021)Ross Barnowski2021-08-141-2/+4
* Style changes (#5022)Dan Schult2021-08-142-28/+5
* Minor docstring cleanup to fix sphinx warning. (#5010)Ross Barnowski2021-08-071-3/+3
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-9/+9
* Remove decorator dependency (#4739)Kelly Boothby2021-06-212-237/+1204
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-0/+107
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-201-0/+4
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-253-0/+45
* 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