Skip to content

Commit

Permalink
Update web.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Oct 25, 2024
1 parent b9ce745 commit a815a66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions web2/cadabra2/source/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ <h1>Change log</h1>
even-numbered ones are released in packaged/installer form.
</p>
<a name="devel"></a>
<h3>github devel branch (2.5.7)</h3>
<h3>github devel branch (2.5.9)</h3>
<ul>
</ul>

<a name="master"></a>
<a name="2.5.8"></a>
<h3>2.5.8 (released 25-Oct-2024)</h3>
<ul>
<li>Fix handling of spurious backslashes
Expand All @@ -45,13 +45,15 @@ <h3>2.5.8 (released 25-Oct-2024)</h3>
<li>Generate source tarball asset with microtex included.</li>
</ul>

<a name="2.5.6"></a>
<h3>2.5.6 (released 29-Sep-2024)</h3>
<ul>
<li>Windows build is working again, now using MSYS2 because that's the only system that provides binary packages of our dependencies and also still carries gtkmm-3.0. An installer is now auto-generated by the CI on every release.</li>
<li>Updates to the AppImage build to fix issues with sympy and matplotlib.</li>
<li>Many other small fixes and updates to ensure that all binaries can be built by the CI.</li>
</ul>

<a name="2.5.2"></a>
<h3>2.5.2 (released 14-Jun-2024)</h3>
<ul>
<li>Fix simplification of <tt>pow</tt> nodes.</li>
Expand All @@ -74,6 +76,7 @@ <h3>2.5.2 (released 14-Jun-2024)</h3>
<li>Added dynamical cell updates, e.g. to create animations.</li>
</ul>

<a name="2.4.4"></a>
<h3>2.4.4 (released 20-Sep-2023)</h3>
<ul>
<li>Fix canonicalisation of rationals.</li>
Expand All @@ -82,6 +85,7 @@ <h3>2.4.4 (released 20-Sep-2023)</h3>
<li>Prevent dummy indices from leaking out of <tt>\pow</tt> nodes.</li>
</ul>

<a name="2.4.2"></a>
<h3>2.4.2 (released 22-Oct-2022)</h3>
<ul>
<li>Add missing trig functions for display and passthrough to sympy (Oscar).</li>
Expand All @@ -97,6 +101,7 @@ <h3>2.4.2 (released 22-Oct-2022)</h3>
<li>Fix compatibility issues with Python-3.11.</li>
</ul>

<a name="2.4.0"></a>
<h3>2.4.0 (released 25-Aug-2022)</h3>
<ul>
<li>Version to accompany the publication of
Expand Down
4 changes: 4 additions & 0 deletions web2/cadabra2/source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ <h1>News</h1>
</div>
</p>
<dl>
<dt>25 October 2024</dt>
<dd>Release of 2.5.8 (<a href="changelog.html#2.5.8">changes</a>).
Mostly bug fixes and some improvements to the notebook interface.
</dd>
<dt>24 September 2024</dt>
<dd>Windows installer now available again, get it from the
<a href="https://github.com/kpeeters/cadabra2/releases/latest">github release page</a>.
Expand Down

0 comments on commit a815a66

Please sign in to comment.