You know, there is no reason Model has to define the step/run interface

The user can do that for themselves
This commit is contained in:
James P. Howard, II
2022-08-19 19:20:48 -04:00
parent 78aca204f4
commit d884e603cb
10 changed files with 99 additions and 70 deletions

View File

@@ -1,6 +1,10 @@
Changelog
=========
- :feature `0` Removed step()/run() from Model interface
- :feature:`0` Revised interfaces to the grids
- :feature:`0` Updated all support packages to most current versions
- :release:`0.5.1 <2022.08.11>`
- :support:`0` Completed initial unit tests
- :support:`0` Added background info to READ ME