v2.5.0
What's Changed
- esda now requires shapely>=2 and no longer supports pygeos
Bug Fixes
- ensure
min_sample>=1
inadbscan
by @jGaboardi in #235 - Fix assuncao_rate function by @jGaboardi in #236
- Bug fixes across Lee and swap to survival function for #243 by @ljwolf in #245
Other Changes
- Fix failure in silhouette_alist by @sjsrey in #218
- Update envs and CI, etc. by @jGaboardi in #224
- Remove matplotlib import by @sjsrey in #217
- xfail 2 tests using scikit-learn for DBSCAN by @jGaboardi in #225
- only download datasets needed for CI testing by @jGaboardi in #227
- Format repo: black/isort/flake8 repo by @jGaboardi in #230
- custom codecov reporting by @jGaboardi in #231
- add .coveragerc by @jGaboardi in #238
- BUG: Don't include w.id_order in calculation of local C by @sjsrey in #242
- REF: require shapely 2 instead of pygeos by @martinfleis in #244
- future warn for .by_col() methods by @jGaboardi in #237
- DOC: add Altman (1998) to references by @martinfleis in #249
- added space to help with code formatting by @cornhundred in #251
- Use more precise calculation of minimum bounding circle area by @martinfleis in #257
- CI: properly test min and dev by @martinfleis in #258
- update to pyproject by @knaaptime in #256
- TST: skip tests failing on sklearn regression by @martinfleis in #263
- fix second areal moment calculation, cascade changes down to other stats by @ljwolf in #261
- fix math formatting in second_areal_moment by @martinfleis in #264
- GHA: update release actions by @martinfleis in #265
New Contributors
- @cornhundred made their first contribution in #251
Full Changelog: v2.4.3...v2.5.0