Skip to content

Commit

Permalink
Minor updates to history to history.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Nov 2, 2016
1 parent c6e416b commit ab9a27d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ Next release
* ...


0.7.8 (2016-11-02) Duncan
0.7.8.1 (2016-11-02) Duncan
++++++++++++++++++

**Improvements**

* Fixes #324 -- renames all examples to be the pythonic format of naming #328
* Changing to port 8521, fixes #320. #321
* Opens a browser window when launching the server #323
* Minor bug fixes - Update ForestFire example notebook to new API, and rename Basic to Shape Example. #318
* Ticket #314 - added progress bar to BatchRunner #316

**Fixes**

* Minor bug fixes - Update ForestFire example notebook to new API, and rename Basic to Shape Example. #318
* On-demand model stepping rather than an endless buffer #310


Expand Down
2 changes: 1 addition & 1 deletion mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
__all__ = ["Model", "Agent"]

__title__ = 'mesa'
__version__ = '0.7.8'
__version__ = '0.7.8.1'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Project Mesa Team'

0 comments on commit ab9a27d

Please sign in to comment.