Skip to main content

Python SDK v0.2.0

Released: 2026-04-07

What's New

Features

  • Convenience methods for common event categories: get_questionnaire(), get_instructions(), get_consent()
  • Deployment management: list_deployments(), get_deployment(), get_deployment_sessions()
  • API warning surfacing: backend _warnings metadata now emitted via Python's warnings module
  • get_all_data() now includes ratings_sparse, questionnaire, instructions, and consent

CI/CD

  • Publish workflow now requires all tests to pass before releasing to PyPI
  • Sigstore attestations for supply chain security
  • Python 3.13 added to test matrix

Breaking Changes

  • get_all_data() return keys changed: "ratings" split into "ratings_continuous" and "ratings_sparse"