From 610dfe3f84788cd267d8256dec5a49c0958ac531 Mon Sep 17 00:00:00 2001 From: Paul Kent Date: Thu, 24 Aug 2023 14:48:43 -0400 Subject: [PATCH 1/5] Update changelog and version --- CHANGELOG.md | 11 +++++++++++ CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12e6bc7c4..f14a24d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Notable changes to QMCPACK are documented in this file. +## [3.17.1] - 2023-08-25 + +This minor release is recommended for all users and include a couple of build fixes and a NEXUS improvement. + +* Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708) + +* Fix for building with BUILD_UNIT_TESTS=OFF [#4709](https://github.com/QMCPACK/qmcpack/pull/4709) + +### NEXUS + +* NEXUS: Support for spinor inputs [#4707](https://github.com/QMCPACK/qmcpack/pull/4707) ## [3.17.0] - 2023-08-18 This is a recommended release for all users. Thanks to everyone who contributed directly, reported an issue, or suggested an diff --git a/CMakeLists.txt b/CMakeLists.txt index 271631d012..cc6225cbc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() ###################################################################### project( qmcpack - VERSION 3.17.9 + VERSION 3.17.1 LANGUAGES C CXX) # add the automatically determined parts of the RPATH From 6fabd5de111f16d9255f5711f6b91f2db334217c Mon Sep 17 00:00:00 2001 From: Paul Kent Date: Thu, 24 Aug 2023 14:49:34 -0400 Subject: [PATCH 2/5] Punctuation --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14a24d137..d9bdd2b2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,11 @@ This minor release is recommended for all users and include a couple of build fi * Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708) -* Fix for building with BUILD_UNIT_TESTS=OFF [#4709](https://github.com/QMCPACK/qmcpack/pull/4709) +* Fix for building with BUILD_UNIT_TESTS=OFF. [#4709](https://github.com/QMCPACK/qmcpack/pull/4709) ### NEXUS -* NEXUS: Support for spinor inputs [#4707](https://github.com/QMCPACK/qmcpack/pull/4707) +* NEXUS: Support for spinor inputs. [#4707](https://github.com/QMCPACK/qmcpack/pull/4707) ## [3.17.0] - 2023-08-18 This is a recommended release for all users. Thanks to everyone who contributed directly, reported an issue, or suggested an From 823f8a6d2d8c5cc26f8eb403286826d08b0ea610 Mon Sep 17 00:00:00 2001 From: Paul Kent Date: Thu, 24 Aug 2023 14:52:56 -0400 Subject: [PATCH 3/5] Timer --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bdd2b2bd..1cdd8e3aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This minor release is recommended for all users and include a couple of build fi * Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708) * Fix for building with BUILD_UNIT_TESTS=OFF. [#4709](https://github.com/QMCPACK/qmcpack/pull/4709) +* Add timer for orbital rotations. [#4706](https://github.com/QMCPACK/qmcpack/pull/4706) ### NEXUS From c38b9d916eb6fe1185ecb846a9f3da0a9cfba31a Mon Sep 17 00:00:00 2001 From: Paul Kent Date: Thu, 24 Aug 2023 14:55:30 -0400 Subject: [PATCH 4/5] No line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdd8e3aa4..d27f462986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ Notable changes to QMCPACK are documented in this file. This minor release is recommended for all users and include a couple of build fixes and a NEXUS improvement. * Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708) - * Fix for building with BUILD_UNIT_TESTS=OFF. [#4709](https://github.com/QMCPACK/qmcpack/pull/4709) * Add timer for orbital rotations. [#4706](https://github.com/QMCPACK/qmcpack/pull/4706) From d8705ed893dddecedbc22fc49e07ee55df3a6f70 Mon Sep 17 00:00:00 2001 From: "Paul R. C. Kent" Date: Thu, 24 Aug 2023 16:12:12 -0400 Subject: [PATCH 5/5] Typo fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27f462986..39f2e5f0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Notable changes to QMCPACK are documented in this file. ## [3.17.1] - 2023-08-25 -This minor release is recommended for all users and include a couple of build fixes and a NEXUS improvement. +This minor release is recommended for all users and includes a couple of build fixes and a NEXUS improvement. * Improved HDF5 detection. Fixes cases where HDF5 was not identified by CMake, including on FreeBSD (thanks @yurivict for the report). [#4708](https://github.com/QMCPACK/qmcpack/pull/4708) * Fix for building with BUILD_UNIT_TESTS=OFF. [#4709](https://github.com/QMCPACK/qmcpack/pull/4709)