summaryrefslogtreecommitdiff
path: root/networkx/convert_matrix.py
Commit message (Expand)AuthorAgeFilesLines
* Standard imports (#4401)Jarrod Millman2020-12-071-4/+5
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-3/+3
* Update docstring for to_pandas_edgelist and add edgekey parameter (#4384)Dan Schult2020-11-241-9/+43
* MAINT: Deprecate numpy matrix conversion functions (#4238)Ross Barnowski2020-10-071-85/+97
* Format w/ black==20.8b1Jarrod Millman2020-10-061-4/+1
* MAINT: Update nx.info (#4193)Andrew Eckart2020-10-011-6/+1
* to_numpy/scipy array functions should not allow non-nodes in nodelist (#4216)Dan Schult2020-09-251-29/+43
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-37/+52
* Update docstring for from_pandas_edgelist (#4108)Dan Schult2020-07-261-8/+13
* MAINT: rm to/from_numpy_matrix internallyRoss Barnowski2020-07-211-1/+1
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-211-14/+14
* Allow custom keys for multiedges in from_pandas_edgelist (#4076)Daniel-Davies2020-07-211-14/+55
* fix bug for to_scipy_sparse_matrix function (#3985)haochenucr2020-07-101-1/+1
* Format w/ blackJarrod Millman2020-07-101-17/+28
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-10/+10
* Fix for #3930 (source & target columns not overwritten when converting to pd....Isaac Boates2020-05-191-34/+31
* Fixed nx.Digraph to nx.DiGraph (#3909)Bastian David2020-04-131-4/+4
* Fix scipy deprecation warningsJarrod Millman2020-01-031-68/+132
* Update string formatJarrod Millman2020-01-011-4/+4
* Convert %-format to fstringJarrod Millman2020-01-011-7/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-6/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-8/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-2/+2
* Remove old Python 2 codeJarrod Millman2019-10-181-5/+1
* Use pytest for doctestJarrod Millman2019-10-121-14/+1
* Remove nose from generatorsJarrod Millman2019-10-121-1/+1
* More doctest correctionsDan Schult2019-10-121-1/+1
* Changes to convert_matrix and others that depend on np.matrixDan Schult2019-10-121-6/+5
* convert_matrix demo of one way to get doctests to workDan Schult2019-10-121-23/+28
* Handle edgeattr in from_pandas_edgelist when no columns match request (#3634)Dan Schult2019-10-041-10/+12
* Replaced is with == and minor pycodestyle fixes (#3608)Aditya Pal2019-09-281-8/+9
* i,j convention in adj mat i/o in relevant funcsMalayaja Chutani2019-08-251-0/+17
* 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