diff --git a/TMB/DESCRIPTION b/TMB/DESCRIPTION index 11a73ab16..0537d7881 100644 --- a/TMB/DESCRIPTION +++ b/TMB/DESCRIPTION @@ -1,8 +1,8 @@ Package: TMB Type: Package Title: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB' -Version: 1.7.10 -Date: 2017-05-03 +Version: 1.7.11 +Date: 2017-08-09 Authors@R: c(person("Kasper","Kristensen",role=c("aut","cre","cph"),email="kaskr@dtu.dk"), person("Brad","Bell",role="cph"), person("Hans","Skaug",role="ctb"), diff --git a/TMB/NEWS b/TMB/NEWS index 7f975e258..094a96c67 100644 --- a/TMB/NEWS +++ b/TMB/NEWS @@ -1,3 +1,24 @@ +------------------------------------------------------------------------ +TMB 1.7.11 (2017-08-09) +------------------------------------------------------------------------ + +o Allow logical data objects + +o Fix conversion R <-> C++ of long objects + - Can now pass long vector (length >= 2^31) as DATA_VECTOR. + - Can now REPORT a long vector. + - Can now calculate long jacobian matrices (m*n can be greater than + 2^31 where n is the number of parameters and m the number of + ADREPORTed variables). + +o Fixed a possible segmentation fault in sparsity detection algorithm. + +o New flag to sdreport() reduces memory usage when bias correcting a + large number of variables. + +o New experimental function checkConsistency() to check the Laplace + approximation and correctness of the user template. + ------------------------------------------------------------------------ TMB 1.7.10 (2017-05-03) ------------------------------------------------------------------------