Skip to content

Commit

Permalink
Minor grammar updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Nov 22, 2020
1 parent d420d43 commit 08a1df4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,41 @@
Release History
---------------

0.8.8 (2020-05-21) Nogales
0.8.8 (2020-05-22) Nogales
+++++++++++++++++++++++++++++++++++++++++++

**Improvements**

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

**Fixes**

* MultiGrid: Set to using list for cell content #783
* Docs
* Fix broken link to templates list in advanced tutorial. #833
* Fix image links in rst #838
* clean html to attempt correct build #839
* Fixes links on Botzmann model #843
* 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 Botzmann model #843
* Documentation update - batchrunner & data collector #870
* Doc builds #837, #840, #844
* Fix bulleted list in contribution read me #836
* Update test_examples.py, changed unused generator expression to actually run the models. #829
* Fixes #827 issue (example Epstein Civil Violence JUpyter Notebook typos) #828
* eliminated Ipython3 references #841
* Fix cookie cutter Fixes #850. #853
* Remove relative imports -- fix #855. #863
* Update pytest requirement to fix issues on travis #864
* Make linux compatible - travis #886
* Fix python 3.5 fails, boid failure #889
* Fix example testing issues close multiprocess pools #890
* use ordered dict to make compatible with python 3.5 #892
* Fix for #919, adding exception for duplicate ids. #920
* 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
* Fixed example testing issues close multiprocess pools #890
* Used ordered dict to make compatible with python 3.5 #892
* Fixed for #919, adding an exception for duplicate ids. #920
* Batchrunner
* Batchrunner_redux fixes #928
* Fix empty/None `variable_parameters` argument to BatchRunner (#861) #862
* add ordereddict to BatchrunerMP for python 3.5 #893
* Fixes python 3.5 fails bathrunnerMP (multiple tries) #897, #896, #895
* ModularServer updates: Fix EventLoop and changes to default port #936
* 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
* ModularServer updated: Fix EventLoop and changes to default port #936


0.8.7 (2020-05-05) Mammoth
Expand Down

0 comments on commit 08a1df4

Please sign in to comment.