Releases: AI-Planning/l2p
0.3.0
What's Changed
- Major version update by @MarcusTantakoun in #14
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
v0.2.1
What's Changed
- fixed huggingface initialization model bug (line 265 of llm_builder.py file) by @MarcusTantakoun in #10
- Fixed type absence case by @MarcusTantakoun in #12
Full Changelog: v0.2.0...v0.2.1
0.2.0
What's Changed
- Paper Reconstruction + updated papers by @MarcusTantakoun in #9
Full Changelog: v0.1.8...v0.2.0
0.1.8
0.1.7
0.1.6
Version bump.
Full Changelog: v0.1.5...v0.1.6
0.1.5
What's Changed
- Bugfix/dependencies by @MarcusTantakoun in #6
- Clean up of code by @MarcusTantakoun in #7
New Contributors
- @MarcusTantakoun made their first contribution in #6
Full Changelog: v0.1.4...v0.1.5