Skip to content

Releases: quotient-ai/quotient-python

v0.2.2 - Token based authentication

07 Mar 21:49
Compare
Choose a tag to compare

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

06 Mar 16:17
953fbd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Add sampling for logs

03 Mar 18:34
0d5e194
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.2.0

v0.1.9 - Downgrade dependencies

25 Feb 18:39
d254c01
Compare
Choose a tag to compare

v0.1.8 - Add list method for logs & sampling

24 Feb 04:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7 - Allow `api_key` as init param to clients

18 Feb 18:23
7771004
Compare
Choose a tag to compare

v0.1.6 - Add async client, Modify Log inputs

13 Feb 16:58
22ff778
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - Better error handling for HTTP methods

10 Feb 23:34
3b5be7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4 - Eval Runs, Batch Rows, Logs

10 Feb 14:56
a97c3ff
Compare
Choose a tag to compare

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

Full Changelog: v0.1.3...v0.1.4

v0.1.3 - Enable dataset rows to be retrieved in call to `.list()`

13 Dec 19:37
1fa9020
Compare
Choose a tag to compare

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