Skip to content

Releases: trubrics/trubrics-python

v1.3.5

25 Apr 12:42
4ade925
Compare
Choose a tag to compare

Fixed

  • Fixed trubrics run with new .json file corresponding to new Trubric data model

v1.3.4

20 Apr 17:33
e81d1f2
Compare
Choose a tag to compare

Added

  • Functionality to fail a Trubric run (cli or notebook) based on the severity of validations
  • New integration with MlFlow 🎉 - you can now:
    • Validate an mlflow run with Trubrics with mlflow.evaluate(evaluators="trubrics")
    • Save all validation results to the MLflow UI
    • Write custom python functions to validate your data or models with MLflow

Changed

  • Changed data model of Trubric object
  • Tutorials for classification and regression models added to docs, ready to run in google colab
  • Removed notebook run in the docs CI

v1.3.3

05 Apr 15:12
25d4fcc
Compare
Choose a tag to compare

Fixed

  • Users can now trubrics init with environment variables
  • Clearer trubrics init documentation

v1.3.1.2

31 Mar 09:41
Compare
Choose a tag to compare

Fixed

  • Users can now trubrics init without manual prompts

v1.3.2

28 Mar 10:05
574b7fc
Compare
Choose a tag to compare

Added

  • New methods of FeedbackCollector to allow for the use of standalone Trubrics UI components. E.g. collector.st_faces_ui()
  • Open question feedback option to collect with feedback types "issue" & "faces"
  • Disable on click functionality for a smoother user experience with feedback types
  • Feedback pydantic model returned from st_feedback() method

Changed

  • Updated data model for the Feedback object
  • Add a note to the demo app explaining the experiment features
  • Changed order of feedback and validations in README
  • Feedback components are now decoupled from the data context

v1.3.1

18 Mar 09:52
Compare
Choose a tag to compare

Added

  • Custom type for streamlit FeedbackCollector
  • Unit tests for streamlit FeedbackCollector
  • Example code snippets for Demo app

v1.3.0

17 Mar 08:48
Compare
Choose a tag to compare

Added

  • A brand new, shiny FeedbackCollector for streamlit 🎉. Highlights:
    • A new demo app on Titanic, with options for auth directly in the CLI
    • New FeedbackCollector object that stores metadata of your models and dataset versions
    • New auth component for Trubrics platform
    • New st_feedback() component with multiple types available
    • Updated docs

Fixed

  • Flex dependencies versions
  • Moved Streamlit, Gradio and Dash to extra_dependencies
  • Moved feedback integrations to an integrations/ dir

v1.2.9

03 Mar 09:15
202c71d
Compare
Choose a tag to compare

Fixed

  • Display up to 50 projects from Trubrics in trubrics init
  • Add @lru_cache to get Idtoken upon each write
  • Hide locals in typer print (for sensitive password on error)

v1.2.8

27 Feb 19:21
Compare
Choose a tag to compare

Changed

  • Refactored TrubricRun to include methods to generate a Trubric
  • Update CLI docs and gifs

v1.2.7

26 Feb 22:15
1cc9e37
Compare
Choose a tag to compare

Fixed

  • Added .json to python package