Skip to content

Commit

Permalink
Merge pull request #570 from dmcdougall/prepare_release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
dmcdougall authored Apr 22, 2017
2 parents b48f4ce + f775cbb commit 1f35d4e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
51 changes: 51 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@ QUESO: Quantification of Uncertainty for Estimation,
Simulation, and Optimization.
-----------------------------------------------------

Version 0.57.0 (Apr 22, 2017)
* Add methods to calculate normalized GP parameters
* GCC-4.4.7 compatibility fixes
* Add options for controlling GPMSA basis SVD
* Add GPMSAFactory::options() accessor
* Add calibrating GPMSA observationalPrecision option
* Update description of Monte Carlo method in manual
* Adding new ip.solve*() methods; use prior cov as default proposal cov matrix
* Implement iteration dependent TK
* Fix serial env failure when trilinos enabled
* Fix NULL pointer comparison for non-pointer object
* Fix queso.dox warnings
* Improve_mpi_comm_docs
* Adding custom tk example
* Update lcov version
* Remove old GPMSA interface
* Add boost implementations of pdfs
* Discourage use of GenericScalarFunction
* Refactor Gaussian likelihoods
* Fix for GCC 5.X builds
* Assert W_i observation error matrices are SPD
* Add new/update quadrature routines (Gauss-Hermite, MonteCarloQuadrature,
TensorProductQuadrature, MultiDQuadrature)
* Increase test coverage
* Fix bug in SequenceOfVectors::erasePositions
* Fix bug in weighted histogram calculations
* Fix bug in ScalarSequence in erasePositions
* Add GPMSA addExperiments + observationalErrorMatrices methods
* Add code coverage output to TravisCI
* Better bounds checking for interpolation datasets
* Add docs for ScopedPtr and SmartPtr
* Update License to 2017
* Add CppUnit as an option (for testing) dependency
* Implement default Hessian-informed log likelihoods
* Add lnValue methods for finite difference fallback (make QUESO call these)
* Make InfiniteDimensionalMCMCSampler use RngBase object
* Force GSL rngs usage for regression tests
* Add RngCXX11 class for C++11 random number support
* Allow ConcatenatedVectorRV without subrealizers
* Add VectorRV::has_realizer() test
* Use nonrecursive make for gsl_tests and t0* directories
* Update StatisticalInverseProblem/MetropolisHastingSG docs
* Reduce header dependencies a little, prefer fwd decl
* Smart pointer upgrades for some internals; better memory management
* Fix up ANN dependency, and information theory calculations
* Fix compiler warnings
* Add info theory method documentation
* Adding documentation links to README
* Rejig build system to make ANN build out of source
* Make old info theory example compile

Version 0.56.2 (Feb 2, 2017)
* Fixed missing factory symbols when linking statically

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.65)
AC_INIT([queso], [0.56.2], [[email protected]])
AC_INIT([queso], [0.57.0], [[email protected]])
PACKAGE_DESCRIPTION="The parallel C++ statistical library QUESO: Quantification of uncertainty for estimation, simulation and optimization"
AC_SUBST([PACKAGE_DESCRIPTION])
PACKAGE_URL="https://github.com/libqueso/queso"
Expand Down
3 changes: 2 additions & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ BimodalExample_gsl_CPPFLAGS = -I$(srcdir)/t04_bimodal $(AM_CPPFLAGS)
test_custom_tk_am_SOURCES =
test_custom_tk_am_SOURCES += custom_tk/adaptive_metropolis_main.C
test_custom_tk_am_SOURCES += custom_tk/adaptive_metropolis.C
test_custom_tk_am_SOURCES += test_custom_tk/adaptive_metropolis.h
test_custom_tk_am_SOURCES += custom_tk/adaptive_metropolis.h
test_custom_tk_am_CPPFLAGS = -I$(srcdir)/custom_tk $(AM_CPPFLAGS)

test_no_initial_point_SOURCES = test_StatisticalInverseProblem/test_no_initial_point.C
Expand Down Expand Up @@ -352,6 +352,7 @@ EXTRA_DIST += test_gpmsa/test_gpmsa_samples_diff.sh
EXTRA_DIST += test_gpmsa/test_autoscaled.sh
EXTRA_DIST += test_gpmsa/test_gpmsa_vector_samples.m
EXTRA_DIST += test_gpmsa/test_gpmsa_autoscaled_samples.m
EXTRA_DIST += test_gpmsa/gpmsa_autoscaled_input.txt
EXTRA_DIST += test_StatisticalInverseProblem/both_input.txt
EXTRA_DIST += test_StatisticalInverseProblem/llhdout_input.txt
EXTRA_DIST += test_StatisticalInverseProblem/targetout_input.txt
Expand Down

0 comments on commit 1f35d4e

Please sign in to comment.