summaryrefslogtreecommitdiff
path: root/networkx/utils/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-3/+3
* Remove decorator random_state (#5770)Dan Schult2022-06-151-22/+0
* Remove deprecated decorator preserve_random_state (#5768)Dan Schult2022-06-151-57/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-6/+8
* 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-171-15/+46
* 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-121-3/+22
* Fix automatic documenting of class methods via autosummary (#5021)Ross Barnowski2021-08-141-2/+4
* Minor docstring cleanup to fix sphinx warning. (#5010)Ross Barnowski2021-08-071-3/+3
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-235/+993
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-201-0/+4
* Fix typos (#4581)Jarrod Millman2021-01-301-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-071-4/+4
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Format w/ blackJarrod Millman2020-07-101-18/+32
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-15/+15
* Update string formatJarrod Millman2020-01-011-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-2/+2
* Deprecate is_string_likeJarrod Millman2019-10-211-3/+2
* Remove unused importsJarrod Millman2019-10-181-3/+0
* Pathlib introduced in Py 3.4Jarrod Millman2019-10-181-6/+2
* allow open_file to handle pathlib objects (#3071)Dan Schult2018-07-181-0/+9
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-7/+75
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-8/+8
* Add seed keyword argument to random_layout and spring_layout (#2766)Harry2017-12-031-0/+51
* Fix bug and add checks for non-convergent fiedler_vector (#2681)Dan Schult2017-11-251-1/+50
* Comply with pep8Jarrod Millman2017-09-101-10/+13
* fixes typo in NetworkXNotImplementedLuca Verginer2017-03-141-1/+1
* Overload graph generators to allow nodes or numberDan Schult2016-01-081-2/+60
* Remove bundled decorator packageysitu2014-06-011-1/+1
* Add context manager for reversing a graph.chebee7i2014-05-121-0/+5
* Remove @require decoratorAric Hagberg2013-11-091-48/+0
* Update some documentation/comments in open_file decorator.Chris Ellison2012-01-061-26/+39
* Remove except clause from open_file decorator. Addresses #672Chris Ellison2012-01-061-3/+0
* Add dectorator for NetworkXNotImplemnted exception.Aric Hagberg2011-12-261-0/+57
* Refactor external submodule.Chris Ellison2011-08-291-6/+3
* Added python3 version of decorator for compatibility, change necessary importsBen Edwards2011-08-151-67/+73
* @open_file bug fixesBen Edwards2011-08-151-66/+66
* Decorators don't pass doctests - comment them out.Aric Hagberg2011-08-011-23/+26
* Fix utils docs.Aric Hagberg2011-07-311-25/+23
* Some additional comments, tests.Chris Ellison2011-07-211-18/+21
* Extending open_file to work with kwargs.Chris Ellison2011-07-211-37/+102
* Makes the open_file decorator work with testsBen Edwards2011-07-151-8/+114
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-0/+25