Skip to content

Commit 5f5b749

Browse files
committed
Bump to v0.1.5. Update to CHANGELOG.md.
1 parent 834ee40 commit 5f5b749

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.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

src/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.4"
4+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)