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