From 90f23ef5222ddd232855e5a8d3440b8008359e65 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Wed, 15 May 2024 11:04:01 -0400 Subject: [PATCH] [doc] changelog for 3.2.2 --- CMakeLists.txt | 2 +- doc/ChangeLog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44381b25..1bc9897d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20) # ############ # Define Project -project(solid_dmft VERSION 3.2.1 LANGUAGES C CXX) +project(solid_dmft VERSION 3.2.2 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############ diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 5300b617..a5f9e033 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,17 @@ # Changelog + +## Version 3.2.2 +solid_dmft version 3.2.2 is a minor release that fixes bugs in the post-processing routines and brings small new improvements: + +* allow 0.0 mixing to perform stat sampling +* allow mathematical expression to be passed for random_seed +* fix broken FS plot in PCB: np.shape -> len +* fix PCB bug aprx Sigma as diagonal if interpolation is used + +We thank all contributors: Alexander Hampel, Henri Menke + ## Version 3.2.1 solid_dmft version 3.2.1 is a minor release that automatizes the pypi packaging release