Skip to content

Commit 1f25c61

Browse files
committed
update changelog
1 parent 9115d15 commit 1f25c61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog
33

44
Best viewed on `the website <https://h2r.github.io/pomdp-py/html/changelog.html>`_.
55

6+
Version 1.3.3 (07/25/2023)
7+
-------------------------
8+
* 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>`_).
9+
* Added float_precision argument to to_pomdp_file (`pomdp-py#29 <https://github.com/h2r/pomdp-py/pull/29>`_)
10+
* Add :code:`__init__` signature for Environment in comments to be visible in docs
11+
* Fix :code:`s -> sp` in :py:mod:`~pomdp_py.algorithms.value_iteration.ValueIteration` (`pomdp-py#20 <https://github.com/h2r/pomdp-py/issues/20>`_)
12+
* Allow updating rollout policy for :py:mod:`~pomdp_py.algorithms.po_uct.POUCT` and :py:mod:`~pomdp_py.algorithms.pomcp.POMCP`
13+
* Minor bug fixes and documentation.
14+
15+
616
Version 1.3.2 (04/03/2022)
717
-------------------------
818
* Fix in :py:mod:`~pomdp_py.representations.distribution.histogram` (in :code:`__str__`):

0 commit comments

Comments
 (0)