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
/
tests
/
test_misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated function iterable (#5742)
Mridul Seth
2022-06-16
1
-17
/
+0
*
Remove deprecated functions dict_to_numpy_array2 and dict_to_numpy_array1 (#5...
Mridul Seth
2022-06-16
1
-10
/
+0
*
Remove deprecated function utils.to_tuple (#5755)
Mridul Seth
2022-06-15
1
-18
/
+0
*
Remove deprecated function make_str (#5739)
Mridul Seth
2022-06-15
1
-15
/
+0
*
Remove deprecated function is_string_like (#5738)
Mridul Seth
2022-06-15
1
-7
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-4
/
+5
*
Deprecate dict to numpy helpers (#5427)
Ross Barnowski
2022-03-26
1
-11
/
+20
*
Add Generator support to create_py_random_state. (#5380)
Ross Barnowski
2022-03-10
1
-0
/
+4
*
Add support for `numpy.random.Generator` (#5336)
Ross Barnowski
2022-02-18
1
-3
/
+32
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-26
/
+4
*
Update documentation and testing of arbitrary_element (#4451)
Ross Barnowski
2021-01-27
1
-0
/
+28
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-17
/
+15
*
Add unit tests for utils.misc.flatten (#4359)
Suvayu Ali
2020-11-16
1
-0
/
+53
*
Format w/ black
Jarrod Millman
2020-07-10
1
-25
/
+24
*
Remove unused imports (#3855)
Alex Henrie
2020-07-06
1
-1
/
+1
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+18
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Remove code using sys.version_info to detect Python 2
Jarrod Millman
2019-10-18
1
-12
/
+4
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-10
/
+2
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-14
/
+3
*
Remove nose from classes
Jarrod Millman
2019-10-12
1
-5
/
+2
*
Remove nose from utils
Jarrod Millman
2019-10-12
1
-6
/
+6
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-56
/
+56
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-1
/
+1
*
Change is_list_of_ints to make_list_of_ints (#3617)
Dan Schult
2019-10-04
1
-3
/
+17
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-1
/
+43
*
Add seed keyword argument to random_layout and spring_layout (#2766)
Harry
2017-12-03
1
-0
/
+17
*
Comply with pep8
Jarrod Millman
2017-07-25
1
-26
/
+34
*
Remove pareto_sequence
Jarrod Millman
2017-07-25
1
-1
/
+0
*
Remove uniform_sequence
Jarrod Millman
2017-07-25
1
-2
/
+1
*
removed temporary files from test.
Francois Malassenet
2016-04-17
1
-1
/
+7
*
node_link_graph converts node lists into tuples
Francois Malassenet
2016-04-17
1
-0
/
+12
*
Abstracts many-to-one grouping function.
Jeffrey Finkelstein
2016-04-13
1
-0
/
+8
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-1
/
+0
*
Change argname for pairwise to cyclic
Dan Schult
2016-01-14
1
-2
/
+2
*
utils.misc.pairwise takes cycle argument
Dan Schult
2016-01-14
1
-0
/
+12
*
Solve merge conflicts
Mridul Seth
2015-06-17
1
-1
/
+1
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Add smoke test when there is no mapping.
chebee7i
2014-05-13
1
-1
/
+16
*
Missed one more.
chebee7i
2014-05-13
1
-1
/
+2
*
Fix hash randomization issue in unittest.
chebee7i
2014-05-13
1
-25
/
+19
*
Force ordering in dict_to_numpy_array functions
Aric Hagberg
2013-11-09
1
-5
/
+15
*
Make make_str() always return unicode, no matter the Python version.
chebee7i
2013-10-22
1
-0
/
+29
*
Fix missing SkipTest import in utils tests
Aric Hagberg
2013-01-05
1
-0
/
+1
*
Add converter from dictionary of values to 1d numpy array.
Aric Hagberg
2012-12-29
1
-0
/
+34
*
Refactor utils.
Aric Hagberg
2011-07-31
1
-0
/
+37