Skip to content

Python SDK v9.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:01
95a0bd3

Added

  • client.experiments — manage project experiments that compare two or more variants against a baseline: list, create, get, update, delete. Each variant is a population defined by a filter_set, an optional search query, and a time_range; exactly one variant carries the baseline flag. client.experiments.get returns the full comparison — per-variant metrics grouped by entity (sessions, users, tools, signals, behaviours), where every metric is a { "value": ..., "delta": ... } pair whose delta is the signed change versus the baseline (None on the baseline variant itself). tools, signals, and behaviours also carry a top ranked list.