Skip to content

Commit 211d10e

Browse files
committed
Set 3.16.0, update changelog
1 parent 6cc5481 commit 211d10e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

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

5-
## [Unreleased]
5+
## [3.16.0] - 2023-01-31
6+
7+
This release contains important bug fixes as well as feature improvements. It is a recommended release for all users. Thanks to
8+
everyone who reported an issue or suggested an improvement. See GitHub for the full list of merged pull requests and closed issues.
9+
10+
This release is expected to be the last including the legacy CUDA implementation, the version built with QMC_CUDA=1. Users should
11+
transition to the batched drivers which support greater functionality as well as both CPU and GPU execution. Users should adopt
12+
these drivers now and report any issues. The new drivers can be requested with the driver_version input parameter, see
13+
https://qmcpack.readthedocs.io/en/develop/performance_portable.html . In a subsequent release, the non-batched CPU drivers will also
14+
be removed leaving only the performance portable batched drivers. This will result in a single implementation of most functionality,
15+
improving overall usability and maintainability.
616

717
* Important bugfix to NLPP integration grid rotations and update to all relevant deterministic test values. See issue
818
[\#4362](https://github.com/QMCPACK/qmcpack/issues/4362) for full discussion and visualization. Found and corrected by

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif()
1515
######################################################################
1616
project(
1717
qmcpack
18-
VERSION 3.15.9
18+
VERSION 3.16.0
1919
LANGUAGES C CXX)
2020

2121
# add the automatically determined parts of the RPATH

0 commit comments

Comments
 (0)