File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and the versioning is mostly derived from [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v0.6.6] - 2024-10-20
8+ ### Changed
9+ - added predict_with_uncertainty function by @degenfabian in PR #584
10+ - handle mono-classification in SHAP by @degenfabian in PR #582
11+ - improvements to tree building in C++
12+ ### Fixed
13+ - issue that develop/debug options were not being honored in Windows when 1<n_jobs in joblib
14+ - fix several bugs in C++ from negative hessians or negative gain values caused by floating point noise
15+
716## [ v0.6.5] - 2024-10-23
817### Changed
918- default EBM parameters changed to improve model performance
Original file line number Diff line number Diff line change 22# Distributed under the MIT software license
33
44# NOTE: Version is replaced by a regex script.
5- __version__ = "0.6.5 "
5+ __version__ = "0.6.6 "
Original file line number Diff line number Diff line change 1212from setuptools .command .sdist import sdist
1313
1414# NOTE: Version is replaced by a regex script.
15- version = "0.6.5 "
15+ version = "0.6.6 "
1616
1717
1818def _copy_native_code_to_setup ():
Original file line number Diff line number Diff line change 55
66name = "interpret"
77# NOTE: Version is replaced by a regex script.
8- version = "0.6.5 "
8+ version = "0.6.6 "
99long_description = """
1010In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " @interpretml/interpret-inline" ,
3- "version" : " 0.6.5 " ,
3+ "version" : " 0.6.6 " ,
44 "description" : " Interpret inline library for rendering visualizations across all notebook environments." ,
55 "main" : " index.js" ,
66 "keywords" : [],
You can’t perform that action at this time.
0 commit comments