Skip to content

Releases: alexpkeil1/bkmrhat

CRAN release v1.1.6

Choose a tag to compare

@alexpkeil1 alexpkeil1 released this 19 Nov 15:43

Added debugging info to description per this issue

Full Changelog: v1.1.3...v1.1.6

CRAN version 1.1.3

Choose a tag to compare

@alexpkeil1 alexpkeil1 released this 29 Mar 07:57

bkmrhat v1.1.3

Major changes

  • N/A

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)
  • Prompt to install dev version of bkmr (kmbayes_continue) mistakenly labeled updated versions of BKMR as outdated.
  • Removed a warning from the future package about possibly invalid seed values (Set seed=TRUE in underlying future function calls, per package instructions)
  • MAJOR: seed change in v1.0.1 introduced a bug that would result in chains having identical seeds. This is fixed.
  • Arguments can now be passed to bkmr::ExtractPIPS in ExtractPIPs_parallel

CRAN version 1.0.0

Choose a tag to compare

@alexpkeil1 alexpkeil1 released this 13 Oct 01:04

bkmrhat v1.0.0

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