diff --git a/docs/changelog.rst b/docs/changelog.rst index b298ee7..b4be913 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/docs/todo.rst b/docs/todo.rst index f1c0cd8..f740fd1 100644 --- a/docs/todo.rst +++ b/docs/todo.rst @@ -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::