diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d78ca43..6336d302d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.6.6] - 2024-10-20 +### Changed +- added predict_with_uncertainty function by @degenfabian in PR #584 +- handle mono-classification in SHAP by @degenfabian in PR #582 +- improvements to tree building in C++ +### Fixed +- issue that develop/debug options were not being honored in Windows when 1