v0.6.0
What's Changed
Bug Fixes
- remove
zip(strict=True)
in k-nearest p-median by @jGaboardi in #403 - solve b410 by @ljwolf in #411
- Formulation of KN-PMP omitted opening constraints by @jGaboardi in #420
Enhancements
Regionalization
Facility Location
- update predefined facility explanation by @jGaboardi in #384
- Add the k nearest p-median module and the tutorial example for capacitated p-median by @rongboxu in #397
- Add KNearestPMP to API and documentation by @jGaboardi in #399
- default to binary assignment for clients by @jGaboardi in #366
- Prepend capacitated model name by @jGaboardi in #417
locate
models – standardized default names by @jGaboardi in #422- flesh out
kn-pmp
testing by @jGaboardi in #429 - parameters & docstring clean up in
KNearestPMedian
by @jGaboardi in #424 - Review messaging in KN-PMP by @jGaboardi in #426
- fix Church 2018 (tobler paper) cite by @jGaboardi in #430
- K-nearest p-median demo notebook by @jGaboardi in #431
Other Changes
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #349
- Update regionalisation demo in README by @paddyroddy in #351
- Update Versioneer by @github-actions in #345
- Overhaul repo infrastructure by @jGaboardi in #353
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #355
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #357
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #359
- address new
ruff
failures by @jGaboardi in #360 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #365
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #367
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #371
- shapely>=2 & other minimum version deps by @jGaboardi in #377
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #378
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #379
- [WIP] capacitated p median by @ljwolf in #358
- add Church & Murray Business Site Selection to refs by @rongboxu in #382
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #388
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #389
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #390
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #391
- update precommit CI frequency -- resolve #392 by @jGaboardi in #393
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #398
- Update GHA, etc (2023-10-15) by @jGaboardi in #405
- Update 311-DEV.yaml by @jGaboardi in #408
- Maint work for update supported Python versions, CI environments, et.c by @jGaboardi in #413
- stricter linting – follow up #413 by @jGaboardi in #418
New Contributors
- @paddyroddy made their first contribution in #351
- @rongboxu made their first contribution in #374
- @ljwolf made their first contribution in #358
Full Changelog: v0.5.0...v0.6.0