summaryrefslogtreecommitdiff
path: root/networkx/convert_matrix.py
Commit message (Expand)AuthorAgeFilesLines
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-7/+6
* remove to/from_scipy_sparse_matrix (#5779)Matt Schwennesen2022-07-011-183/+0
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-1/+1
* Remove unused deprecated argument from to_pandas_edgelist (#5778)Mridul Seth2022-06-161-7/+0
* Remove to_numpy_matrix & from_numpy_matrix (#5746)Dilara Tekinoglu2022-06-151-212/+0
* Rm `to_numpy_recarray` (#5737)Ross Barnowski2022-06-151-109/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+3
* Adding more examples for to_numpy_array method's usage (#5451)Dilara Tekinoglu2022-04-041-0/+27
* Use np.random.default_rng in example + other updates. (#5356)Ross Barnowski2022-02-221-7/+10
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-181-0/+17
* Add structured dtypes to `to_numpy_array` (#5324)Ross Barnowski2022-02-181-3/+68
* Document default dtype in to_numpy_recarray docstring. (#5315)Ross Barnowski2022-02-101-1/+1
* Refactor `to_numpy_array` with advanced indexing (#5250)Ross Barnowski2022-01-271-83/+46
* Deprecate scipy sparse matrix conversion functions (#5262)Ross Barnowski2022-01-261-0/+16
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-18/+185
* Remove check/comment for scipy 1.1 behavior. (#5191)Ross Barnowski2021-11-221-3/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-12/+12
* 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