Skip to content

Commit

Permalink
Merge pull request projectmesa#957 from projectmesa/nogales
Browse files Browse the repository at this point in the history
Release PR - Nogales Mesa 0.8.8
  • Loading branch information
tpike3 authored Nov 24, 2020
2 parents 376f6b2 + 20bce5f commit 221d4a9
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
Release History
---------------

0.8.8 (2020-05-23) Nogales
+++++++++++++++++++++++++++++++++++++++++++

*Note: This is the last version to support Python 3.5.*

**Improvements**

* Added pre-commit to automatically maintain a standard formatting with black #732

**Fixes**

* MultiGrid: Set to using list for cell content #783
* Docs
* Fixed broken link to templates list in advanced tutorial. #833
* Fixed image links in rst #838
* Cleaned html to attempt correct build #839
* Fixed links on Boltzmann model #843
* Documentation update - batchrunner & data collector #870
* Deleted readthedocs.yml #946
* Doc builds #837, #840, #844, #941, #942
* Fixed bulleted list in contribution read me #836
* Updated test_examples.py, changed unused generator expression to actually run the models. #829
* Fixed #827 issue (example Epstein Civil Violence Jupyter Notebook typos) #828
* Eliminated Ipython3 references #841
* Fixed cookie cutter Fixes #850. #853
* Removed relative imports -- fix #855. #863
* Updated pytest requirement to fix issues on travis #864
* Made linux compatible - travis #886
* Fixed python 3.5 fails, boid failure #889, #898
* Travis: Removed python 3.5 #899
* Fixed example testing issues close multiprocess pools #890
* Used ordered dict to make compatible with python 3.5 #892
* Increased number of test to fix codecov patch #916
* Fixed for #919, adding an exception for duplicate ids. #920
* Batchrunner
* Batch runner redux #917
* Fixed empty/None `variable_parameters` argument to BatchRunner (#861) #862
* Added ordereddict to BatchrunerMP for python 3.5 #893
* Fixed python 3.5 fails bathrunnerMP (multiple tries) #897, #896, #895
* Batchrunner_redux fixes #928
* Fixed variables names, mp function locations, datacollector #933
* ModularServer updated: Fix EventLoop and changes to default port #936
* Ran black 20.8b1, which formats docstrings #951



0.8.7 (2020-05-05) Mammoth
+++++++++++++++++++++++++++++++++++++++++++

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

__title__ = "mesa"
__version__ = "0.8.7"
__version__ = "0.8.8"
__license__ = "Apache 2.0"
__copyright__ = "Copyright %s Project Mesa Team" % datetime.date.today().year

0 comments on commit 221d4a9

Please sign in to comment.