Skip to content

Commit c1d8fe7

Browse files
committed
Updated CHANGELOG.md
1 parent cf54209 commit c1d8fe7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.9] - 2019-06-14
8+
### Added
9+
- Added method debug_mode in develop module.
10+
- Connected native logging to Python layer.
11+
- Native libraries can now be in release/debug mode.
12+
### Fixed
13+
- Increased system compatibility for C++ code.
14+
### Changed
15+
- Debug related methods expose memory info in human readable form.
16+
- Clean-up of logging levels.
17+
- Various internal C+ fixes.
18+
719
## [v0.1.8] - 2019-06-07
820
### Fixed
921
- Fixed calibration issue with EBM.
@@ -94,6 +106,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
94106
- Libraries are statically linked where possible.
95107
- Code now conforms to Python Black and its associated flake8.
96108

109+
[v0.1.9]: https://github.com/microsoft/interpret/releases/tag/v0.1.9
97110
[v0.1.8]: https://github.com/microsoft/interpret/releases/tag/v0.1.8
98111
[v0.1.7]: https://github.com/microsoft/interpret/releases/tag/v0.1.7
99112
[v0.1.6]: https://github.com/microsoft/interpret/releases/tag/v0.1.6

0 commit comments

Comments
 (0)