Skip to content

Commit 6b90043

Browse files
committed
Increase version number, update release notes for 3.10.0
1 parent a509816 commit 6b90043

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Notable changes to QMCPACK are documented in this file.
44

5-
## [Unreleased]
5+
## [3.10.0] - 2020-11-10
66

77
### Notes
88

@@ -24,7 +24,7 @@ an important wavefunction optimization bug fixed in real space QMC.
2424
* Intel 2019 is the earliest supported Intel compiler. The latest release is recommended.
2525
* Future releases of QMCPACK will require C++17. The current minimum is C++14.
2626
* AoS builds are no longer supported. The code has been removed now that the default structures-of-arrays (SoA) build has
27-
sufficiently broad capability.
27+
sufficiently broad capability.
2828
* The default CUDA architecture is set to sm_70 (Volta).
2929
* QMCPACK is built with ENABLE_TIMERS=ON by default [\#2663](https://github.com/QMCPACK/qmcpack/issues/2663)
3030
* Various bug fixes to complete the transition to Python 3.
@@ -33,7 +33,7 @@ an important wavefunction optimization bug fixed in real space QMC.
3333
### NEXUS
3434

3535
* NEXUS manual is now available at https://nexus-workflows.readthedocs.io, having been converted to use the reStructuredText and sphinx
36-
documentation system.
36+
documentation system.
3737
* Various small fixes and improvements.
3838

3939
## [3.9.2] - 2020-04-29

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ include(CMakeDependentOption)
1818
PROJECT(qmcpack)
1919

2020
SET(QMCPACK_VERSION_MAJOR 3)
21-
SET(QMCPACK_VERSION_MINOR 9)
22-
SET(QMCPACK_VERSION_PATCH 9)
21+
SET(QMCPACK_VERSION_MINOR 10)
22+
SET(QMCPACK_VERSION_PATCH 0)
2323
SET(QMCPACK_VERSION "${QMCPACK_VERSION_MAJOR}.${QMCPACK_VERSION_MINOR}.${QMCPACK_VERSION_PATCH}")
2424

2525
######################################################

0 commit comments

Comments
 (0)