Merge pull request #2785 from QMCPACK/master

Sync develop with 3.10.0 release
This commit is contained in:
Paul R. C. Kent 2020-11-10 17:57:52 -05:00 committed by GitHub
commit c861577576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Notable changes to QMCPACK are documented in this file.
## [Unreleased]
## [3.10.0] - 2020-11-10
### Notes
@ -24,7 +24,7 @@ an important wavefunction optimization bug fixed in real space QMC.
* Intel 2019 is the earliest supported Intel compiler. The latest release is recommended.
* Future releases of QMCPACK will require C++17. The current minimum is C++14.
* AoS builds are no longer supported. The code has been removed now that the default structures-of-arrays (SoA) build has
sufficiently broad capability.
sufficiently broad capability.
* The default CUDA architecture is set to sm_70 (Volta).
* QMCPACK is built with ENABLE_TIMERS=ON by default [\#2663](https://github.com/QMCPACK/qmcpack/issues/2663)
* Various bug fixes to complete the transition to Python 3.
@ -33,7 +33,7 @@ an important wavefunction optimization bug fixed in real space QMC.
### NEXUS
* NEXUS manual is now available at https://nexus-workflows.readthedocs.io, having been converted to use the reStructuredText and sphinx
documentation system.
documentation system.
* Various small fixes and improvements.
## [3.9.2] - 2020-04-29

View File

@ -18,8 +18,8 @@ include(CMakeDependentOption)
PROJECT(qmcpack)
SET(QMCPACK_VERSION_MAJOR 3)
SET(QMCPACK_VERSION_MINOR 9)
SET(QMCPACK_VERSION_PATCH 9)
SET(QMCPACK_VERSION_MINOR 10)
SET(QMCPACK_VERSION_PATCH 0)
SET(QMCPACK_VERSION "${QMCPACK_VERSION_MAJOR}.${QMCPACK_VERSION_MINOR}.${QMCPACK_VERSION_PATCH}")
######################################################