Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

CHAOSOASIS

Compare
Choose a tag to compare
@darkarnium darkarnium released this 10 Jan 22:01
· 3 commits to master since this release

New Features!

  • MIT LICENCE πŸŽ‰
  • Output processors push results back to processors rather than submitting inside of the simulation.
    • Removes lag on push to SNS at the end of an interaction.
    • Allows new output processors to be added.
  • JSON 'flat-file' output now supported.
    • No more AWS requirement!

Breaking Changes!

  • Moved simulations out of the project.
    • Allows for simulations to be managed by the user.
    • Allows for easier addition and updating of simulations - as they're not inside of Kako.
  • Python 3 (ONLY).

Bug Fixes.

  • Better Telnet support.
  • Various fixes.
  • Added tests (~44% coverage).