Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 8, 2020
1 parent 7e782af commit ce90591
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# next (unreleased)
# 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.
23 changes: 21 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is **Pyperplan**, a lightweight STRIPS planner written in Python.
**Pyperplan** is a lightweight STRIPS planner written in Python.

Please note that Pyperplan deliberately prefers clean code over fast
code. It is designed to be used as a teaching or prototyping tool. If
Expand Down Expand Up @@ -52,7 +52,7 @@ For a list of available search algorithms and heuristics, run
./src/pyperplan.py --help

For more information on using the planner and how to extend it to do more fancy
stuff, see doc/documentation.txt.
stuff, see doc/documentation.md.


Contact
Expand All @@ -77,3 +77,22 @@ Malte Helmert and Robert Mattmüller.

If you want to get in touch with us, please contact Robert Mattmüller or
Jendrik Seipp. Their email addresses can easily be found on the web.


Citing Pyperplan
================

Please cite Pyperplan using

@Misc{alkhazraji-et-al-zenodo2020,
author = "Yusra Alkhazraji and Matthias Frorath and Markus Gr{\"u}tzner
and Malte Helmert and Thomas Liebetraut and Robert Mattm{\"u}ller
and Manuela Ortlieb and Jendrik Seipp and Tobias Springenberg and
Philip Stahl and Jan W{\"u}lfing",
title = "Pyperplan",
publisher = "Zenodo",
year = "2020",
doi = "10.5281/zenodo.3700819",
url = "https://doi.org/10.5281/zenodo.3700819",
howpublished = "\url{https://doi.org/10.5281/zenodo.3700819}"
}

0 comments on commit ce90591

Please sign in to comment.