aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
blob: e9c85c106058fd0916d87e130c62430640e13981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# ubms v.1.2.5

* Fix issue with version number not being a string
* Adding missing roxygen tag

# ubms v.1.2.4

* Adjust Makevars to fix problems with clang 16

# ubms v1.2.3

* Fix bug in Stan code revealed by new StanHeaders
* Drop C++ specification per CRAN instructions
* Remove deprecated ggplot2 functions
* Small updates to overview vignette

# ubms v1.2.2

* Fix broken URLs in vignettes
* New kfold function
* Add ability to not save log likelihoods in posterior
* Add new Laplace prior (thanks Justin Cally)
* Better handling of factors with levels that don't appear in data
* Fix CRAN clang warnings
* Misc. bugfixes

# ubms v1.1.0

* Support for restricted spatial regression (RSR)
* Add vignette for RSR
* Update default priors and allow setting custom priors
* Support for offsets
* New utility functions and bugfixes

# ubms v1.0.2

* Make default priors less informative
* Fix issues in `sim_z` C++ code that triggered clang-UBSAN errors
* Fix various minor issues with checks/tests on R-oldrel 

# ubms v1.0.1

* Added vignette comparing ubms and JAGS output
* Added configuration for pkgdown site
* Small adjustments to wording in DESCRIPTION and docs for CRAN submission

# ubms v0.1.9

* Add time-to-detection occupancy model (`stan_occuTTD`)
* Wrote examples for all fitting functions
* Many new tests added
* Wrote a vignette demonstrating random effects

# ubms v0.1.8

* Added distance-sampling model (`stan_distsamp`)
* Added multinomial-Poisson mixture model (`stan_multinomPois`)
* Wrote overview vignette

# ubms v0.1.4

* Added dynamic occupancy model (`stan_colext`)
* Consolidated single-season models into one Stan file to speed up compilation
* Using rasters as `predict` input is now supported