Release v0.2.8#17
Merged
Merged
Conversation
- Remove /examples from sdist include list (saves ~8.1MB) - Examples remain available in GitHub repository - Matches best practice for distribution packages
… prep - New finetuner module with finetune_xgb/lgb/cb helpers and FineTuneResult - n_base_trees, from_finetune_result(), summarize_score_sources() on all constructors - TreeSource column in scorecard output (base/finetuned) - Migrated from ty to mypy with custom type stubs (xgboost, catboost, lightgbm) - Zero type: ignore comments across all source and test files - Added mypy hook to pre-commit config - Removed redundant requirements.txt (uv.lock is sufficient) - Updated CHANGELOG.md and README.md with fine-tuning docs - 144 tests passing, 28 files mypy clean
…t from tracking - sourcery only ships macOS wheels, causing CI failures on Linux - uv.lock and requirements.txt are local artifacts, not needed in repo - Removed uv-export pre-commit hook
There was a problem hiding this comment.
Sorry @xRiskLab, your pull request is larger than the review limit of 150000 diff characters
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.
Summary
finetunermodule withfinetune_xgb/lgb/cbhelpersn_base_trees,from_finetune_result(),summarize_score_sources()on all constructorsTreeSourcecolumn in scorecard output (base/finetuned)tytomypywith custom type stubs, zerotype: ignoreTest plan
uv run pytest tests/ -v— 144/144 passinguv run mypy xbooster/ tests/— 0 errors, 28 filesuv run pre-commit run --all-files— all hooks passv0.2.8-testtag) — test + build passed on CI