Skip to content

Commit 9f2168b

Browse files
committed
update docs accordingly
1 parent bbcf1af commit 9f2168b

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Best viewed on `the website <https://h2r.github.io/pomdp-py/html/changelog.html>
55

66
Version 1.3.3 (07/25/2023)
77
-------------------------
8+
* Bumped minimum Python requirement from 3.7 to 3.8 due to `EOL of 3.7 <https://devguide.python.org/versions/>`_.
89
* Fix :code:`cpdef -> cdef` to avoid installation failure after Cython 3.0.0 release (`pomdp-py#30 <https://github.com/h2r/pomdp-py/pull/30>`_).
910
* Added float_precision argument to to_pomdp_file (`pomdp-py#29 <https://github.com/h2r/pomdp-py/pull/29>`_)
1011
* Add :code:`__init__` signature for Environment in comments to be visible in docs

docs/html/_sources/changelog.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Best viewed on `the website <https://h2r.github.io/pomdp-py/html/changelog.html>
55

66
Version 1.3.3 (07/25/2023)
77
-------------------------
8+
* Bumped minimum Python requirement from 3.7 to 3.8 due to `EOL of 3.7 <https://devguide.python.org/versions/>`_.
89
* Fix :code:`cpdef -> cdef` to avoid installation failure after Cython 3.0.0 release (`pomdp-py#30 <https://github.com/h2r/pomdp-py/pull/30>`_).
910
* Added float_precision argument to to_pomdp_file (`pomdp-py#29 <https://github.com/h2r/pomdp-py/pull/29>`_)
1011
* Add :code:`__init__` signature for Environment in comments to be visible in docs

docs/html/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
166166
<section id="version-1-3-3-07-25-2023">
167167
<h2>Version 1.3.3 (07/25/2023)<a class="headerlink" href="#version-1-3-3-07-25-2023" title="Permalink to this heading"></a></h2>
168168
<ul class="simple">
169+
<li><p>Bumped minimum Python requirement from 3.7 to 3.8 due to <a class="reference external" href="https://devguide.python.org/versions/">EOL of 3.7</a>.</p></li>
169170
<li><p>Fix <code class="code docutils literal notranslate"><span class="pre">cpdef</span> <span class="pre">-&gt;</span> <span class="pre">cdef</span></code> to avoid installation failure after Cython 3.0.0 release (<a class="reference external" href="https://github.com/h2r/pomdp-py/pull/30">pomdp-py#30</a>).</p></li>
170171
<li><p>Added float_precision argument to to_pomdp_file (<a class="reference external" href="https://github.com/h2r/pomdp-py/pull/29">pomdp-py#29</a>)</p></li>
171172
<li><p>Add <code class="code docutils literal notranslate"><span class="pre">__init__</span></code> signature for Environment in comments to be visible in docs</p></li>

docs/html/problems/pomdp_problems.tiger.cythonize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h2>pomdp_problems.tiger.cythonize.tiger_problem.cpython-38-x86_64-linux-gnu mod
398398
<dd><p>Bases: <a class="reference internal" href="../api/pomdp_py.framework.html#pomdp_py.framework.basics.POMDP" title="pomdp_py.framework.basics.POMDP"><code class="xref py py-class docutils literal notranslate"><span class="pre">POMDP</span></code></a></p>
399399
<dl class="py attribute">
400400
<dt class="sig sig-object py" id="pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS">
401-
<span class="sig-name descname"><span class="pre">ACTIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerAction(open-right),</span> <span class="pre">TigerAction(listen),</span> <span class="pre">TigerAction(open-left)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS" title="Permalink to this definition"></a></dt>
401+
<span class="sig-name descname"><span class="pre">ACTIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerAction(open-right),</span> <span class="pre">TigerAction(open-left),</span> <span class="pre">TigerAction(listen)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS" title="Permalink to this definition"></a></dt>
402402
<dd></dd></dl>
403403

404404
<dl class="py attribute">

docs/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)