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
/
tests
/
test_convert_numpy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added two tests for convert_numpy (#6455)
Michael Holtz
2023-02-28
1
-0
/
+14
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
Remove to_numpy_matrix & from_numpy_matrix (#5746)
Dilara Tekinoglu
2022-06-15
1
-238
/
+0
*
Rm `to_numpy_recarray` (#5737)
Ross Barnowski
2022-06-15
1
-83
/
+0
*
Deprecate `to_numpy_recarray` (#5330)
Ross Barnowski
2022-02-18
1
-0
/
+4
*
Add structured dtypes to `to_numpy_array` (#5324)
Ross Barnowski
2022-02-18
1
-0
/
+104
*
Refactor `to_numpy_array` with advanced indexing (#5250)
Ross Barnowski
2022-01-27
1
-6
/
+46
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-17
/
+3
*
Add dtype argument to adjacency_matrix (#4850)
Jarrod Millman
2021-05-27
1
-1
/
+1
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-11
/
+11
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-10
/
+11
*
MAINT: remove deprecated numpy type aliases. (#4373)
Ross Barnowski
2020-11-20
1
-10
/
+10
*
TST: Increase test coverage of convert_matrix (#4301)
Ross Barnowski
2020-10-29
1
-28
/
+118
*
MAINT: Deprecate numpy matrix conversion functions (#4238)
Ross Barnowski
2020-10-07
1
-1
/
+11
*
to_numpy/scipy array functions should not allow non-nodes in nodelist (#4216)
Dan Schult
2020-09-25
1
-3
/
+8
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
1
-47
/
+48
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-20
/
+2
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-0
/
+1
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-6
/
+2
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-8
/
+7
*
fix typo and try again
Dan Schult
2019-10-12
1
-1
/
+1
*
Another pair of variations on pytest.importorskip
Dan Schult
2019-10-12
1
-1
/
+1
*
Try pytestimportorskip
Dan Schult
2019-10-12
1
-4
/
+3
*
Fix some __init__ warnings
Dan Schult
2019-10-12
1
-3
/
+2
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-1
/
+1
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-44
/
+44
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-2
/
+2
*
Numpy matrix edge fix issue 3086 (#3087)
mtrenfield
2018-07-24
1
-0
/
+7
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-14
/
+14
*
Comply with pep8
Jarrod Millman
2017-08-13
1
-108
/
+109
*
Add tests
Jarrod Millman
2017-08-12
1
-0
/
+5
*
Add {to, from}_numpy_array functions, resolves #2479 (#2522)
Harry
2017-07-19
1
-0
/
+207
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-6
/
+3
*
Adds unit tests for dtype in to_numpy_matrix
Jeffrey Finkelstein
2016-09-20
1
-0
/
+20
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Change "non iso" to "noniso".
chebee7i
2015-04-23
1
-1
/
+1
*
Allows explicit conversion with parallel edges
Jeffrey Finkelstein
2015-01-20
1
-4
/
+17
*
Don't add edges twice when converting from numpy
Jeffrey Finkelstein
2015-01-12
1
-0
/
+11
*
Allows parallel edges when converting from numpy.
Jeffrey Finkelstein
2014-12-17
1
-0
/
+24
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-0
/
+1
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
1
-1
/
+1
*
Add weight keyword to current_flow centrality and spectrum functions. Add t...
Dan Schult
2011-05-20
1
-0
/
+11
*
Cleaned up import statements.
Loïc Séguin-C.
2011-02-09
1
-3
/
+1
*
Test multigraph to numpy matrix converter.
Aric Hagberg
2010-11-11
1
-1
/
+10
*
Remove spurious prints in tests.
Aric Hagberg
2010-10-04
1
-2
/
+0
*
Convert numpy types to Python types.
Aric Hagberg
2010-09-12
1
-1
/
+48
*
numpy and scipy matrix converters now return adjacency matrices only.
cellison
2009-09-02
1
-41
/
+12
*
Updating dependency checks now that lazy imports are not used.
cellison
2009-08-27
1
-3
/
+0
*
Making numpy/scipy test a class method and lazy import aware.
cellison
2009-08-18
1
-1
/
+6
[next]