Documentation updates: changelog.rst and todo.rst

This commit is contained in:
James P. Howard, II
2022-08-26 23:42:04 -04:00
parent f86dbd4c24
commit 7849a49355
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
Changelog
=========
- :feature:`0` Added Bank Reserves model to demonstrate reporting
- :feature:`0` Added data collecting and reporting modules
- :feature:`0` Added some useful constants, for use as random seeds
- :feature:`0` Switched from ranlux24 to mt19937 due to speed
- :feature:`0` Added distance measures to grid coordinate objects
- :release:`0.6.0 <2022.08.19>`
- :feature:`0` Added a to do list to the documentation
- :feature:`0` Completed basic unit tests

View File

@@ -7,8 +7,8 @@ The list below is a list of things considered necessary before
a 1.0 release. This list is *not* static.
- Network domain
- Data collection process
- Demonstration of data collection process
- Hexgrid domain
- Continuous grid domain
- Tutorial write up
Wishlist
@@ -20,5 +20,6 @@ any point.
- Documentation with basic introduction to ABMs
- Network Boltzmann model example
- Additional examples as appropriate
- Globe domain, on sphere, with latitude and longitude
.. toctree::