Skip to content

Commit

Permalink
Updates to descriptive project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Jul 4, 2015
1 parent 2627746 commit 3cee504
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 32 deletions.
24 changes: 0 additions & 24 deletions CHANGES.md

This file was deleted.

19 changes: 13 additions & 6 deletions CONTRIBUTING.md → CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Contributing
Contributing
=========================

As an open source project, Mesa welcomes contributions of many forms.

Expand All @@ -23,16 +24,22 @@ To submit a contribution:
- Describe the change w/ ticket number(s) that the code fixes


### Testing
Testing
--------

We are working on this (See issue #20, among others). At the moment, we've been testing features by implementing them in simple models. This is useful since it also expands the library of sample models.
.. image:: https://coveralls.io/repos/projectmesa/mesa/badge.svg
:target: https://coveralls.io/r/projectmesa/mesa

### Licensing
We are continually working to improve our testing. At the moment, we've been testing features by implementing them in simple models. This is useful since it also expands the library of sample models.

The License of this project is located in [LICENSE.md](https://github.com/projectmesa/mesa/blob/master/LICENSE.md). By submitting a contribution to this project, you are agreeing that your contributions under this license and
Licensing
--------

The License of this project is located in [LICENSE.rst](https://github.com/projectmesa/mesa/blob/master/LICENSE.rst). By submitting a contribution to this project, you are agreeing that your contributions under this license and
with this waiver of copyright interest.

### Special Thanks
Special Thanks
--------

A special thanks to the following projects who offered inspiration for this contributing file.
- [Django](https://github.com/django/django/blob/master/CONTRIBUTING.rst)
Expand Down
26 changes: 24 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release History
Next release
++++++++++++++++++

* (Add changes here)
* (Add changes here - preceed w/ 'Bug Fix or Improvement')

0.6.1 (2015-06-27)
++++++++++++++++++
Expand All @@ -22,4 +22,26 @@ Next release
Pre 0.6.0
++++++++++++++++++

Code that is pre-0.6.0 is very unstable. Changes were not documented.
Code that is pre-0.6.0 is very unstable.

Our inital release was 0.5.0 (2014-11).

It included code for placing agents on a grid; a data collector and batch runner; and a front-end visualization using HTML 5 and JavaScript.

** General **
* Objects create -- Agent, Time, Space
* Project moved to Python 3
* Tornado server setup

** Front-end **
* Front-end grid implemented
* ASCII visualization implemented

** Examples models **
* Forest Fire
* Schelling
* Wolf-Sheep Predation

** 0.1.0 (2014-09-19) **
* A conversation
* Birth
File renamed without changes.

0 comments on commit 3cee504

Please sign in to comment.