Skip to content

Commit

Permalink
Merge pull request #742 from martinfleis/s0-s1-s2
Browse files Browse the repository at this point in the history
ENH: add Graph.summary with s0, s1, s2 and similar properties to Graph
  • Loading branch information
sjsrey authored Jul 15, 2024
2 parents df0cc51 + 45bebc7 commit 93b04c9
Show file tree
Hide file tree
Showing 6 changed files with 761 additions and 10 deletions.
6 changes: 5 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,8 @@ graph
.. autosummary::
:toctree: generated/

libpysal.graph.Graph
libpysal.graph.Graph
libpysal.graph.GraphSummary
libpysal.graph.read_parquet
libpysal.graph.read_gal
libpysal.graph.read_gwt
2 changes: 1 addition & 1 deletion libpysal/graph/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .base import Graph, read_parquet, read_gal, read_gwt # noqa
from .base import Graph, GraphSummary, read_parquet, read_gal, read_gwt # noqa
Loading

0 comments on commit 93b04c9

Please sign in to comment.