Skip to content

Commit

Permalink
[doc] Incorporate Version 1.1.1 into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 2, 2024
1 parent 1e28ff5 commit 5d8d0e2
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
Expand Down

0 comments on commit 5d8d0e2

Please sign in to comment.