Releases: AI-Planning/fond-utils
Releases · AI-Planning/fond-utils
0.2.0
0.1.7
0.1.6
What's Changed
- Sas validation: new test cases by @haz in #23
- added short circuit for 'forall' effect by @connoralittle in #26
New Contributors
- @connoralittle made their first contribution in #26
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
v0.1.3
0.1.2
What's Changed
- Fix default prefix to have underscore spacing
_DETDUP_
Full Changelog: v0.1.1...v0.1.2
0.1.1
What's Changed
- Allow URL as input by @ssardina in #11
- Allow the input domain to be a URL link
- Improved a lot the way we handle prefix and suffix, they are not hard-coded anymore, including the domain name suffix.
- Made a few changes to make it fully usable as a library
- Resolved issue #13 to better handle the domain name in the problem instance. For example, if the CLI tool parses a file that contains both domain+problem, it will automatically update the problem to match the domain name with the new one.
- fixed a few bugs that we had
- Updated README to include all this.
- the normalization process as it was breaking if the PDDL had metric effects (e.g., increase, etc..). #15
- the determinization process: basic effects could be (besides And), Predicate or Not. It was crashing on some domains whose effect are just a predicate or a not predicate
Full Changelog: v0.1.0...v0.1.1