From 69e1ddec3dec8fb6af6810bb6df8c775866db87d Mon Sep 17 00:00:00 2001 From: fmenardo <43401840+fmenardo@users.noreply.github.com> Date: Wed, 19 Sep 2018 14:47:48 +0200 Subject: [PATCH] Update HISTORY --- HISTORY | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index b63749b..df73b24 100644 --- a/HISTORY +++ b/HISTORY @@ -3,5 +3,5 @@ September 19th 2018 Treemmer_v0.1_beta -- Compatible with joblib 0.11 and 0.12 -- Changed the call of the stop options, now it is possible to call -X and -RTL several time in the same run. For example "-X 100 50 -RTL .95" will output a reduced tree with 100 leaves, one with 50 leaves and one with 95% of the originla tree length in the same run +- Update compatibility to Joblib 0.12 +- Changed the call of the stop options, now it is possible to call -X and -RTL multiple times in the same run. For example "-X 100 50 -RTL .95" will output a reduced tree with 100 leaves, one with 50 leaves and one with 95% of the original tree length in the same run