]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Tue, 5 Apr 2022 21:12:39 +0000 (21:12 +0000)
committerN. Brouard <brouard@ined.fr>
Tue, 5 Apr 2022 21:12:39 +0000 (21:12 +0000)
CMakeLists.txt
src/ChangeLog
src/version.h

index 713306ac9ed9b82d640ba1802e31d39e9f82390d..7d9378a7f6ccd1fbc8b9da2f205e139728751bdc 100644 (file)
@@ -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})
index d158f7a5a0c82070f643349a2407a531b8977a23..51c93f77c3253d8ff2acb768baea72ad9085f0b8 100644 (file)
@@ -1,4 +1,12 @@
-2022-03-17  Brouard Nicolas  <brouard@ined.fr  >\r
+2022-04-05  Brouard Nicolas  <brouard@ined.fr>\r
+\r
+       * imach.c (Module): Fixed covariates (dummy or quantitative)\r
+       with missing values have never been allowed but are ERRORS and\r
+       program quits. Standard deviations of fixed covariates were\r
+       wrongly computed. Mean and standard deviations of time varying\r
+       covariates are still not computed.\r
+\r
+2022-03-17  Brouard Nicolas  <brouard@ined.fr>\r
 \r
        * 99r25 Improvements in fixing discrepancies between covariates\r
        missing in result line but in model. \r
index dd2f36afc89a213291f7f1d1bf21818e34adf472..01769e17e05af05614c0ebf175eae07f20532ba2 100644 (file)
@@ -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"