Skip to content

SynthWorld 0.7.0

Choose a tag to compare

@bluntmachetti bluntmachetti released this 20 Jul 10:36
· 251 commits to main since this release

First PyPI release: pip install idcognito-synthworld (import and CLI name: synthworld).

Added

  • PyPI release workflow using GitHub OIDC Trusted Publishing, gated on the full CI suite and a tag-to-version match.
  • py.typed marker so type checkers consume the package's inline annotations; its presence in the wheel is asserted by make package.
  • examples/ with a worked exact-span extraction evaluation and annotated sample output; the example runs as part of make ci so it cannot rot.
  • Project URLs, keywords, and classifiers in the packaging metadata.
  • Changelog, code of conduct, issue templates, and a pull-request template.

Changed

  • README documents the idcognito-synthworld install name, adds status badges, and links the examples.
  • The public data dictionary no longer references internal roadmap milestones.

Full changelog: https://github.com/bluntmachetti/synthworld/blob/main/CHANGELOG.md