From 884472325f3a081ca2f56bc8a03d553ad77812b6 Mon Sep 17 00:00:00 2001 From: Jason Kaye Date: Thu, 1 Aug 2024 15:14:12 -0400 Subject: [PATCH] v1.2.0 changelog draft --- doc/ChangeLog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index d647882..d0e349c 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,27 @@ # Changelog +## Version 1.2.0 + +This update contains minor additional functionality, bug fixes, and optimizations. + +We thank all contributors: Jason Kaye, Hugo U. R. Strand, Nils Wentzell + +### New features +* Added imtime_ops::get_ipmat function to expose matrix of imaginary time inner product +* Implemented transpose of values -> coefficients operation in imtime_ops::vals2coefs + +### Bug fixes +* Fixed backwards compatibility issue w/ 1.0.x for h5 reading of it2cf_zlu object in imtime_ops + +### Optimizations +* imtime_ops::inner_prod function can return double, rather than always complex double + +### Other changes +* Test tolerance adjustments +* Minor documentation updates + + ## Version 1.1.0 This update to cppdlr adds significant new functionality, including symmetrized DLR grids, and improvements to ensure accuracy of DLR expansions in L^2(tau) norm (both described in the updated documentation).