From 7849a49355f1bb6fa0b715e4ae07030b3a411beb Mon Sep 17 00:00:00 2001 From: "James P. Howard, II" Date: Fri, 26 Aug 2022 23:42:04 -0400 Subject: [PATCH] Documentation updates: changelog.rst and todo.rst --- docs/changelog.rst | 6 ++++++ docs/todo.rst | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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::