Skip to content

Commit

Permalink
Merge pull request #730 from Debilski/feature/changelog
Browse files Browse the repository at this point in the history
DOC: Adding a changelog file and going to 2.1.0-rc1
  • Loading branch information
Debilski committed Aug 21, 2021
2 parents 98d4810 + f210294 commit f066457
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Pelita changelog

* v2.1.0 (???)

- Bot API uses a fixed state dict instead of returning `(position, state)`
- Layout unification: Use a,b,x,y as Bot characters instead of indexes
- Adding shape tuple to API
- Walls/Homezone are stored in a set for faster lookup
- Improved debug UI
- Changed primary branch to ‘main’
- Use Gitlab CI actions instead of travis

* v2.0.1 (27. Sep 2019)

- Fixes a bug in Tk

* v2.0.0 (3. Sep 2019)

- Major rewrite to functional Bot API (no more `AbstractPlayer`)
- Major rewrite of Pelita core

* v0.9.2 (29. Oct 2018)

- Bug fixes and API improvements

* v0.9.1 (18. Jan 2018)

- Minor API changes and bug fixes

* v0.9.0 (31. Aug. 2017)

- Python 3
- Pelita is installable with setup.py

* v0.2.0 (7. Sep. 2012)

- Revised actor model to use zmq

* v0.1.1 (23. May 2012)

- Fixes and updates

* v0.1.0 (21. Sep. 2011)

- First usable version

* v0.0.0 (1. Jun. 2011)

- Initial commit of this repo
2 changes: 1 addition & 1 deletion pelita/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
viewer,
utils)

__version__ = '2.1-pre'
__version__ = '2.1.0-rc1'

0 comments on commit f066457

Please sign in to comment.