Releases: AI-Planning/pddl
Releases · AI-Planning/pddl
Release 0.4.1
What's Changed
- Fixing three subtle bugs with numerics in problem files. by @haz in #103
- Return type annotation for Problem and Domain transformers. Fixed requirements type annotation in DomainTransformer. by @MichaelJFishman in #102
- build(deps-dev): bump gitpython from 3.1.38 to 3.1.41 by @dependabot in #105
- build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #106
- Implement str for Domain and Problem by @ssardina in #109
- Taking the latest of all. by @haz in #120
- An effect part of the condeff should be AndEffect and not And. by @haz in #119
New Contributors
- @MichaelJFishman made their first contribution in #102
- @ssardina made their first contribution in #109
Full Changelog: v0.4.0...v0.4.1
Release 0.4.0
What's Changed
- Type hierarchy 2 by @marcofavorito in #75
- Fix/type hierarchy by @francescofuggitti in #73
- Override equal for derived predicates by @francescofuggitti in #74
- Make pickling to work on domains/problems objects (Fix #79) by @marcofavorito in #80
- Update dependencies by @marcofavorito in #81
- Fixes and improvements in the parsing of typed lists by @marcofavorito in #82
- Fix printing of empty Ands and Ors by @francescofuggitti in #83
- Issue 87 by @francescofuggitti in #90
- Support for numeric fluents and action costs by @francescofuggitti in #92
- build(deps-dev): bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #85
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Release 0.3.0
What's Changed
- Ci/add python 39 310 311 to GitHub workflows by @bpshaver in #58
- Subtle changes for better error handling and bug fix on missing elements by @haz in #56
- Development maintainance by @marcofavorito in #60
- docs: Enable syntax highlight by @marcofavorito in #64
- Update copyright notice and
scripts/check_copyright.py
script by @marcofavorito in #62 - chore(deps): bump requests from 2.30.0 to 2.31.0 by @dependabot in #67
- Fix/tostring by @francescofuggitti in #69
- Forall fix by @aefrank in #71
New Contributors
Full Changelog: v0.2.0...v0.3.0
Release 0.2.0
What's Changed
- Hotfix PyPI classifiers and history by @francescofuggitti in #25
- fix: missing
:action
tag by @marcofavorito in #27 - Add support for derived predicates and conditional effects by @marcofavorito in #29
- Fix/issues by @francescofuggitti in #35
- Fix linting and tests by @marcofavorito in #42
- Update project license from LGPL to MIT by @marcofavorito in #41
- Develop -> Master by @francescofuggitti in #46
- Add PyPI installation instruction on README (fix #26) by @marcofavorito in #43
- Remove support for Python 3.6 by @marcofavorito in #44
- Fix readme, replace
master
occurrences, removedevelop
references by @francescofuggitti in #47 - Update pytest version to 7.2.0 by @marcofavorito in #49
- Initial pass on quantified conditions. by @haz in #50
- Docs, util functions, and release by @haz in #54
New Contributors
Full Changelog: v0.1.0...v0.2.0
Release 0.1.0
The first official release of pddl.
Main features:
- Specify PDDL domains and problems programmatically.
- Parsing for PDDL domains and problems.