From f3a0d611ffb0c1883f3cd27e1eca17052eacba68 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 3 Sep 2024 13:55:45 -0400 Subject: [PATCH] [doc] Update changelog for 3.3.1 --- doc/ChangeLog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index ac2f2390..bb1b6581 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,25 @@ # Changelog +## Version 3.3.1 + +DFTTools Version 3.3.1 is a patch release that restores compatibility +against recent numpy and scipy versions. + +We thank all contributors: Sophie Beck, Alexander Hampel, Nils Wentzell + +Find below an itemized list of changes in this release. + +### General +* fix compatibility against numpy 2.0 +* replace numpy.lib.pad with numpy.pad +* use scipy.integrate.simpson instead of scipy.integrate.simps (#255) +* clean-up of optics part using wannierberri + +### Doc +* update list of DFT codes on landing page + + ## Version 3.3.0 DFTTools Version 3.3.0 is a release that