From 44aad23c5e60bee2f4c1a413c69c6b7c686cbfea Mon Sep 17 00:00:00 2001 From: Interpret ML Date: Fri, 23 Aug 2019 11:43:50 -0700 Subject: [PATCH] Bump to v0.1.15 --- CHANGELOG.md | 5 +++++ python/interpret/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac793682..00ce6ba90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.15] - 2019-08-23 +### Experimental (WIP) +- Multiclass EBM added. Includes visualization and postprocessing. Currently does not support multiclass pairs. + ## [v0.1.14] - 2019-08-20 ### Fixed - Fixed occasional browser crash relating to density graphs. @@ -177,6 +181,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o - Libraries are statically linked where possible. - Code now conforms to Python Black and its associated flake8. +[v0.1.15]: https://github.com/microsoft/interpret/releases/tag/v0.1.15 [v0.1.14]: https://github.com/microsoft/interpret/releases/tag/v0.1.14 [v0.1.13]: https://github.com/microsoft/interpret/releases/tag/v0.1.13 [v0.1.12]: https://github.com/microsoft/interpret/releases/tag/v0.1.12 diff --git a/python/interpret/version.py b/python/interpret/version.py index 6f01ce069..caf118ec3 100644 --- a/python/interpret/version.py +++ b/python/interpret/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2019 Microsoft Corporation # Distributed under the MIT software license -__version__ = "0.1.15-prerelease" +__version__ = "0.1.15"