File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.5] - 2019-05-30
8+ ### Added
9+ - Added preserve method. Can now save visuals into notebook/file - does not work with decision trees.
10+ - Added status_show_server method. Acts as a check for server reachability.
11+ - Exposed init_show_server method. Can adjust address, base_url, etc.
12+ - Added print_debug_info method in develop module. Important for troubleshooting/bug-reports.
13+ ### Fixed
14+ - Various internal C++ fixes.
15+ - Minor clean up on example notebooks.
16+ ### Changed
17+ - Additional dependency required: psutil.
18+ - Test refactoring.
19+
720## [ v0.1.4] - 2019-05-23
821### Added
922- Root path for show server now has a light monitor page.
@@ -53,6 +66,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
5366- Libraries are statically linked where possible.
5467- Code now conforms to Python Black and its associated flake8.
5568
69+ [ v0.1.5 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.5
5670[ v0.1.4 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.4
5771[ v0.1.3 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.3
5872[ v0.1.2 ] : https://github.com/microsoft/interpret/releases/tag/v0.1.2
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.4 "
4+ __version__ = "0.1.5 "
You can’t perform that action at this time.
0 commit comments