diff --git a/DESCRIPTION b/DESCRIPTION index 6377a2128..8895144a4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: sdmTMB Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB' -Version: 0.4.3.9006 +Version: 0.4.3.9007 Authors@R: c( person(c("Sean", "C."), "Anderson", , "sean@seananderson.ca", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index ca5c0ffbe..e0b423862 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # sdmTMB (development version) +* Improved re-initialization of saved fitted model objects in new sessions. + * Fix important bug in `simulate.sdmTMB()` method for delta families where the positive linear predictor was only getting simulated for observations present in the fitted data.