Skip to content

Commit 02d962a

Browse files
committed
Update to version 1.7.17
1 parent 927aff7 commit 02d962a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

TMB/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: TMB
22
Type: Package
33
Title: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
4-
Version: 1.7.16
5-
Date: 2020-01-15
4+
Version: 1.7.17
5+
Date: 2020-07-23
66
Authors@R: c(person("Kasper","Kristensen",role=c("aut","cre","cph"),email="[email protected]"),
77
person("Brad","Bell",role="cph"),
88
person("Hans","Skaug",role="ctb"),

TMB/NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
------------------------------------------------------------------------
2+
TMB 1.7.17 (2020-07-23)
3+
------------------------------------------------------------------------
4+
5+
o New function 'FreeADFun()' gives the user more control with memory
6+
deallocation. In addition memory management of external pointers
7+
have been improved - see '?FreeADFun'.
8+
9+
o Documentation errors in '?sdreport' have been corrected.
10+
11+
o The function 'oneStepPredict()' now calculates residuals in reverse
12+
order because it is more stable. Old behaviour can be obtained by
13+
passing 'reverse=FALSE'.
14+
115
------------------------------------------------------------------------
216
TMB 1.7.16 (2020-01-15)
317
------------------------------------------------------------------------

0 commit comments

Comments
 (0)