Skip to content

Commit 1640044

Browse files
committed
chore: Bump version to 0.2.7rc2 (complete implementation)
Previous rc1 had incomplete squash merge. This rc2 includes: - Complete create_points() implementation - Complete predict_score() and predict_scores() - All critical bug fixes
1 parent a87a659 commit 1640044

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## [0.2.7rc1] - 2025-11-23 (Release Candidate)
3+
## [0.2.7rc2] - 2025-11-23 (Release Candidate)
4+
5+
### Fixed
6+
- **Complete Implementation**: Added missing `create_points()` and `predict_score()` methods
7+
- Previous rc1 release had incomplete squash merge
8+
- Now includes all critical bug fixes and implementations
9+
10+
## [0.2.7rc1] - 2025-11-23 (Release Candidate - Incomplete)
411

512
### Added
613
- **LightGBM Scorecard Support**: Complete implementation of `LGBScorecardConstructor`

xbooster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from gradient boosted tree models (XGBoost and CatBoost).
66
"""
77

8-
__version__ = "0.2.7rc1"
8+
__version__ = "0.2.7rc2"
99
__author__ = "xRiskLab"
1010
__email__ = "contact@xrisklab.ai"
1111

0 commit comments

Comments
 (0)