From 4e1b6d64f02ff51df19aa71580a789e884587430 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Sun, 19 Jul 2020 11:07:43 -0700 Subject: DOC: Rewording re: numpy.matrix * Replace references of numpy.matrix with array. * Several docstrings in convert_matrix incorrectly referred to NumPy matrices. Adds appropriate description of return types * "matrix" -> "adjacency matrix" in some docstring Notes sections to prevent confusion with the NumPy matrix object. * References to to_numpy_matrix in docstrings replaced with to_numpy_array. * rm see also ref to from_numpy_matrix --- INSTALL.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index 197edace..6f946396 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -89,9 +89,9 @@ The following optional packages provide additional functionality. See the files in the ``requirements/`` directory for information about specific version requirements. -- `NumPy `_ provides matrix representation of - graphs and is used in some graph algorithms for high-performance matrix - computations. +- `NumPy `_ provides array-based dense + matrix representations of graphs and high-performance array math and linear + algebra which is used in some graph algorithms. - `SciPy `_ provides sparse matrix representation of graphs and many numerical scientific tools. - `pandas `_ provides a DataFrame, which -- cgit v1.2.1