Skip to content

Commit

Permalink
changelog rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kzheng-bdai committed Mar 12, 2024
1 parent 140236e commit 468c3b6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ Changelog

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

Version 1.3.5 (03/12/2024)
--------------------------
* Refactored :code:`_search` in :py:mod:`~pomdp_py.algorithms.po_uct.POUCT` to be more modular
* More fields made accessible for :py:mod:`~pomdp_py.algorithms.po_uct.POUCT`
* Allows initializing :py:mod:`~pomdp_py.framework.basics.Agent` and :py:mod:`~pomdp_py.framework.basics.Environment` without all models ready, and provide those models later (or update them) by :code:`set_models`
* Minor function renaming for :py:mod:`~pomdp_py.framework.basics.Option`
* Added :py:mod:`~pomdp_py.framework.oopomdp.DictState`
* Improved modularity and documentation for the RockSample example
* :py:mod:`~pomdp_py.representations.distribution.particles.WeightedParticles` now hashable if frozen.
* Changed :code:`det_dict_hash` to not use sorting
* Added a GHA workflow for automatically building, releasing wheels and uploading them to PyPI
* Repo convention: default branch renamed from :code:`master` to :code:`main`, and :code:`dev-latest` is the development branch.


WeightedParticles now hashable if frozen
Refactor _search in POUCT for more modularity
added a workflow that builds wheel
*

Modernize repo without introducing new features.
* Migrate to :code:`pyproject.toml` to specify dependencies, with minimal :code:`setup.py` to build Cython extensions.
* Separate core and optional dependencies. Optional dependencies are needed only for `pomdp_py.problems`.
* Added CI testing to repo.
* Added pre-commit checks to repo.


Version 1.3.4 (01/26/2024)
--------------------------
* Modernize repo without introducing new features.
Expand Down

0 comments on commit 468c3b6

Please sign in to comment.