Skip to content

Releases: florianhartig/BayesianTools

BT 0.1.8

31 Jan 08:56
Compare
Choose a tag to compare

This release was necceessary to make BT compatible with new CRAN policies, in particular a switch to HTML5 for documentation pages

Bugfixes

  • fixes HTML validation problems connected to the recent switch to HTML5 for documentation pages in R 4.2 #240.
  • fixes detritus problems under Windows dev, which, after a long search, turned up to be caused by some stray parallel notes #244

Minor changes

  • Help improvements and clarifications

BT 0.1.7

21 Apr 06:24
Compare
Choose a tag to compare

This is minor update that was neccesary because of a change to behavior of class(matrix) in CRAN devel, see #191. See NEWS for changes.

BT 0.1.6

21 Jan 21:33
Compare
Choose a tag to compare

New features

  • calibrationTest + helper functions to test for #172

Major changes

  • None

Minor changes

  • Help improvements and clarifications

Bugfixes

  • Bugfix AR1 likelihood #169
  • Bugfix restart MCMC #158

BT 0.1.5.1

20 Jan 19:44
a3d2752
Compare
Choose a tag to compare
BT 0.1.5.1 Pre-release
Pre-release

various smaller updates

BT 0.1.4.1

18 Mar 14:16
Compare
Choose a tag to compare
BT 0.1.4.1 Pre-release
Pre-release
Merge branch 'development'

# Conflicts:
#	BayesianTools/.Rbuildignore

BT 0.1.4

20 Dec 16:20
Compare
Choose a tag to compare

Compatibility

  • added NIMBLE support to getSample and plotting functions
  • added coda support to plotTimeSeriesResults and plotMarginals

Changes

  • IMPORTANT: added a warning when calling runMCMC with the "twalk" sampler. At the moment, using this sampler is discouraged
  • marginalPlot can now plot prior and/or posterior, either as histogram or as violin plots
  • added bridge sampling to marginalLikelihood
  • added shortcuts for AM, DR and DRAM samplers

Bugfixes:

  • when calling getSample on mcmcSamplerList, the chains are now merged instead of concatenated
  • formulas in the vignette are now rendered correctly
  • fixed a bug in VSEM help

Minor Changes:

  • changed the ordering of the summary metrics of summary.mcmcSampler, and summary.mcmcSamplerList
  • renamed marginalLikelihood output to "ln.ML"
  • added tests for plotTimeSeriesResults, marginalPlot and marginalLikelihood
  • added an example with restart to DEzs

BT 0.1.3

19 Dec 13:01
Compare
Choose a tag to compare

Compatibility

  • created compatibility to new Rcpp standard

Changes

  • getSample extended to coda objects, so that all plot functions can also be used on coda objects
  • plotTimeSeriesResults now includes the option to create residual plots from posterior predictive simulations, calling the DHARMa package
  • added new utitility functions sampleEquallySpaced and correctThin

Bugfixes

  • IMPORTANT: fixed a bug in createPriorDensity - results with createPriorDensity prior to this bugfix may be unrealiable
  • getSample now corrects wrong inputs for thin and numSamples instead of throwing an error
  • smaller bugfixes in plot functions

BT 0.1.2

27 May 16:31
Compare
Choose a tag to compare

Bugfixes

  • various smaller improvement / bugfixes in getSample, plot functions / Help (0.1.2)
  • warnings / bugfixes associated to burnin arguments (0.1.1.2)
  • bugfix in marginal plots (0.1.1.1)

BT 0.1.1.2

26 Apr 14:57
Compare
Choose a tag to compare
BT 0.1.1.2 Pre-release
Pre-release
  • warnings / bugfixes associated to burnin arguments (0.1.1.2)

BT 0.1.1.1

26 Apr 14:57
Compare
Choose a tag to compare
BT 0.1.1.1 Pre-release
Pre-release
  • bugfix in marginal plots (0.1.1.1)