Skip to content

Commit

Permalink
release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayne committed Sep 8, 2023
1 parent 74b094d commit 331a15e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.0] - 2023-09-08
[streamlit-feedback](https://github.com/trubrics/streamlit-feedback/stargazers) has been revamped for tighter integration with st chat elements
### Changed
- fix dependency with `streamlit-feedback==0.1.2`
- `single_submit` has been removed from `.st_feedback()`, and replaced with `disable_with_score`

### Added
- new streamlit chatbot streaming example

### Fixed
- streamlit llm examples

## [1.5.2] - 2023-09-04
### Fixed
- `user_response` is dict rather than `Response` for feedback_type="text"
Expand Down
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.5.2
version = 1.6.0
description = The first user analytics platform for AI models.
long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.

Expand Down

0 comments on commit 331a15e

Please sign in to comment.