Skip to content

Commit 1acdb23

Browse files
committed
release v 2.4.0
1 parent 915b514 commit 1acdb23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

esda/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
from .join_counts_local_mv import Join_Counts_Local_MV
1717
from .lee import Spatial_Pearson, Spatial_Pearson_Local
1818
from .losh import LOSH
19+
from .map_comparison import (
20+
external_entropy,
21+
completeness,
22+
homogeneity,
23+
overlay_entropy,
24+
areal_entropy,
25+
)
1926
from .moran import (
2027
Moran,
2128
Moran_BV,
@@ -27,4 +34,5 @@
2734
)
2835
from .smaup import Smaup
2936
from .silhouettes import path_silhouette, boundary_silhouette
37+
from . import shape
3038
from .util import fdr

0 commit comments

Comments
 (0)