File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.1.15] - 2019-08-23
8+ ### Experimental (WIP)
9+ - Multiclass EBM added. Includes visualization and postprocessing. Currently does not support multiclass pairs.
10+
711## [ v0.1.14] - 2019-08-20
812### Fixed
913- Fixed occasional browser crash relating to density graphs.
@@ -177,6 +181,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
177181- Libraries are statically linked where possible.
178182- Code now conforms to Python Black and its associated flake8.
179183
184+ [ v0.1.15 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.15
180185[ v0.1.14 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.14
181186[ v0.1.13 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.13
182187[ v0.1.12 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.12
Original file line number Diff line number Diff line change 11# Copyright (c) 2019 Microsoft Corporation
22# Distributed under the MIT software license
33
4- __version__ = "0.1.15-prerelease "
4+ __version__ = "0.1.15"
You can’t perform that action at this time.
0 commit comments