Skip to content

Commit

Permalink
News + version
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Oct 18, 2023
1 parent 96718aa commit 377b6d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: sdmTMB
Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB'
Version: 0.3.1.9002
Version: 0.4.0
Authors@R: c(
person(c("Sean", "C."), "Anderson", , "[email protected]",
role = c("aut", "cre"),
Expand Down Expand Up @@ -110,4 +110,4 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make, C++17
SystemRequirements: GNU make
25 changes: 23 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
# sdmTMB (development version)
# sdmTMB 0.4.0

* Add new anisotropy plotting function.
* Move add_barrier_mesh() to sdmTMBextra to avoid final INLA dependency.
https://github.com/pbs-assess/sdmTMBextra

* Switch to using the new fmesher package for all mesh/SPDE calculations. INLA
is no longer a dependency.

* Switch to `diagonal.penalty = FALSE` in mgcv::smoothCon().
This changes the scale of the linear component of the smoother, but
should result in the same model.
https://github.com/glmmTMB/glmmTMB/issues/928#issuecomment-1642862066

* Implement cross validation for delta models #239

* Remove ELPD from cross validation output. Use sum_loglik instead. #235

* Turn on Newton optimization by default. #182

* print() now checks sanity() and issues a warning if there may be issues. #176

* Poisson-link delta models and censored likelihood distributions have been made
considerably more robust. #186

* Standard errors are now available on SD parameters etc. in tidy() #240

* Fix bug in print()/tidy() for delta-model positive model component sigma_E.
A recently introduce bug was causing sigma_E for the 2nd model to be reported
as the 1st model component sigma_E.

* Add new anisotropy plotting function.

* Add anisotropic range printing. #149 by @jdunic

Expand Down

0 comments on commit 377b6d3

Please sign in to comment.