Skip to content

Releases: AI-Planning/l2p

0.3.0

05 Jun 15:35
@haz haz
cd4cb27

Choose a tag to compare

What's Changed

This PR introduces major refactors and feature additions across the L2P library. Renamed (and added new) extract_* to formalize_* functions in DomainBuilder and TaskBuilder for generating PDDL components with relaxed input requirements and enhanced syntax validation. FeedbackBuilder now provides string-based feedback without auto-regeneration and enforces a JUDGMENT header for LLM outputs. Utility functions are modularized, and the syntax validator is fully refactored to use a function-name-based interface. The LLM module adopts YAML-based configuration and removes llm_builder.py. Test cases are completed, the paper recreation code is updated, and documentation is moved to a separate repo for GitHub Pages.

Full Changelog: v0.2.2...v0.3.0

v0.2.2

14 Apr 02:31
@haz haz
f034f7d

Choose a tag to compare

Fixed version bump.

v0.2.1

14 Apr 02:28
@haz haz
b081299

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

02 Mar 05:26
@haz haz
2f9347e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.2.0

0.1.8

17 Jan 01:19
@haz haz

Choose a tag to compare

Fixing the docs for l2p

0.1.7

17 Jan 01:15
@haz haz

Choose a tag to compare

Shifting lib name to l2p

0.1.6

24 Dec 03:44
@haz haz
5b9797f

Choose a tag to compare

Version bump.

Full Changelog: v0.1.5...v0.1.6

0.1.5

24 Dec 03:42
@haz haz
49085f2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

0.1.4

11 Dec 03:59
@haz haz

Choose a tag to compare

Adding package requirements.

0.1.3

11 Dec 03:46
@haz haz
512df4a

Choose a tag to compare

Another attempt to package things up.