Skip to content

Commit

Permalink
release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayne committed Feb 16, 2023
1 parent 71a6f2d commit ca540e8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,97 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.3] - 2023-02-16

### Fixed

- Added project_id to `trubrics init`

## [1.2.0] - 2023-02-15

### Changed

- `trubrics init` refactoring with authentication with Trubrics
- `trubrics run` refactoring to store validations to firestore (Trubrics DB)
- `Feedback` and `Trubric` have adapted data model
- Cleaned notebooks examples/ folder
- Updated docs and README with Trubrics platform references

### Added

- FeedbackCollector now has authentication for Trubrics users
- `Feedback` and `Trubric` have `save_ui()` methods for new DB

### Fixed

- Bumped streamlit version

## [1.1.1] - 2022-11-14

### Changed

- Allow for list types to be saved in result dict validation output
- Restricted extra_fields of `Trubric` pydantic model
- Changed `trubric_name` field to `name` in `Trubric` pydantic model

## [1.1.0] - 2022-11-02

### Added

- Getting started video to readme
- Features field for DataContext
- Integration with Gradio for collecting feedback
- Integration with Dash for collecting feedback

### Changed

- Adopted a functional approach to FeedbackCollector
- Separated feedback collector to collect and experiment functions
- Updated feedback collector readme and docs

## [1.0.2] - 2022-10-14

### Fixed

- Fixed github action to display changelog to release tag

## [1.0.1] - 2022-10-13

### Fixed

- Fixed save feedback log
- FeedbackCollector has simplified feedback form

## [1.0.0] - 2022-10-06

### Added

- New CHANGELOG.md
- New CONTRIBUTING.md

### Removed

- Getting started video from README and docs. Soon to be replaced with updated video

## [0.2.3] - 2022-10-03

### Added

- New metrics, cli & data_context docs

### Changed

- Restructure readme with examples that run
- Restructure docs to follow readme key features
- Complete unit tests for ModelValidator
- Separate out "contexts" from context.py into their respective folders

### Fixed

- PyPI packaged example data is now readable
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = trubrics
version = 1.2.1
version = 1.2.3
description = Combine data science knowledge with business user feedback to validate machine learning.
long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.

Expand Down

0 comments on commit ca540e8

Please sign in to comment.