File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Notable changes to QMCPACK are documented in this file.
4
4
5
- ## [ Unreleased ]
5
+ ## [ 3.10.0 ] - 2020-11-10
6
6
7
7
### Notes
8
8
@@ -24,7 +24,7 @@ an important wavefunction optimization bug fixed in real space QMC.
24
24
* Intel 2019 is the earliest supported Intel compiler. The latest release is recommended.
25
25
* Future releases of QMCPACK will require C++17. The current minimum is C++14.
26
26
* 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.
28
28
* The default CUDA architecture is set to sm_70 (Volta).
29
29
* QMCPACK is built with ENABLE_TIMERS=ON by default [ \# 2663] ( https://github.com/QMCPACK/qmcpack/issues/2663 )
30
30
* Various bug fixes to complete the transition to Python 3.
@@ -33,7 +33,7 @@ an important wavefunction optimization bug fixed in real space QMC.
33
33
### NEXUS
34
34
35
35
* 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.
37
37
* Various small fixes and improvements.
38
38
39
39
## [ 3.9.2] - 2020-04-29
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ include(CMakeDependentOption)
18
18
PROJECT (qmcpack)
19
19
20
20
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 )
23
23
SET (QMCPACK_VERSION "${QMCPACK_VERSION_MAJOR} .${QMCPACK_VERSION_MINOR} .${QMCPACK_VERSION_PATCH} " )
24
24
25
25
######################################################
You can’t perform that action at this time.
0 commit comments