File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.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
You can’t perform that action at this time.
0 commit comments