07.13.2025
Experiments Module in phoenix-client
arize-phoenix-client
PyPI
-
Added a new
experimentsproperty to bothClientandAsyncClientfor invoking experiment workflows. -
Introduced
ExperimentsandAsyncExperimentsclasses withrun_experimentmethods supporting tasks, evaluators, dry-run mode, and metadata. -
Implemented
SyncExecutorandAsyncExecutorclasses for concurrent execution with built-in progress bars. -
Added
RateLimiterandAdaptiveTokenBucketfor intelligent handling and throttling of rate-limit errors.
- Fixed a typo in the
datasets.get_dataset_versionsdocstring.
-
Introduced a
PhoenixExceptionbase class and refactored exception imports for consistency. -
Simplified rate limiter output by replacing
printifwith direct print statements.
feat: Add experiments module to phoenix-client by anticorrelator ยท Pull Request #8375 ยท Arize-ai/phoenix
GitHub

