Skip to content

Releases: AI-Planning/fond-utils

0.2.0

20 Mar 23:20
f0880ba

Choose a tag to compare

  • Sync with new release of pddl (AI-Planning/pddl#147) - issue #25
    • will not work with previous versions of pddl
  • Small fix on normalizer (:requirements)
  • Fix dependencies in toml file
  • Other minor fixes

0.1.7

25 Aug 17:53
@haz haz

Choose a tag to compare

Some bug fixes for auto-package versioning.

0.1.6

22 Aug 03:29
@haz haz
8cbca2c

Choose a tag to compare

What's Changed

New Contributors

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

v0.1.5

09 May 03:55
@haz haz
6fcadd9

Choose a tag to compare

What's Changed

  • Adding first draft of the SAS verifier. by @haz in #22

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

v0.1.4

28 Apr 13:58
@haz haz
df379d6

Choose a tag to compare

Bug fix on the package name.

v0.1.3

28 Apr 13:54
@haz haz
fe53ab0

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

0.1.2

22 Jan 23:32

Choose a tag to compare

What's Changed

  • Fix default prefix to have underscore spacing _DETDUP_

Full Changelog: v0.1.1...v0.1.2

0.1.1

20 Jan 04:57
@haz haz
fe8e63b

Choose a tag to compare

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

0.1.0

14 Jan 05:35
@haz haz
d7691ec

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.1.0

0.0.1

12 Jan 18:09
@haz haz
3f55884

Choose a tag to compare

First official release!