Skip to content

Commit

Permalink
Bump version; rearrange news
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Feb 24, 2025
1 parent 5b27b29 commit cefdb0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.6.0.9025
Version: 0.6.0.9026
Authors@R: c(
person(c("Sean", "C."), "Anderson", , "[email protected]",
role = c("aut", "cre"),
Expand Down
13 changes: 6 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sdmTMB (development version)

* Add time varying AR(1) correlation to tidy() and print() #374

* Add option for random slopes, or random intercepts to be passed in in
`lme4` style formulas, `density ~ (1 | fyear)` or `density ~ (depth | fyear)`,
Matches output of `lme4` and `glmmTMB`, and summarizes output with `tidy()`.

* Warn if parameter limits are set with `newton_loops > 0`. #394

* Allow for specifying only lower or upper limits. #394
Expand Down Expand Up @@ -68,13 +74,6 @@
dataframe to be used for area weighting. Used in `get_index()`,
`get_cog()`, `get_eao()`, etc.

* Add time varying AR(1) correlation to tidy() and print() #374

* Add option for random slopes, or random intercepts to be passed in in
`lme4` style formulas, `density ~ (1 | fyear)` or `density ~ (depth | fyear)`,
Matches output of `lme4` and `glmmTMB`, and summarizes output with `tidy()`.


# sdmTMB 0.6.0

* Pass several arguments to `DHARMa::plotQQunif()`.
Expand Down

0 comments on commit cefdb0e

Please sign in to comment.