index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
utils
/
misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
make lazy_import private and remove its internal use (#5878)
Dan Schult
2022-07-17
1
-2
/
+12
*
Remove generate_unique_node (#5780)
Jarrod Millman
2022-06-16
1
-12
/
+0
*
Remove deprecated function iterable (#5742)
Mridul Seth
2022-06-16
1
-21
/
+0
*
Remove deprecated function utils.default_opener (#5747)
Mridul Seth
2022-06-16
1
-33
/
+0
*
Remove deprecated functions dict_to_numpy_array2 and dict_to_numpy_array1 (#5...
Mridul Seth
2022-06-16
1
-36
/
+0
*
Remove deprecated function is_list_of_ints (#5743)
Mridul Seth
2022-06-15
1
-20
/
+0
*
Remove deprecated function utils.to_tuple (#5755)
Mridul Seth
2022-06-15
1
-26
/
+0
*
Remove deprecated function utils.empty_generator (#5748)
Mridul Seth
2022-06-15
1
-12
/
+0
*
Remove deprecated function utils.consume (#5745)
Mridul Seth
2022-06-15
1
-17
/
+0
*
Remove deprecated function is_iterator (#5740)
Mridul Seth
2022-06-15
1
-16
/
+0
*
Remove deprecated function make_str (#5739)
Mridul Seth
2022-06-15
1
-12
/
+0
*
Remove deprecated function is_string_like (#5738)
Mridul Seth
2022-06-15
1
-15
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-4
/
+4
*
Deprecate `to_tuple` (#5430)
Ross Barnowski
2022-03-28
1
-0
/
+10
*
Deprecate dict to numpy helpers (#5427)
Ross Barnowski
2022-03-26
1
-4
/
+35
*
Add Generator support to create_py_random_state. (#5380)
Ross Barnowski
2022-03-10
1
-3
/
+3
*
Add support for `numpy.random.Generator` (#5336)
Ross Barnowski
2022-02-18
1
-7
/
+22
*
Initial setup of lazy_import functions. (#4909)
Dan Schult
2022-01-25
1
-6
/
+3
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-2
/
+1
*
Changes to rst files to make doctests pass (#4947)
Dan Schult
2021-07-07
1
-9
/
+9
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-0
/
+107
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-1
/
+1
*
Add missing __all__'s to utils modules + test. (#4753)
Ross Barnowski
2021-04-25
1
-0
/
+24
*
Deprecate networkx.utils.empty_generator. (#4599)
Ross Barnowski
2021-02-13
1
-2
/
+9
*
Use Pillow for viewing AGraph output and deprecate default_opener (#4600)
Ross Barnowski
2021-02-08
1
-0
/
+11
*
Deprecate generate_unique_node (#4545)
Dan Schult
2021-02-01
1
-13
/
+32
*
Update documentation and testing of arbitrary_element (#4451)
Ross Barnowski
2021-01-27
1
-14
/
+55
*
Deprecate iterable (#4448)
Jarrod Millman
2020-12-19
1
-3
/
+8
*
Deprecate utils.misc.consume (#4449)
Jarrod Millman
2020-12-12
1
-0
/
+5
*
Remove xml import checks (#4393)
Jarrod Millman
2020-11-26
1
-14
/
+12
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-6
/
+6
*
Bugfix for issue 4336, moving try/except and adding else clause (#4365)
jebogaert
2020-11-17
1
-9
/
+8
*
Add unit tests for utils.misc.flatten (#4359)
Suvayu Ali
2020-11-16
1
-1
/
+1
*
Deprecate utils.is_list_of_ints (#4280)
Ross Barnowski
2020-10-24
1
-5
/
+14
*
Deprecate `utils.is_iterator` (#4279)
Ross Barnowski
2020-10-24
1
-3
/
+12
*
MAINT: changed is_string_like to isinstance (#4223)
Kunal Shah
2020-09-28
1
-2
/
+2
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-15
/
+29
*
Organize removal of deprecated code
Jarrod Millman
2020-07-07
1
-2
/
+2
*
return empty generator instead of empty list (#3967)
muratgu
2020-07-05
1
-0
/
+5
*
Remove unused variable has_numpy from create_py_random_state (#3852)
Dan Schult
2020-03-05
1
-2
/
+1
*
Update string format
Jarrod Millman
2020-01-01
1
-9
/
+10
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+1
*
Deprecate is_string_like
Jarrod Millman
2019-10-21
1
-1
/
+6
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-1
/
+2
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-6
/
+0
*
Use itertools accumulate
Jarrod Millman
2019-10-18
1
-2
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-2
/
+2
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-50
/
+7
[next]