Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@howardjp howardjp released this 23 Jan 01:55
· 12 commits to main since this release
  • [Feature]: Added distance measures to grid coordinate objects
  • [Feature]: Switched from ranlux24 to mt19937 due to speed
  • [Feature]: Added some useful constants, for use as random seeds
  • [Feature]: Added data collecting and reporting modules
  • [Feature]: Added Bank Reserves model to demonstrate reporting
  • [Feature]: Moved to exception-based error handling
  • [Feature]: Readded step() to the Model interface
  • [Support]: Added documentation for each example
  • [Support]: Added a minimal example and tutorial