diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index d0e349c..a238047 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -12,9 +12,6 @@ We thank all contributors: Jason Kaye, Hugo U. R. Strand, Nils Wentzell * 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 @@ -23,6 +20,22 @@ We thank all contributors: Jason Kaye, Hugo U. R. Strand, Nils Wentzell * Minor documentation updates +## Version 1.1.1 + +cppdlr version 1.1.1 is a patch-release that includes +cmake build system improvements, continuous integration improvements, +and a backward compatibilty fix. + +We thank all contributors: Hugo U.R. Strand, Nils Wentzell + +Find below an itemized list of changes in this release. + +* Synchronize ghactions workflow with main +* Use nda 1.3.x branch by default +* Fix issue with Doxygen output directory +* simplified it2cf_zlu treatment in h5_read for bwd compat + + ## 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).