patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/CHANGELOG.md

36 lines
967 B
Markdown
Raw Normal View History

2016-05-25 12:42:31 +02:00
# Change Log
2016-06-15 00:18:09 +02:00
## (unreleased)
Features:
* unified translation format for SAS and PDDL files
Bug Fixes:
* fixes minor formatting issues in SAS translation
2016-06-14 19:23:08 +02:00
## 3.0.1 (2016-06-14)
2016-05-25 12:42:31 +02:00
Features:
* basic support for parsing PDDL 3.1 domains and problems
* limited support for translating PDDL 3.1 domains and problems to ASP facts
* automatic language detection for PDDL and SAS
2016-06-14 18:08:32 +02:00
* supports input from `std::cin`
* supports colorized output
* new command-line option `--language` to explicitly specify input language
* new command-line option `--warning-level` to treat warnings as errors or to ignore warnings
* new command-line option `--color` to autodetect, enable, or disable color output
2016-06-14 17:35:32 +02:00
Bug Fixes:
* fixes bug in translation of SAS axiom rules
2016-05-25 12:42:31 +02:00
## 3.0.0 (2016-05-24)
Features:
* parses [SAS](http://www.fast-downward.org/TranslatorOutputFormat) files created with [Fast Downward](http://www.fast-downward.org/)
* experimental translation from SAS to ASP facts