Skip to content

Releases: DillonZChen/wlplan

v2.1.0

11 Oct 11:44

Choose a tag to compare

WLPlan 2.1.0 Release Notes

  • Allow for pickling of datasets

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Sep 10:27

Choose a tag to compare

WLPlan 2.0.0 Release Notes

What's Changed

Full Changelog: v1.1.1...v2.0.0

v1.2.1-pre

24 Jun 07:30
9bb948b

Choose a tag to compare

v1.2.1-pre Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.1...v1.2.1-pre

v1.1.1

01 Nov 10:08

Choose a tag to compare

Add Python bindings for task to graph transformations

v1.0.1

14 Oct 18:02

Choose a tag to compare

Update pddl package requirement to latest official version

v1.0.0

09 Oct 09:43
fa7c92d

Choose a tag to compare

WLPlan 1.0.0 Release Notes

WLPlan 1.0.0 now has several new major features and changes, including

  • support for numeric planning: states can exhibit numeric variables and goals can contain numeric conditions of the form $\xi \unrhd 0$ where $\xi$ is a numeric expression and $\unrhd$ can be one of $\geq, >, =, <, \leq$.
  • new graph representation (νILG)
  • new feature generators (2WL, 2-LWL, iWL, niWL, ccWL)

v0.5.1

03 Sep 09:26

Choose a tag to compare

Fix excessive memory usage caused by v0.5.0

v0.5.0

02 Sep 15:51

Choose a tag to compare

WL Feature optimisations (Python and c++)

v0.4.0

17 Jun 16:31

Choose a tag to compare

New functionality and bug fixes

  • Python interface for constructing Domain and Problem objects from PDDL files directly (unforunately, the c++ interface does not exist yet)
  • Fix memory leak due to unseen init colours
  • Fix CMakeLists.txt file for c++ package
  • No longer raise an exception when a constant object exists in the PDDL problem file

v0.3.1

16 Jun 15:50

Choose a tag to compare

Remove numpy depedency