From 18a4e26469e7e03c016307d4112e8b308d3c9411 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Thu, 22 Jul 2021 20:52:33 -0400 Subject: [PATCH] release raiwidgets 0.9.1 (#718) --- CHANGES.md | 15 +++++++++++++++ version.cfg | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 20466f5b3..aabf1916c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,21 @@ this file to understand what changed. - bug fixes - other +## v0.9.1 + +- educational materials +- new features +- breaking changes + - error report in erroranalysis package had json_tree renamed to tree and json_matrix renamed to matrix +- bug fixes + - fix econML inputs + - add categorical feature to causal whatif + - fix counterfactual panel scroll bar + - round precision in causal analysis tables + - fix calculating feature importances after error report due to dataframe on analyzer being modified +- other + - dump information about the most time consuming tests + ## v0.9.0 - educational materials diff --git a/version.cfg b/version.cfg index 899f24fc7..f514a2f0b 100644 --- a/version.cfg +++ b/version.cfg @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.9.1 \ No newline at end of file