Skip to content

Releases: trubrics/trubrics-python

v1.5.1

29 Aug 09:31
Compare
Choose a tag to compare

Changed

  • Rename model_config with config_model for pydantic

v1.5.0

29 Aug 09:01
Compare
Choose a tag to compare

⚠️ This version has breaking changes.

Depreciated

  • All validations have been depreciated.

Added

  • New hierarchy for organising Projects in Trubrics
  • New log_prompts method for tracing user prompts and model generations

Changed

  • Updated API (Python SDK & Streamlit) for collecting feedback

v1.4.5

11 Aug 14:32
Compare
Choose a tag to compare

Changed

  • Added option to skip success or error message upon saving feedback to Trubrics

v1.4.4

08 Aug 07:04
Compare
Choose a tag to compare

Changed

  • Replaced streamlit python feedback components with React components

v1.4.3

17 Jul 11:10
Compare
Choose a tag to compare

Changed

  • Move all validations dependencies to "pip install trubrics[validations]"

v1.4.2

05 Jul 09:01
Compare
Choose a tag to compare

Changed

  • Make UTC default for saving feedback responses

Fixed

  • Use default factory for Feedback object created_on

v1.4.1

30 Jun 18:35
Compare
Choose a tag to compare

Changed

  • Refactored all feedback docs to fit new trubrics feedback API
  • Reorganised all examples

Fixed

  • Fixed flask example app
  • Fixed titanic example app
  • Fixed llm example app

v1.4.0

21 Jun 11:21
6ce69d6
Compare
Choose a tag to compare

Refactor of Feedback collector to fit to new Trubrics user insights platform

v1.3.7

07 May 11:02
Compare
Choose a tag to compare

Changed

  • Added trubrics_platform_auth into titanic example app
  • Upgrade streamlit>=1.18.0

v1.3.6

03 May 06:41
Compare
Choose a tag to compare

Fixed

  • Fix Unauthenticated error in Trubrics platform auth with refresh function parameter