docs: update for v0.5.0 additions + 0.5.0 CHANGELOG entry (#34) - #35
Merged
Conversation
Bring the mkdocs site and CHANGELOG in line with everything that landed across PRs #20–#33. docs/api/regression/diagnostics.md — full sweep adding ~20 new entries grouped by category: - Multicollinearity: vif, generalized_vif, high_vif_predictors - OLS residual battery: standardized / studentized / externally studentized residuals, residual_outliers - Influence / leverage: leverage, cooks_distance, dffits, influential_cooks, influential_dffits, high_leverage_points - GLM residuals: pearson / deviance / working for logistic and poisson - Goodness of fit: pearson_chi_squared_logistic / _poisson Other docs: - regression/linear.md: huber, pls - regression/glm.md: logistic_regression (sklearn-style); lambda_ kwarg note on all GLM expressions - regression/alm.md: 25 distributions; loss/link/role_trim/ extra_parameter kwargs - regression/summary-predict.md: quantile_summary, quantile_predict, isotonic_predict, lm_dynamic_predict - classes/linear.md: Huber, PLS classes - classes/glm.md: LogisticRegression; lambda_ on existing classes - outputs.md: 10 new struct schemas copied from src/expressions/regression.rs - index.md, getting-started.md: brief "Use from Rust" + diagnostics quick tour Drive-by fixes: - docs/API_REFERENCE.md and docs/api/README.md had broken ../README.md links and a dead TOC anchor that blocked `mkdocs build --strict`. CHANGELOG.md: new 0.5.0 section listing every Added / Changed item above with PR references. Also corrected the 0.4.0 entry's release date from 2025-01-17 to 2026-01-17 to match the published tag. `mkdocs build --strict` passes (only the intentional API_REFERENCE.md "not in nav" info remains). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #34. Brings the mkdocs site and CHANGELOG in line with everything that landed across PRs #20–#33.
Docs site
Drive-by fixes
CHANGELOG
Verification
🤖 Generated with Claude Code