diff --git a/DESCRIPTION b/DESCRIPTION index 5a68115..c33e8ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: live Type: Package Title: Local Interpretable (Model-Agnostic) Visual Explanations -Version: 1.4.0 +Version: 1.4.1 Authors@R: c( person("Mateusz", "Staniak", role = c("cre","aut"), email = "mateusz.staniak@math.uni.wroc.pl"), diff --git a/NEWS.md b/NEWS.md index f4dedae..f8ec653 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# live 1.4.1 + +* Variable selection is now better suited to work with factor/character variables. + # live 1.4.0 * Variable selection is now based on LASSO as implemented in glmnet package.