Skip to content

Commit d6a0101

Browse files
committed
release-v0.2.4
1 parent 97e430f commit d6a0101

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@ Current version: 0.2.3
462462

463463
## Changelog
464464

465+
### [0.2.4] - 2025-04-18
466+
- Changed the build distribution inpyproject.toml.
467+
465468
### [0.2.3] - 2025-04-18
466469
- Added support for CatBoost classificationmodels and switch to `uv` for packaging.
467470
- Python version requirement updated to 3.10-3.11.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[project]
22
name = "xbooster"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Explainable Boosted Scoring"
55
authors = [
66
{name = "xRiskLab", email = "contact@xrisklab.ai"}
77
]
8-
license = {text = "MIT"}
98
readme = "README.md"
109
keywords = ["machine learning", "credit scoring", "xgboost", "catboost", "explainability"]
1110
classifiers = [
@@ -46,6 +45,9 @@ dev = [
4645
"pandas-stubs>=2.2.3",
4746
]
4847

48+
[tool.setuptools.packages.find]
49+
exclude = ["tmp*", "catboost_info*"]
50+
4951
[tool.uv]
5052
default-groups = ["dev"]
5153

0 commit comments

Comments
 (0)