From: N. Brouard Date: Tue, 5 Apr 2022 21:12:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~132 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=957bf82422b5eca5a42243efc8a3ef2a39119fd9;p=.git *** empty log message *** --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 713306a..7d9378a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE) set(PACKAGE_NAME "imach") SET(IMACH_VERSION_MAJOR 0) -SET(IMACH_VERSION_MINOR 99r25) +SET(IMACH_VERSION_MINOR 99r26) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) diff --git a/src/ChangeLog b/src/ChangeLog index d158f7a..51c93f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,12 @@ -2022-03-17 Brouard Nicolas +2022-04-05 Brouard Nicolas + + * imach.c (Module): Fixed covariates (dummy or quantitative) + with missing values have never been allowed but are ERRORS and + program quits. Standard deviations of fixed covariates were + wrongly computed. Mean and standard deviations of time varying + covariates are still not computed. + +2022-03-17 Brouard Nicolas * 99r25 Improvements in fixing discrepancies between covariates missing in result line but in model. diff --git a/src/version.h b/src/version.h index dd2f36a..01769e1 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99r25 +#define __IMACH_VERSION_MINOR__ 99r26 #define __IMACH_VERSION_PATCH__ 0 -#define __IMACH_VERSION__ "0.99r25" +#define __IMACH_VERSION__ "0.99r26"