From 5d319b750ddad2645ad6cef3eafab909cc39226f Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Tue, 19 Nov 2024 23:46:16 -0800 Subject: [PATCH] v0.6.6 release --- CHANGELOG.md | 9 +++++++++ python/interpret-core/interpret/_version.py | 2 +- python/interpret-core/setup.py | 2 +- python/interpret/setup.py | 2 +- shared/vis/package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) 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