summaryrefslogtreecommitdiff
path: root/networkx/convert_matrix.py
Commit message (Expand)AuthorAgeFilesLines
...
* explicitly stated i.j convention in to_numpy_arrayMalayaja Chutani2019-08-141-0/+2
* Update copyrightJarrod Millman2019-03-301-1/+1
* Drop np.set_printoptions(legacy=True)Jarrod Millman2019-03-301-20/+12
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-10/+10
* Fix tiny typo (#3178)komo-fr2018-10-021-4/+4
* In 'from_pandas_adjacency', use column names rather than column order. (#3111)komo-fr2018-08-111-2/+3
* Numpy matrix edge fix issue 3086 (#3087)mtrenfield2018-07-241-1/+2
* faster, type-preserving from_pandas_edgelist (#3068)Alexander Lenail2018-07-181-42/+35
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-3/+3
* Adjust pandas printing to help travis (#3053)Dan Schult2018-07-071-0/+3
* Add make doctest back into the doc build pipeline (#3038)Dan Schult2018-06-281-0/+4
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-52/+50
* Fixed node attributes to edge attributes in from_pandas_edgelist docu (#3005)Jens P2018-06-081-1/+1
* Order the output of columns in doctests for pandas (#2984)Dan Schult2018-05-221-5/+5
* Fix compatibility issue with new version of scipy. (#2944)Haochen Wu2018-04-161-1/+3
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-091-1/+0
* Remove ``to_pandas_dataframe`` and ``from_pandas_dataframe``Jarrod Millman2018-01-061-19/+0
* Legacy array printing for NumPy 1.14+ (#2810)Jarrod Millman2018-01-031-0/+5
* Fix create_using of nx.from_pandas_adjacency() (#2693)Sanggyu Nam2017-10-021-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Fix doctests and reduce Sphinx warnings (#2641)Jarrod Millman2017-08-271-1/+2
* Comply with pep8Jarrod Millman2017-08-131-3/+3
* Add testsJarrod Millman2017-08-121-27/+35
* Add to_pandas_edgelistJarrod Millman2017-08-121-41/+72
* Create separate functions for df as edge-lists and adjacency matricesJarrod Millman2017-08-121-6/+91
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Skip doctest if pandas not foundAric Hagberg2017-07-241-0/+4
* Add {to, from}_numpy_array functions, resolves #2479 (#2522)Harry2017-07-191-74/+266
* Fix call to `from_pandas_dataframe` from `to_networkx_graph` (#2490)Jarrod Millman2017-06-301-61/+70
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-9/+9
* fixing dtype in yo_numpy_array and initialization of matrixjuliensiebert2016-09-201-2/+2
* Add support for subgraphs with no edges in convert_matrix.to_scipy_sparse_mat...Valentin Lorentz2016-07-291-6/+9
* Isolate edge key generation in multigraphsDan Schult2016-05-311-0/+12
* Fix to handle multigraph conversionthegreathippo2016-05-021-4/+6
* Revert "Workaround to pass travis build"thegreathippo2016-05-011-2/+2
* Workaround to pass travis buildthegreathippo2016-05-011-2/+2
* Revert "Temporary modification for diagnostic purposes."thegreathippo2016-05-011-3/+2
* Temporary modification for diagnostic purposes.thegreathippo2016-05-011-2/+3
* Typo in code.thegreathippo2016-05-011-1/+1
* Modify from_pandas_dataframe for multigraphthegreathippo2016-05-011-2/+6
* Update add_edge calls to use update for edge attributes.thegreathippo2016-05-011-1/+2
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-1/+1
* Merge pull request #2038 from hagberg/int_matrixDan Schult2016-03-201-6/+8
|\
| * Fix bug in dtype-valued matricesAric Hagberg2016-03-201-6/+8
* | Update docs that should use math modeDan Schult2016-03-071-5/+5
* | Change default role for sphinx to 'obj'Dan Schult2016-03-031-25/+25
* | bug fix in convert_matrix.py Kevin Arvai2016-02-081-1/+1
|/
* Examples and doc changesDan Schult2016-01-111-1/+1