Releases: quotient-ai/quotient-python
Releases · quotient-ai/quotient-python
v0.2.2 - Token based authentication
What's Changed
- Add JWT authentication and storage to python client @waldnzwrld in #75
This release speeds up authentication and therefore response time between requests.
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - Non-blocking Logger
What's Changed
- [QUO-869] Update logger to be non blocking by @mike-goitia in #73
- bump version by @mike-goitia in #74
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Add sampling for logs
What's Changed
- QUO-852: Add fixed sampling for logs by @freddiev4 in #72
Full Changelog: v0.1.9...v0.2.0
v0.1.9 - Downgrade dependencies
Full Changelog: v0.1.8...v0.1.9
v0.1.8 - Add list method for logs & sampling
What's Changed
- hallucination_detection_sample_rate param by @crekhari in #70
- QUO-790: Add list method for logs by @freddiev4 in #71
Full Changelog: v0.1.7...v0.1.8
v0.1.7 - Allow `api_key` as init param to clients
Bump version
v0.1.6 - Add async client, Modify Log inputs
What's Changed
- [QUO-769] Add async client, Modify Log inputs by @mike-goitia in #67
- increment release to 0.1.6 by @mike-goitia in #68
Full Changelog: v0.1.5...v0.1.6
v0.1.5 - Better error handling for HTTP methods
What's Changed
- Add retries for client HTTP methods by @freddiev4 in #66
Full Changelog: v0.1.4...v0.1.5
v0.1.4 - Eval Runs, Batch Rows, Logs
What's Changed
- Add eval runs to SDK / CLI by @freddiev4 in #60
- Modify CLI to print tables & aggregate scores by @freddiev4 in #61
- Add route to allow users to see supported eval run metrics by @crekhari in #62
- Update datasets to batch rows & list datasets by @freddiev4 in #63
- Use batch rows for all dataset create operations by @waldnzwrld in #64
- [QUO-758] Add Logs, Add Hallucination Analysis by @mike-goitia in #65
New Contributors
- @crekhari made their first contribution in #62
- @waldnzwrld made their first contribution in #64
- @mike-goitia made their first contribution in #65
Full Changelog: v0.1.3...v0.1.4
v0.1.3 - Enable dataset rows to be retrieved in call to `.list()`
What's Changed
- Add
include_rows
parameter to .list() method to optionally include dataset rows by @jamesliounis in #58
Full Changelog: v0.1.2...v0.1.3