Skip to content

Commit

Permalink
Update to version 1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kaskr committed Aug 10, 2017
1 parent a183c0e commit 65dc82a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TMB/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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="[email protected]"),
person("Brad","Bell",role="cph"),
person("Hans","Skaug",role="ctb"),
Expand Down
21 changes: 21 additions & 0 deletions TMB/NEWS
Original file line number Diff line number Diff line change
@@ -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)
------------------------------------------------------------------------
Expand Down

0 comments on commit 65dc82a

Please sign in to comment.