summaryrefslogtreecommitdiff
path: root/networkx/tests/test_convert_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Added two tests for convert_numpy (#6455)Michael Holtz2023-02-281-0/+14
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Remove to_numpy_matrix & from_numpy_matrix (#5746)Dilara Tekinoglu2022-06-151-238/+0
* Rm `to_numpy_recarray` (#5737)Ross Barnowski2022-06-151-83/+0
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-181-0/+4
* Add structured dtypes to `to_numpy_array` (#5324)Ross Barnowski2022-02-181-0/+104
* Refactor `to_numpy_array` with advanced indexing (#5250)Ross Barnowski2022-01-271-6/+46
* Style changes (#5022)Dan Schult2021-08-141-17/+3
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-1/+1
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-11/+11
* Standard imports (#4401)Jarrod Millman2020-12-071-10/+11
* MAINT: remove deprecated numpy type aliases. (#4373)Ross Barnowski2020-11-201-10/+10
* TST: Increase test coverage of convert_matrix (#4301)Ross Barnowski2020-10-291-28/+118
* MAINT: Deprecate numpy matrix conversion functions (#4238)Ross Barnowski2020-10-071-1/+11
* to_numpy/scipy array functions should not allow non-nodes in nodelist (#4216)Dan Schult2020-09-251-3/+8
* Fix scipy deprecation warningsJarrod Millman2020-01-031-47/+48
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* PEP8 fixesJarrod Millman2019-10-181-20/+2
* PEP8 fixes to testsJarrod Millman2019-10-181-0/+1
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-6/+2
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-8/+7
* fix typo and try againDan Schult2019-10-121-1/+1
* Another pair of variations on pytest.importorskipDan Schult2019-10-121-1/+1
* Try pytestimportorskipDan Schult2019-10-121-4/+3
* Fix some __init__ warningsDan Schult2019-10-121-3/+2
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-44/+44
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-2/+2
* Numpy matrix edge fix issue 3086 (#3087)mtrenfield2018-07-241-0/+7
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-14/+14
* Comply with pep8Jarrod Millman2017-08-131-108/+109
* Add testsJarrod Millman2017-08-121-0/+5
* Add {to, from}_numpy_array functions, resolves #2479 (#2522)Harry2017-07-191-0/+207
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-6/+3
* Adds unit tests for dtype in to_numpy_matrixJeffrey Finkelstein2016-09-201-0/+20
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Change "non iso" to "noniso".chebee7i2015-04-231-1/+1
* Allows explicit conversion with parallel edgesJeffrey Finkelstein2015-01-201-4/+17
* Don't add edges twice when converting from numpyJeffrey Finkelstein2015-01-121-0/+11
* Allows parallel edges when converting from numpy.Jeffrey Finkelstein2014-12-171-0/+24
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-0/+1
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-041-1/+1
* Add weight keyword to current_flow centrality and spectrum functions. Add t...Dan Schult2011-05-201-0/+11
* Cleaned up import statements.Loïc Séguin-C.2011-02-091-3/+1
* Test multigraph to numpy matrix converter.Aric Hagberg2010-11-111-1/+10
* Remove spurious prints in tests.Aric Hagberg2010-10-041-2/+0
* Convert numpy types to Python types.Aric Hagberg2010-09-121-1/+48
* numpy and scipy matrix converters now return adjacency matrices only.cellison2009-09-021-41/+12
* Updating dependency checks now that lazy imports are not used.cellison2009-08-271-3/+0
* Making numpy/scipy test a class method and lazy import aware.cellison2009-08-181-1/+6