mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-08 22:38:03 -05:00
Documentation updates: changelog.rst and todo.rst
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user