Skip to content

Commit

Permalink
release v 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Jul 26, 2021
1 parent 915b514 commit 1acdb23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions esda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
from .join_counts_local_mv import Join_Counts_Local_MV
from .lee import Spatial_Pearson, Spatial_Pearson_Local
from .losh import LOSH
from .map_comparison import (
external_entropy,
completeness,
homogeneity,
overlay_entropy,
areal_entropy,
)
from .moran import (
Moran,
Moran_BV,
Expand All @@ -27,4 +34,5 @@
)
from .smaup import Smaup
from .silhouettes import path_silhouette, boundary_silhouette
from . import shape
from .util import fdr

0 comments on commit 1acdb23

Please sign in to comment.