Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 878 Bytes

2.2 (unreleased)

  • Raise minimum Python version to 3.7 and maximum Python version to 3.13 (#28).

2.1 (2022-01-17)

  • Add options to API for removal of static facts from init, and removal of irrelevant operators (Blai Bonet, #14).

2.0 (2021-09-04)

  • Install code as single package (#6, #7, #10).
  • Allow executing python -m pyperplan.
  • Bump minimum Python version to 3.6 (#5).
  • Run continuous integration tests for Python 3.9 (#11).
  • Revise documentation.

1.3 (2020-03-09)

  • Test minisat with GitHub actions.

1.2 (2020-03-09)

  • Modernize code with pyupgrade.
  • Enable all tests.
  • Remove unused code.
  • Order imports.

1.1 (2020-03-09)

  • Test code with tox.
  • Enable GitHub actions continuous integration testing.
  • Convert docs to Markdown.
  • Remove bundled argparse copy.
  • Format code with black.

1.0 (2020-03-08)

  • First official release.