-
Notifications
You must be signed in to change notification settings - Fork 60
CI: properly test min and dev #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This looks as expected now. The envs with old pin pass, latest fail due to scikit-learn regression, dev passes again as that regression was fixed on sklearn main. I have also updated pins in requirements to reflect the actual minimum (or at least tested minimum). |
@martinfleis is there a specific issue or PR over in |
|
@jGaboardi I suppose scikit-learn/scikit-learn#26772 |
jGaboardi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* CI: properly test min and dev * better pins * fix nightly index * pin scipy to actual min req * update requirements.txt
* add first draft of correlogram * add comment to include geoda version * add correlogram test * typos, test func * add explanation and some notebook text * update to pyproject * scm init * update release workflow * use radius * CI: properly test min and dev (#258) * CI: properly test min and dev * better pins * fix nightly index * pin scipy to actual min req * update requirements.txt * rebase * rm manifest * double comment * callable * knn test * formatting * local import * fix whitespace for test rerun * Update esda/correlogram.py Co-authored-by: James Gaboardi <[email protected]> * add first draft of nonparametric correlogram * only estimate upper triangle for performance reasons; fix import * if precomputed, check symmetry and still run upper triangular lowess * swap shaping and move to more specific class name * add docs for lowess_correlogram * swap to lowess correlogram and ruff * validate, fix typehints, etc. * make naming swaps * improve binning logic * continue fleshing out tests * span half the bounding box by default * address colocation issues in lowess correlogram * finalize bin approach, fix bugs and tests * move back to libpysal for compat * update tests for compat too * add skip for min environments that do not have statsmodels * catch runtime warnings during statistic estimation * clean up notebook plots and add nonparametric * add to api docs * fix notebook * fix docstring rendering --------- Co-authored-by: Martin Fleischmann <[email protected]> Co-authored-by: Levi John Wolf <[email protected]> Co-authored-by: James Gaboardi <[email protected]>
Minor changes to CI environments to ensure that we check against minimal supported versions as well as against dev versions. That ensures that issues like #254 are caught sooner and that we know it affects only some versions of dependencies.