NEWS
bkmrhat 1.1.3 (2022-03-29)
Major changes
Minor changes
- Minor version bump to please CRAN checks after removal due to a dependency being removed
- Minor doc changes
Bug fixes
bkmrhat 1.1.2 (2022-03-07)
Major changes
Minor changes
Bug fixes
- Prompt to install dev version of bkmr (kmbayes_continue) mistakenly labeled updated versions of BKMR as outdated.
bkmrhat 1.1.1 (2021-09-07)
Major changes
Minor changes
- Change burnin default to NULL in kmbayes_combine (was 0) to fit typical usage pattern and match documentation
- Added kmbayes_combine_lowmem function, which emulates kmbayes_combine and may work in certain settings where memory constraints result in a "low memory" error in kmbayes_combine.
Bug fixes
- MINOR: fixed "iters" objects in kmbayes_combine and kmbayes_combine_lowmem output ("bkmrplusfit" objects)
bkmrhat 1.0.2 (2021-02-17)
Major changes
Minor changes
Bug fixes
- MAJOR: seed change in v1.0.1 introduced a bug that would result in chains having identical seeds. This is fixed.
bkmrhat 1.0.1 (2021-01-26)
Major changes
Minor changes
- Removed a warning from the future package about possibly invalid seed values (Set seed=TRUE in underlying
future
function calls, per package instructions)
Bug fixes
bkmrhat 1.0.0 (2020-10-12)
Major changes
- Added parallel diagnostics and re-packaged bkmr package functions for parallel chains
- Added "continue" functions to continue fitting from an existing bkmr fit
Bug fixes
bkmrhat 0.1.16 (2020-09-16)
Major changes
Bug fixes