Changelog

Below is the consolidated changelog for Kami.

Next release

  • [Feature]: Added baseline for continuous domains

0.7.2 2023.01.22

  • [Bug]: Streamlined documentation builds

0.7.1 2023.01.22

  • [Bug]: Corrected bug in documentation build

0.7.0 2023.01.22

  • [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

0.6.0 2022.08.19

  • [Feature]: Updated all support packages to most current versions

  • [Feature]: Revised interfaces to the grids

  • [Feature]: Removed step()/run() from Model interface

  • [Feature]: Completed basic unit tests

  • [Feature]: Added a to do list to the documentation

0.5.1 2022.08.11

  • [Support]: Added background info to READ ME

  • [Support]: Completed initial unit tests

0.5.0 2022.08.08

  • [Feature]: Added support semver versioning via neargye-semver

  • [Feature]: Restructured the entire interface

  • [Feature]: Added a barebones “starter” model to build from

  • [Bug]: Corrected the badge link in the README file

  • [Bug]: Make library static by default

  • [Bug]: Numerous build process cleanups

  • [Bug]: Numerous code cleanups to remove void returns and eliminate stored Model references

  • [Support]: Numerous documentation cleanups

0.4.2 2021.09.25

  • [Bug]: Fixed Changelog with current releases added

  • [Bug]: Fixed Changelog to move docs to support

0.4.1 2021.09.25

  • [Bug]: Fixed README file links

0.4.0 2021.09.25

  • [Bug]: Retagged previous versions using pure Semantic Versioning

  • [Bug]: Cleaned up numerous issues found by CLion’s linter

  • [Support]: Added a changelog!

  • [Support]: Documentation for kami::RandomScheduler

  • [Support]: Added basic installation instructions

  • [Support]: Added a new overview to the documents

0.3.0 2021.09.20

  • [Feature]: Initial public release.