Release v2.3.6
Changes
Version 2.3.6 (2021-01-20)
We closed a total of 9 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2021-01-20. The major enhancements for this release include:
- Integration of the work of @jeffcsauer's 2020 GSOC project. This adds tons of new statistical estimators, such as:
- the local heteroskedasticity estimator,
esda.LOSH
- local geary and multivariate geary estimators,
esda.Geary_Local
andesda.Geary_Local_MV
- local join counts in univariate, bivariate, and multivariate flavors,
esda.Join_Counts_Local
,esda.Join_Counts_Local_BV
, andesda.Join_Counts_Local_MV
.
- the local heteroskedasticity estimator,
- "analytical" moments for Moran's I for replication/comparison to R. Forms are provided in Sokal 1998.
Issues Closed
- bump version for release (#160)
- Use tags now in gitcount (#157)
- [ENH][DOC] local join count and LOSH statistics (#139)
- document minimum numba version (#143)
- Moments for Moran's I_i following Sokal 1998 (#159)
Pull Requests
- bump version for release (#160)
- Use tags now in gitcount (#157)
- document minimum numba version (#143)
- Moments for Moran's I_i following Sokal 1998 (#159)
The following individuals contributed to this release:
- Jeff C Sauer
- Levi John Wolf
- Serge Rey
- James Gaboardi
- dependabot[bot]