Skip to content

Latest commit

 

History

History
85 lines (64 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

85 lines (64 loc) · 3.7 KB

Changelog

v1.0.3 (2022-08-24)

Fix

v1.0.2 (2022-08-23)

Fix

v1.0.1 (2022-08-12)

Fix

  • Increment bfs iterator for python wrapper (ae4ce82)

v1.0.0 (2022-08-01)

Breaking

  • No longer supports Python 3.6. (e1dedda)

v0.4.0 (2022-08-01)

Feature

  • Update pip install to pep517 (27801d4)

v0.3.9 (2022-07-31)

Fix

  • Remove symbolic from Pipfile to fix docs (4a86c14)
  • Restore previous VAL commit (8941d1c)

v0.3.8 (2022-07-31)

Fix

v0.3.7 (2022-07-13)

Fix

  • Allow parsing of longer object lists (08c95a5)

v0.3.6 (2022-07-13)

Fix

  • Switch file names on pddl parsing (476b671)

v0.3.5 (2022-07-13)

Fix

  • Print full pddl report (1a22daf)
  • Print pddl problem parsing errors (60ae847)

v0.3.4 (2022-07-13)

Fix

  • Print more parsing information (0ad24b4)

v0.3.3 (2022-07-13)

Fix

  • Support empty constants and types (04b360c)

v0.3.2 (2022-07-08)

Fix

  • Add action parsing python binding (5e0e61c)

v0.3.1 (2022-07-01)

Fix

  • Pypi long description (834499d)
  • Foreall, exists formula serialization (b99271e)

v0.3.0 (2022-05-04)

Feature

  • Support dynamically adding objects and serializing pddl (0d5e50f)

v0.2.0 (2022-04-26)

Feature

  • Implement fast method to apply sequence of actions (b7a4a68)

Fix

  • Build only cpython wheels (20ac4ac)

v0.1.2 (2022-01-15)

Fix

v0.1.1 (2022-01-15)

Fix

v0.1.0 (2022-01-15)

Feature