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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-3
/
+1
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
1
-1
/
+1
*
Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)
Kevin Brown
2022-10-04
1
-0
/
+35
*
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 decorator random_state (#5770)
Dan Schult
2022-06-15
1
-1
/
+0
*
Remove deprecated decorator preserve_random_state (#5768)
Dan Schult
2022-06-15
1
-12
/
+0
*
Remove deprecated function utils.to_tuple (#5755)
Mridul Seth
2022-06-15
1
-18
/
+0
*
Remove deprecated context managers (#5752)
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
*
Remove unused file from utils.test (#5687)
Mridul Seth
2022-06-02
1
-1
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
6
-11
/
+16
*
De-Regression: eagerly evaluate not_implemented_for in decorated generators (...
Kelly Boothby
2022-04-17
1
-20
/
+34
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-2
/
+2
*
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
*
Deprecate `random_state` decorator (#5055)
Ross Barnowski
2021-09-12
1
-20
/
+2
*
Allow greedy_modularity_communities to use floating point weights or resoluti...
Dan Schult
2021-09-07
1
-26
/
+101
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-26
/
+4
*
Remove decorator dependency (#4739)
Kelly Boothby
2021-06-21
1
-2
/
+211
*
Add missing __all__'s to utils modules + test. (#4753)
Ross Barnowski
2021-04-25
1
-0
/
+11
*
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
*
Fix UnionFind.union to select the heaviest root as the new root (#4206)
Jeff Bradberry
2020-09-29
1
-0
/
+13
*
Format w/ black
Jarrod Millman
2020-07-10
8
-134
/
+173
*
Remove trailing spaces
Jarrod Millman
2020-07-10
1
-1
/
+1
*
Remove unused imports (#3855)
Alex Henrie
2020-07-06
1
-1
/
+1
*
UnionFind's union doesn't accurately track set sizes (#3810)
Kelly Boothby
2020-02-05
1
-0
/
+18
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
5
-11
/
+10
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
2
-2
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
2
-15
/
+0
*
Deprecate is_string_like
Jarrod Millman
2019-10-21
1
-5
/
+2
*
Enable tests (#3678)
Jarrod Millman
2019-10-21
1
-4
/
+4
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-2
/
+6
*
PEP8 fixes
Jarrod Millman
2019-10-18
3
-4
/
+21
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
4
-3
/
+5
*
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
4
-51
/
+47
*
Remove unused imports
Jarrod Millman
2019-10-12
5
-7
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
8
-126
/
+126
*
Fix decorators tests
Stefan van der Walt
2019-10-12
1
-5
/
+4
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
2
-6
/
+7
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
[next]