Skip to content

Commit

Permalink
Updating for Duncan release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Nov 2, 2016
1 parent 86152b8 commit c6e416b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ Release History

Next release
++++++++++++++++++
* ...


0.7.8 (2016-11-02) Duncan
++++++++++++++++++
* 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
* On-demand model stepping rather than an endless buffer #310
* Fixes #324 -- renames all examples to be the pythonic format of naming #328


0.7.7 (2016-08-18)
Expand Down Expand Up @@ -118,7 +123,7 @@ Theme: Scipy Sprints 2016 ( ‘-’)人(゚_゚ )
++++++++++++++++++

**Improvements**

* Allow cell_list_content methods in Grids to accept single tuples in addition to lists


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.7'
__version__ = '0.7.8'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Project Mesa Team'

0 comments on commit c6e416b

Please sign in to comment.