v0.2.0
What's Changed
Bug Fixes
- BUG: fix failure of BandwidthSearch in case of an invariant y by @FirePheonix in #86
- BUG: fix batch fitting with non-default index by @martinfleis in #101
Enhancements
- Expose local_class_support_ as fitted attribute by @AshishRaj97 in #82
- Add structured fit-time input validation by @jigyasaba in #83
- ENH: expose local_metric on regressors as well by @martinfleis in #112
- Add validation for bandwidth and kernel parameters by @jigyasaba in #114
Other Changes
- REF: Add type hints to internal _get_score_data method by @GeneralAumsum07 in #71
- MAINT: update docstring and clean typing comments by @martinfleis in #75
- DOC: fix outdated BaseRegressor prediction docstring by @AshishRaj97 in #78
- FMT: Ruff format ipynb files by @FirePheonix in #81
- Remove outdated TODO block for performance metrics in parallel validation test by @jigyasaba in #89
- Bump actions/upload-artifact from 6 to 7 in the github-actions group by @dependabot[bot] in #98
- Fix inconsistent bandwidth validation for numpy scalar and non-scalar inputs by @AshishRaj97 in #94
- compute information criteria only for linear models by @martinfleis in #100
- REF: rely on sklearn wrappers around joblib Parallel by @martinfleis in #102
- DOC: use markdown instead of RST in references by @martinfleis in #104
- DOC: link to source and new libpysal location by @martinfleis in #105
- ENH: expose handling of coplanar points by @martinfleis in #106
- cancel doc builds in progress by @jGaboardi in #108
- source version info in docs from
packagingby @jGaboardi in #107 - Bump the github-actions group with 2 updates by @dependabot[bot] in #109
- DOC: update config by @martinfleis in #110
- open-ended license by @jGaboardi in #111
- Bump actions/github-script from 8 to 9 in the github-actions group by @dependabot[bot] in #117
- reup SPEC000 - 2026-04-18 by @jGaboardi in #119
- TST: use linear models in tests where possible for speed up by @martinfleis in #120
New Contributors
- @GeneralAumsum07 made their first contribution in #71
- @jigyasaba made their first contribution in #83
- @dependabot[bot] made their first contribution in #98
Full Changelog: v0.1.1...v0.2.0