Skip to content

Commit 3d3e95e

Browse files
Update to version 0.4
1 parent 418085a commit 3d3e95e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4] - 2026-01-05
4+
5+
### Fixed
6+
7+
- `build_reliability_diagram`: Error when scores are distributed uniformly.
8+
39
## [0.3] - 2025-12-26
410

511
### Fixed
@@ -17,7 +23,8 @@
1723
- `calibration_error` function
1824
- `build_reliability_diagram` function
1925

20-
[Unreleased]: https://github.com/yourusername/yourproject/compare/0.3...HEAD
21-
[0.3]: https://github.com/yourusername/yourproject/compare/0.2...0.3
22-
[0.2]: https://github.com/yourusername/yourproject/compare/0.1...0.2
23-
[0.1]: https://github.com/yourusername/yourproject/releases/tag/0.1
26+
[Unreleased]: https://github.com/khiopslab/khalib/compare/0.4...HEAD
27+
[0.4]: https://github.com/khiopslab/khalib/compare/0.3...0.4
28+
[0.3]: https://github.com/khiopslab/khalib/compare/0.2...0.3
29+
[0.2]: https://github.com/khiopslab/khalib/compare/0.1...0.2
30+
[0.1]: https://github.com/khiopslab/khalib/releases/tag/0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "khalib"
7-
version = "0.3"
7+
version = "0.4"
88
description = "Classifier Calibration with Khiops"
99
authors = [{ name = "Felipe Olmos", email = "[email protected]" }]
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)