Skip to content

Commit

Permalink
Update Sphinx documentation, commit cde3faf [skip ci].
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 18, 2024
1 parent ba792c6 commit 0d82a39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions _sources/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog
New
~~~

- Support LLVM 19 (`#455 <https://github.com/bluescarni/heyoka/pull/455>`__).
- Non-number exponents for the ``pow()`` function
are now supported in Taylor integrators
(`#454 <https://github.com/bluescarni/heyoka/pull/454>`__).
Expand Down
2 changes: 1 addition & 1 deletion _sources/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and several CPU architectures (x86-64, 64-bit ARM and 64-bit PowerPC).

heyoka has the following **mandatory** dependencies:

* the `LLVM <https://llvm.org/>`__ compiler infrastructure library (version >=15 and <=18),
* the `LLVM <https://llvm.org/>`__ compiler infrastructure library (version >=15 and <=19),
* the `Boost <https://www.boost.org/>`__ C++ libraries (version >=1.69),
* the `{fmt} <https://fmt.dev/latest/index.html>`__ library (version >=9 and <=11),
* the `spdlog <https://github.com/gabime/spdlog>`__ library,
Expand Down
1 change: 1 addition & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ <h2>6.0.0 (unreleased)<a class="headerlink" href="#unreleased" title="Link to th
<section id="new">
<h3>New<a class="headerlink" href="#new" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p>Support LLVM 19 (<a class="reference external" href="https://github.com/bluescarni/heyoka/pull/455">#455</a>).</p></li>
<li><p>Non-number exponents for the <code class="docutils literal notranslate"><span class="pre">pow()</span></code> function
are now supported in Taylor integrators
(<a class="reference external" href="https://github.com/bluescarni/heyoka/pull/454">#454</a>).</p></li>
Expand Down
2 changes: 1 addition & 1 deletion install.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Link to this h
and several CPU architectures (x86-64, 64-bit ARM and 64-bit PowerPC).</p>
<p>heyoka has the following <strong>mandatory</strong> dependencies:</p>
<ul class="simple">
<li><p>the <a class="reference external" href="https://llvm.org/">LLVM</a> compiler infrastructure library (version &gt;=15 and &lt;=18),</p></li>
<li><p>the <a class="reference external" href="https://llvm.org/">LLVM</a> compiler infrastructure library (version &gt;=15 and &lt;=19),</p></li>
<li><p>the <a class="reference external" href="https://www.boost.org/">Boost</a> C++ libraries (version &gt;=1.69),</p></li>
<li><p>the <a class="reference external" href="https://fmt.dev/latest/index.html">{fmt}</a> library (version &gt;=9 and &lt;=11),</p></li>
<li><p>the <a class="reference external" href="https://github.com/gabime/spdlog">spdlog</a> library,</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0d82a39

Please sign in to comment.