Increase version number, update release notes

This commit is contained in:
Paul Kent 2017-09-21 13:43:44 -04:00
parent a697041057
commit b9ef1c608d
2 changed files with 8 additions and 3 deletions

View File

@ -2,10 +2,14 @@
Notable changes to QMCPACK will be documented in this file.
## Unreleased
## [3.2.0] - 2017-09-21
### Notes
This release provides a significant speed increase for
many-calculations. A C++11 compiler is now required. It is a
recommended update.
### QMCPACK updates
* Major speedup for calculations using spline wavefunctions via
@ -23,6 +27,7 @@ Notable changes to QMCPACK will be documented in this file.
* Improved beta-release of AFQMC code and documentation.
* Backflow documentation and optimization tips added.
* Correlated sampling VMC drivers reactivated.
* Added carbon graphite performance test similar to CORAL benchmark.
* Improvements to CMake and CTest usage.
* Build instructions for NERSC, ALCF, and OLCF machines updated.
* Latest manual PDF now available at http://docs.qmcpack.org

View File

@ -12,8 +12,8 @@ ENDIF(COMMAND cmake_policy)
# Version
######################################################################
SET(QMCPACK_VERSION_MAJOR 3)
SET(QMCPACK_VERSION_MINOR 1)
SET(QMCPACK_VERSION_PATCH 1)
SET(QMCPACK_VERSION_MINOR 2)
SET(QMCPACK_VERSION_PATCH 0)
SET(QMCPACK_VERSION "${QMCPACK_VERSION_MAJOR}.${QMCPACK_VERSION_MINOR}.${QMCPACK_VERSION_PATCH}")
######################################################################