File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Changelog
3
3
4
4
Best viewed on `the website <https://h2r.github.io/pomdp-py/html/changelog.html >`_.
5
5
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
+
6
16
Version 1.3.2 (04/03/2022)
7
17
-------------------------
8
18
* Fix in :py:mod: `~pomdp_py.representations.distribution.histogram ` (in :code: `__str__ `):
You can’t perform that action at this time.
0 commit comments