summaryrefslogtreecommitdiff
path: root/networkx/linalg/attrmatrix.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-2/+2
* Update return type of attrmatrix (#5764)Mridul Seth2022-06-161-28/+15
* Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)Ross Barnowski2022-02-041-0/+11
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-18/+16
* Drop Py37 (#5143)Jarrod Millman2021-10-231-2/+2
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-181-2/+2
* Standard imports (#4401)Jarrod Millman2020-12-071-2/+3
* Simplify importsJarrod Millman2020-09-151-11/+3
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-20/+18
* Format w/ blackJarrod Millman2020-07-101-2/+3
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-4/+5
* Fix scipy deprecation warningsJarrod Millman2020-01-031-20/+47
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+4
* Fix PEP8 issuesJarrod Millman2019-10-211-1/+0
* Remove unused importsJarrod Millman2019-10-211-1/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Use pytest for doctestJarrod Millman2019-10-121-10/+4
* Drop np.set_printoptions(legacy=True)Jarrod Millman2019-03-301-30/+20
* Add make doctest back into the doc build pipeline (#3038)Dan Schult2018-06-281-1/+6
* Legacy array printing for NumPy 1.14+ (#2810)Jarrod Millman2018-01-031-5/+10
* Comply with pep8Jarrod Millman2017-08-171-62/+65
* Simplify base classes. (#2604)Dan Schult2017-08-121-11/+11
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-2/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-4/+4
* Add fixtures to skip doctests when optional imports are missing.aric2010-04-231-0/+12
* Fix doc typoaric2010-04-221-4/+4
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+2
* Add attribute matrix code. Closes #268aric2010-04-011-0/+444