Blob of RGS/NEWS (raw blob data)

1 0.6
2 - added minimal man pages for all package objects
3
4 0.5
5 - added Dirichlet rng
6 - added Dirichlet log-density C implementation
7 - cleaned multivariate-normal log-density C implementation
8
9 0.4 - 19/04/2008
10 - added C Wishart density wrapper
11 - added C function for computing log-determinant of a generic, real matrix
12 - added Wishart variates generator (adapted from bayesm::rwishart)
13 - added C support function for Choleski decomposition
14 - added interrupt check to main MCMC loop
15 - fixed handling of 'NA's in MH algorithms
16 - added sensible colnames to 'MCMC' output
17 - added handling of multiple i.i.d. observations to 'dnorm' distribution
18 - highly reduced model cache refreshing overhead when modifying model nodes
19 - added Cauchy density C wrapper
20
21 0.3 - 14/04/2008
22 - added multivariate normal variates generator (adapted from MASS::mvrnorm)
23 - added multivariate normal distribution C implementation
24 - added C support function for matrix inversion
25 - added C support function for matrix multiplication
26 - added C support function for computing eigenvalues/vectors of symm. matrices
27 - improved 'setValue' method of Nodes: now dim attribute isn't lost
28 - added InlineCFun function
29 - added adaptive scalar random walk MH
30
31 0.2 - 07/04/2008
32 - added normal random walk sampler
33 - added generic MH sampler with R proposal
34 - added main MCMC loop
35 - added vignette
36 - fixed handling of R sampler/distribution functions from C code
37
38 0.1 - 30/03/2008
39 - first public release