From 255b7015199284daea1ef9d1ad262c159b0a9d16 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Thu, 24 Aug 2023 14:32:06 -0400 Subject: [PATCH] [doc] Update changelog for 3.2 --- doc/ChangeLog.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 45aaaa8..10873fa 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,34 @@ # Changelog +## Version 3.2.0 + +w2dynamics_interface version 3.2.0 is a compatibility release for TRIQS version 3.2.0 +that introduces worm sampling support for measuring two-particle Green functions. + +We thank all contributors: Thomas Hahn, Alexander Hampel, Dylan Simon, Hugo U. R. Strand, Nils Wentzell + +Find below an itemized list of changes in this release. + +### General +* Add g4 worm sampling support +* Expose Delta_infty as done in triqs_cthyb +* Fix F2PY module compilation with clang 16+ +* Fix doc/guide/aim.py script and documentation build by adding aim_solution.h5 +* Add CXXFLAGS to github actions for clang + +### cmake +* Update to more recent w2dynamics commit + +### jenkins +* Work around permission issue in make install + +### fix +* temporary use fixed fork of w2dyn and set manuall cflags for clang16 +* numpy complex type +* Update 2pGF reference test data after removal of Block2Gf.note + + ## Version 3.1.0 w2dynamics_interface version 3.1.0 is a compatibility