Skip to content

Releases: plaans/aries

Development Build

22 Aug 09:37
e637701
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Chores

v0.3.4

24 Jun 12:57
35a91b5
Compare
Choose a tag to compare

Features

Performance Improvements

  • explain: Make sure that explanation memory usage is linear in the number of resolved literals. #136 (Arthur Bit-Monnot)

Tests

Chores

Commits

  • 1dd2e77: Revert "perf(explain): Make sure that explanation runtime is linear in the number of resolved literals." (Arthur Bit-Monnot) #136

v0.3.3

25 Jan 10:25
Compare
Choose a tag to compare

Features

Bug Fixes

Styles

Code Refactoring

Performance Improvements

  • explain: Make sure that explanation runtime is linear in the number of resolved literals. #122 (Arthur Bit-Monnot)
  • strategy: Improve non-temporal variant of VSDIS to only branch on boolean variables #122 (Arthur Bit-Monnot)

Continuous Integration

Chores

Commits

Read more

v0.3.2

05 Dec 10:30
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v0.3.1

23 Nov 15:16
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

Commits

  • bf6a785: feat(val|params): can add a suffix (Roland Godet) #113
  • 7fdb9f5: feat(val|trait): add SuffixParams (Roland Godet) #113
  • 90f6313: feat(val|expr): can suffix params (Roland Godet) #113
  • fe2929f: feat(val|conditions): can suffix params (Roland Godet) #113
  • 6e40764: feat(val|effects): can suffix params (Roland Godet) #113
  • a199f22: feat(val|temp interval): can suffix params (Roland Godet) #113
  • f57c386: feat(val|actions): can suffix params (Roland Godet) #113
  • 74937df: feat(val|methods&tasks): can suffix params (Roland Godet) #113
  • 9897d4f: feat(val|configurable): can suffix with own id (Roland Godet) #113
  • d4bbd63: feat(val|action): make the enum configurable (Roland Godet) #113

v0.3.0

20 Nov 10:31
Compare
Choose a tag to compare

Features

Chores

Commits

v0.2.1

06 Nov 16:19
121466b
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Code Refactoring

Continuous Integration

Chores

Reverts

Commits

  • up: Update upstream UP version #107 (Arthur Bit-Monnot)
  • d592df9: fix(encode|resource): set assignment literal la to condition value (Roland Godet) #105
  • c8a48b4: refactor(encode|resource): redesign the encoding (Roland Godet) #105
  • 6602a95: refactor(encode|resource): la creation in function (Roland Godet) #105
  • 656584e: feat(encode|resource): new la encoding using assign end timepoint (Roland Godet) #105
  • 60067e9: fix(encode|resource): la creation without timepoints (Roland Godet) #105
  • b8f0975: increase and decrease support integer variables (Yirmandias) #105
  • 2cccca0: chore(encode|resource): add debug view (Roland Godet) #105
  • 67571a7: fix(encode|resource): lit => prez(var) (Roland Godet) #105
  • 31b1e9d: fix(encode|resource): force literals to be always defined (Roland Godet) #105
  • up: Minor code refactoring #105 (Arthur Bit-Monnot)
  • 07a8d91: chore(encode|resource): use 3 timepoints for assign (Roland Godet) #105
  • bd78cbf: chore(encode|resource): panic on undefined bounds (Roland Godet) #105

v0.2.0

25 Oct 10:57
6533d3e
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Read more

v0.1.0

06 Jul 14:31
ca09acb
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

Tests

Builds

Continuous Integration

Read more

v0.0.8

21 Apr 09:32
Compare
Choose a tag to compare

Features

  • planning: Full support for PDDL mutex actions semantics. (Arthur Bit-Monnot)
  • up: Log error message in addition to sending it to unified-planning client. (Arthur Bit-Monnot)
  • up: Support nested and operators in expressions. (Arthur Bit-Monnot)
  • up: Check that minimal epsilon separation is respected before handing out plan. (Arthur Bit-Monnot)

Bug Fixes

  • planning: Add missing applicability check for the the statics to table constraints preprocessor. (Arthur Bit-Monnot)
  • sat: correctly handle optional clauses with single literal. (Arthur Bit-Monnot)
  • planning: Force horizon to be strictly after the end of actions. (Arthur Bit-Monnot)
  • gg: Align classical planner with PDDL's encoding in chronicles. (Arthur Bit-Monnot)

Chores