From 6f88a333ac3e287c7371009c4bed706b78b0f96d Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Thu, 24 Aug 2023 14:15:00 -0400 Subject: [PATCH] [doc] Update changelog for 3.2 --- doc/ChangeLog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 0ebd67f..f4c2b99 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,22 @@ # Changelog +## Version 3.2.0 + +omegamaxent_interface version 3.2.0 is a compatibility release for TRIQS version 3.2.0. + +We thank all contributors: Thomas Hahn, Alexander Hampel, Dylan Simon, Nils Wentzell + +Find below an itemized list of changes in this release. + +### General +* Remove use of Gf Indices and restore compatibility against TRIQS/unstable +* Fix: Iterable should be imported from collections.abc + +### cmake +* Improve omegamaxent cmake to use existing nda/triqs targets and to use find_package(GSL) + + ## Version 3.1.0 omegamaxent_interface version 3.1.0 is a compatibility