File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3] - 2025-12-26
4+
5+ ### Fixed
6+ - ` ModuleNotFound ` packaging error.
7+
38## [ 0.2] - 2025-12-26
49
510### Changed
1217- ` calibration_error ` function
1318- ` build_reliability_diagram ` function
1419
15- [ Unreleased ] : https://github.com/yourusername/yourproject/compare/0.2...HEAD
20+ [ Unreleased ] : https://github.com/yourusername/yourproject/compare/0.3...HEAD
21+ [ 0.3 ] : https://github.com/yourusername/yourproject/compare/0.2...0.3
1622[ 0.2 ] : https://github.com/yourusername/yourproject/compare/0.1...0.2
1723[ 0.1 ] : https://github.com/yourusername/yourproject/releases/tag/0.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " khalib"
7- version = " 0.2 "
7+ version = " 0.3 "
88description = " Classifier Calibration with Khiops"
99authors = [{
name =
" Felipe Olmos" ,
email =
" [email protected] " }]
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments