Skip to content

Commit

Permalink
Version 0.4.1 (#24)
Browse files Browse the repository at this point in the history
* start preparing version 0.4.1

* Update README.md

* Build ARM64 wheels on MacOs (#23)

* Update CHANGES.md

---------

Co-authored-by: Florent Teichteil-Koenigsbuch <[email protected]>
  • Loading branch information
roeger and fteicht authored Dec 5, 2023
1 parent 0909774 commit c60b6ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Build wheel
run: python -m cibuildwheel --output-dir dist
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes
UP Fast Downward 0.3.3
UP Fast Downward 0.4.1
- Generate Python wheels compatible with Mac Apple Silicon M1/M2
- Update README.md (current state of development and default configurations)

UP Fast Downward 0.4.0
- fix bug in fast-downward-reachability grounder (number of parameters)
- Transform task to avoid axioms for goals in Grounder and optimal solver:
If the goal is not a conjunction of literals, Fast Downward introduces
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ Details on the reachability analysis and the normalization can be found in Malte
## Current state of the system and ongoing development

- Default configuration
- ```fast-downward``` engine: lama-first (flexible configuration under development)
- ```fast-downward``` engine: lama-first for One-Shot planning, seq-sat-lama-2011 for Anytime planning
- ```fast-downward-opt``` engine: A* search with LMCut heuristic
- Planning approaches of UP supported: Classical planning
- Operative modes of UP currently supported: One-shot planning, Grounding
- Operative modes of UP under development: Anytime planning
- Operative modes of UP currently supported: One-shot planning, Anytime planning, Grounding
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):
long_description = "This package makes the [Fast Downward](https://www.fast-downward.org/) planning system available in the [unified_planning library](https://github.com/aiplan4eu/unified-planning) by the [AIPlan4EU project](https://www.aiplan4eu-project.eu/)."

setup(name='up_fast_downward',
version='0.4.0',
version='0.4.1',
description='Unified Planning Integration of the Fast Downward planning system',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c60b6ab

Please sign in to comment.