You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding gradient support for Beta, Log Normal, and Gaussian PDFs
9
+
* Fix MLE/MAP bug when subEnvironments have more than one MPI process
10
+
* Add support for HDF5 output
11
+
12
+
Version 0.54.0 (Oct 8, 2015)
7
13
* Fix memory leak in test_GslVector
8
14
* Make MPI optional
9
15
* Optimise GSLMatrix::operator() and GslVector::operator[]
@@ -13,50 +19,45 @@ Version 0.54.0
13
19
* Fix some compiler warnings
14
20
* Fix HDF5 #include issues
15
21
16
-
Version 0.53.0
22
+
Version 0.53.0 (Jun 11, 2015)
17
23
* Add linear interpolation surrogates
18
24
* Refactor input options processing
19
25
* Refactor existing queso errors and asserts
20
26
* Add new error checking macros
21
27
* Add basic scoped pointer wrappers
22
28
* Better error message reporting for bad sample covariance matrices
23
29
24
-
Version 0.52.0
30
+
Version 0.52.0 (Apr 9, 2015)
25
31
* Add canned Gaussian likelihoods
26
32
* Fix bug in logit transform logic
27
33
28
-
Version 0.51.0
34
+
Version 0.51.0 (Nov 29, 2014)
29
35
* Add canned likelihood for scalar GPMSA use-case a la Higdon et al
30
36
* Add a logit-transformed transition kernel for more efficient proposals
31
37
* Adding jeffreys distribution as an available prior distribution
32
38
* Adding likelihood value caching to ML sampler
33
39
* Adding Eric Wright to contributors list
34
40
35
-
Version 0.50.0
41
+
Version 0.50.0 (Nov 16, 2013)
36
42
* Implemented MCMC sampling on function spaces
37
43
* Added function space MCMC unit tests
38
44
* Added serial and parallel function space MCMC examples
39
45
* Replace exit() calls with a macro exception handler
40
46
41
-
Version 0.47.1
47
+
Version 0.47.1 (Sep 23, 2013)
42
48
* created two simple statistical examples, simpleStatisticalForwardProblem and simpleStatisticalInverseProblem
43
49
* included description of the new examples on QUESO user's manual, including how to run and to process the generated data
44
50
* updated QUESO user's manual to include description of validationCycle example
45
51
* updated links for how to obtain QUESO and contact information (github/git)
52
+
* fixed broken Makefile
46
53
47
-
Version 0.47.0
54
+
Version 0.47.0 (Sep 4, 2013)
48
55
* removed example statisticalInverseProblem as it has a bug - it fails to recreate the problem described in the Normal test from Laine's MCMC tool: http://helios.fmi.fi/~lainema/mcmc/ex/normalex.html.
49
56
50
-
Version 0.47.1 (23 Sep 2013)
51
-
52
-
* Update manual and fix broken Makefile
53
-
54
57
Version 0.47.0 (4 Sep 2013)
55
-
56
58
* Migrated library to github
57
59
58
60
Version 0.46 (13 May 2013)
59
-
60
61
* changed libGRVY linkage to be optional
61
62
* added additional regression tests to 'make check'
62
63
* added rng (random number generator) class to accommodate either GSL or BOOST rng's
0 commit comments