From 562b6502a45b8a7fbf36587a4a405b0783d4fbc9 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 18 Jan 2022 16:36:38 -0500 Subject: [PATCH] [doc] Update changelog for 3.0.2 patch release --- doc/ChangeLog.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index f0f34500b..f9ab41714 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,11 +1,26 @@ Version 3.0.2 ============= -TRIQS Version 3.0.2 is a patch release that fixes a few smaller issues -to restore compatibility with Python 3.10 and C++20 compilers. +TRIQS Version 3.0.2 is a patch release that fixes a number of issues +and restores compatibility with Python 3.10 and C++20 compilers. We provide a more detailed description of the changes and fixes below. +atom_diag +--------- +* Fix an issue where triqs::atom_diag::quantum_number_eigenvalues returns incorrect values when constraining the number of particles (#825) + +gf +-- +* Fix density function for GfReFreq resulting in non hermitian density matrix (#829) +* Protect against bug in cluster_mesh: Throw for non-diagonal periodization matrices +* Fix a bug in the interpolation for Green functions with a gf_mesh + that occured when the underlying bravais_lattice was not a square lattice + +cmake +----- +* Switch default for cmake option Build_Deps from IfNotFound to Always + Python 3.10 ----------- * Fix Sequence import, should be from collections.abc @@ -15,7 +30,7 @@ c++20 * Stop using deprecated template class std::iterator<...> * Replace std::result_of by std::invoke_result -Contributors: Weh Andreas, Nils Wentzell +Contributors: Weh Andreas, Alexander Hampel, Igor Krivenko, Nils Wentzell Version 3.0.1