Skip to content

Commit

Permalink
Merge pull request #496 from dmcdougall/prepare_release
Browse files Browse the repository at this point in the history
Prepare 0.56.1 release
  • Loading branch information
dmcdougall authored Dec 15, 2016
2 parents 112198a + 7b0ab35 commit 01724cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ QUESO: Quantification of Uncertainty for Estimation,
Simulation, and Optimization.
-----------------------------------------------------

Version 0.56.1 (Dec 15, 2016)
* queso.h and config_queso.h had some duplicate #defines. These have been
consodlidated and queso.h has been deprecated.
* Fix for gcc 4.4, change < ...<T>> to < ...<T> >
* Fix for gcc 4.4, remove `typename' for non-dependent types
* Updating documentation for m_normalizationStyle
* Fix sample-based normalisation computation in LogNormalJointPdf

Version 0.56.0 (Nov 18, 2016)
* Multivariate GPMSA implementation (experimental)
* Multivariate GPMSA examples
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.0], [[email protected]])
AC_INIT([queso], [0.56.1], [[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

0 comments on commit 01724cf

Please sign in to comment.