Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stestoll committed Aug 17, 2022
1 parent 79d4af1 commit 253df80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docsrc/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ <h1>Changes from release to release</h1>
<li><a class="esf" href="rotview.html">rotview</a> provides a graphical interface to visualize and explore Euler angles and their associated rotations.</li>
<li><a class="esf" href="orca2easyspin.html">orca2easyspin</a> supports ORCA5 and can now directly read in the main ORCA output file.
<li>Photoselection is now supported when simulating EPR spectra of photo-generated species. See function <a class="esf" href="photoselect.html">photoselect</a>.</li>
<li>Significantly extended support for spin-polarized systems (triplets, radical pairs, etc.) in <a class="esf" href="pepper.html">pepper</a> with the new fields <a class="matlab">Sys.initState</a>.</li>
<li><a class="esf" href="cgmatrix.html">cgmatrix</a> has additional input and output options.</li>
</ul>

<p>Major bug fixes</p>
Expand All @@ -65,6 +67,7 @@ <h1>Changes from release to release</h1>

<p>Incompatible changes</p>
<ul>
<li>To specify spin-polarized system, use <code>Sys.initState</code> instead of <code>Exp.Temperature</code>.</li>
<li>The interface of <a class="esf">esfit</a> has changed completely. Refer to the <a class="esf">esfit</a>" documentation for details.
<li>The <code>Scaling</code> option of </code><a class="esf" href="esfit.html">esfit</a> has been removed. Use <code>FitOpt.AutoScale</code> instead.
<li>The interface of <a class="esf" href="hfine.html">hfine</class> has changed.
Expand Down
1 change: 0 additions & 1 deletion tests/esfit_baseline.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
autoscaleopts = [true false];
baselineopts = {[] 0 1 2};

tiledlayout(2,4)
for j = 1:numel(baselineopts)

FitOpt.BaseLine = baselineopts{j};
Expand Down

0 comments on commit 253df80

Please sign in to comment.