Skip to content

Commit

Permalink
Deploying to github.io from @ 5d8d0e2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 2, 2024
1 parent e42bd90 commit bcf8f16
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 16 deletions.
Binary file modified docs/main/.doctrees/ChangeLog.doctree
Binary file not shown.
Binary file modified docs/main/.doctrees/environment.pickle
Binary file not shown.
32 changes: 20 additions & 12 deletions docs/main/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ <h3>New features<a class="headerlink" href="#new-features" title="Permalink to t
<li>Implemented transpose of values -&gt; coefficients operation in imtime_ops::vals2coefs</li>
</ul>
</div>
<div class="section" id="bug-fixes">
<h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this heading"></a></h3>
<ul class="simple">
<li>Fixed backwards compatibility issue w/ 1.0.x for h5 reading of it2cf_zlu object in imtime_ops</li>
</ul>
</div>
<div class="section" id="optimizations">
<h3>Optimizations<a class="headerlink" href="#optimizations" title="Permalink to this heading"></a></h3>
<ul class="simple">
Expand All @@ -135,6 +129,20 @@ <h3>Other changes<a class="headerlink" href="#other-changes" title="Permalink to
</ul>
</div>
</div>
<div class="section" id="version-1-1-1">
<h2>Version 1.1.1<a class="headerlink" href="#version-1-1-1" title="Permalink to this heading"></a></h2>
<p>cppdlr version 1.1.1 is a patch-release that includes
cmake build system improvements, continuous integration improvements,
and a backward compatibilty fix.</p>
<p>We thank all contributors: Hugo U.R. Strand, Nils Wentzell</p>
<p>Find below an itemized list of changes in this release.</p>
<ul class="simple">
<li>Synchronize ghactions workflow with main</li>
<li>Use nda 1.3.x branch by default</li>
<li>Fix issue with Doxygen output directory</li>
<li>simplified it2cf_zlu treatment in h5_read for bwd compat</li>
</ul>
</div>
<div class="section" id="version-1-1-0">
<h2>Version 1.1.0<a class="headerlink" href="#version-1-1-0" title="Permalink to this heading"></a></h2>
<p>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).</p>
Expand All @@ -154,8 +162,8 @@ <h3>New features<a class="headerlink" href="#id2" title="Permalink to this headi
<li>Expose fermionic and bosonic Matsubara frequency kernels to user directly</li>
</ul>
</div>
<div class="section" id="id3">
<h3>Bug fixes<a class="headerlink" href="#id3" title="Permalink to this heading"></a></h3>
<div class="section" id="bug-fixes">
<h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this heading"></a></h3>
<ul class="simple">
<li>Fixed bosonic kernel at i*om_n=0</li>
<li>Fixed bug involving non-contiguous views in vals2coefs implementations</li>
Expand All @@ -164,15 +172,15 @@ <h3>Bug fixes<a class="headerlink" href="#id3" title="Permalink to this heading"
<li>Fixed range bug in imtime_ops.interp_matrix_sym_bos</li>
</ul>
</div>
<div class="section" id="id4">
<h3>Optimizations<a class="headerlink" href="#id4" title="Permalink to this heading"></a></h3>
<div class="section" id="id3">
<h3>Optimizations<a class="headerlink" href="#id3" title="Permalink to this heading"></a></h3>
<ul class="simple">
<li>Make complex copy of <a class="reference external" href="http://it2cf.lu" rel="noopener noreferrer" target="_blank">it2cf.lu</a> in imtime_ops constructor to avoid on-the-fly copies</li>
<li>imtime_ops::convolve optimizations; use nda::matmul when possible</li>
</ul>
</div>
<div class="section" id="id5">
<h3>Other changes<a class="headerlink" href="#id5" title="Permalink to this heading"></a></h3>
<div class="section" id="id4">
<h3>Other changes<a class="headerlink" href="#id4" title="Permalink to this heading"></a></h3>
<ul class="simple">
<li>Various code simplifications</li>
<li>Test tolerance adjustments</li>
Expand Down
19 changes: 16 additions & 3 deletions docs/main/_sources/ChangeLog.md.txt
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
Loading

0 comments on commit bcf8f16

Please sign in to comment.