Skip to content

Commit

Permalink
[doc] Update changelog for 3.0.2 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 18, 2022
1 parent 9d7156d commit 562b650
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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<brillouin_zone>
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
Expand All @@ -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
Expand Down

0 comments on commit 562b650

Please sign in to comment.