Skip to content

Commit 44aad23

Browse files
committed
Bump to v0.1.15
1 parent 6aabf1b commit 44aad23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

python/interpret/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)