From 43a81bc67bb746f7c7ab12a5692cbc6effbb0059 Mon Sep 17 00:00:00 2001 From: Julian Sagebiel <julian.sagebiel@idiv.de> Date: Sun, 23 Jun 2024 20:58:28 +0200 Subject: [PATCH] added news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 739da97..c977f26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # simulateDCE 0.2.0 +* readdesign can now guess the designtype. This is useful when you use sim_all and have both ngene and spdesign design files in your design folder. +* sim_all returns now more information. The object returned by sim_all has now the beta parameters, the utility functions, the manipulations and the decision group arguements as outputs. + # simulateDCE 0.1.2 * This is the first release that works well and can be used by anyone. Look at the examples to see how it works. -- GitLab