Skip to content

v0.3.9

Choose a tag to compare

@nashabanov nashabanov released this 21 Mar 17:54
· 23 commits to main since this release

Added

  • Deterministic generation new seed: int | None = None parameter in case() and cases() for reproducible test data
  • GenerationContext - immutable context object passed through entire generation pipeline
  • pydantic default_factory support - save callable object and call it at generation stage

Changed

  • Internal architecture - all generators now receive GenerationContext instead of raw rng