Skip to content

Releases: quotient-ai/quotient-python

v0.1.4 - Eval Runs, Batch Rows, Logs

10 Feb 14:56
a97c3ff

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

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

v0.1.2 - Fixes broken `delete` logic

06 Nov 17:41
ec5d6c2

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Minor error handling & typo fixes

05 Nov 22:12
f6d42fb

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Updated Quotient SDK

05 Nov 06:30

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.1.0

v0.0.7 - Remove pydantic to avoid compat issues with other libs Latest

01 Aug 18:36
3b7ff86

Choose a tag to compare

v0.0.6 - Support for Translation Generation

10 Jul 17:07
13d8fc5

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5 - Support for Dataset Generation in CLI

21 Jun 18:15
bfbf33c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

30 Apr 18:45
2253fa7

Choose a tag to compare

What's Changed

  • Updated the way users configure their external models to be more Pythonic

v0.0.3

29 Apr 14:35

Choose a tag to compare

What's Changed

  • New functionality to transform job results into a Pandas dataframe and save to csv.