Skip to content

v2.0.2

Compare
Choose a tag to compare
@HighDiceRoller HighDiceRoller released this 19 May 01:44
· 63 commits to main since this release

v2.0.2 - 1 April 2025

  • Fix default next_state_key identification.

v2.0.1 - 1 April 2025

  • Adjusted behavior of MultisetEvaluator caching between calls to evaluate() depending on the value of next_state_key.
    • By default, next_state_key will only cache if the evaluator is called directly (i.e. not inside a @multiset_function).
    • If a full next_state_key is given, it will cache inside @multiset_function, provided the other contents agree.
    • The special value NoCache will disable caching.
  • Support argumentless evaluations.
  • Some typing fixes.