@@ -3,6 +3,57 @@ QUESO: Quantification of Uncertainty for Estimation,
33Simulation, and Optimization.
44-----------------------------------------------------
55
6+ Version 0.57.0 (Apr 22, 2017)
7+ * Add methods to calculate normalized GP parameters
8+ * GCC-4.4.7 compatibility fixes
9+ * Add options for controlling GPMSA basis SVD
10+ * Add GPMSAFactory::options() accessor
11+ * Add calibrating GPMSA observationalPrecision option
12+ * Update description of Monte Carlo method in manual
13+ * Adding new ip.solve*() methods; use prior cov as default proposal cov matrix
14+ * Implement iteration dependent TK
15+ * Fix serial env failure when trilinos enabled
16+ * Fix NULL pointer comparison for non-pointer object
17+ * Fix queso.dox warnings
18+ * Improve_mpi_comm_docs
19+ * Adding custom tk example
20+ * Update lcov version
21+ * Remove old GPMSA interface
22+ * Add boost implementations of pdfs
23+ * Discourage use of GenericScalarFunction
24+ * Refactor Gaussian likelihoods
25+ * Fix for GCC 5.X builds
26+ * Assert W_i observation error matrices are SPD
27+ * Add new/update quadrature routines (Gauss-Hermite, MonteCarloQuadrature,
28+ TensorProductQuadrature, MultiDQuadrature)
29+ * Increase test coverage
30+ * Fix bug in SequenceOfVectors::erasePositions
31+ * Fix bug in weighted histogram calculations
32+ * Fix bug in ScalarSequence in erasePositions
33+ * Add GPMSA addExperiments + observationalErrorMatrices methods
34+ * Add code coverage output to TravisCI
35+ * Better bounds checking for interpolation datasets
36+ * Add docs for ScopedPtr and SmartPtr
37+ * Update License to 2017
38+ * Add CppUnit as an option (for testing) dependency
39+ * Implement default Hessian-informed log likelihoods
40+ * Add lnValue methods for finite difference fallback (make QUESO call these)
41+ * Make InfiniteDimensionalMCMCSampler use RngBase object
42+ * Force GSL rngs usage for regression tests
43+ * Add RngCXX11 class for C++11 random number support
44+ * Allow ConcatenatedVectorRV without subrealizers
45+ * Add VectorRV::has_realizer() test
46+ * Use nonrecursive make for gsl_tests and t0* directories
47+ * Update StatisticalInverseProblem/MetropolisHastingSG docs
48+ * Reduce header dependencies a little, prefer fwd decl
49+ * Smart pointer upgrades for some internals; better memory management
50+ * Fix up ANN dependency, and information theory calculations
51+ * Fix compiler warnings
52+ * Add info theory method documentation
53+ * Adding documentation links to README
54+ * Rejig build system to make ANN build out of source
55+ * Make old info theory example compile
56+
657Version 0.56.2 (Feb 2, 2017)
758 * Fixed missing factory symbols when linking statically
859
0 commit comments