Skip to content

Commit 331a15e

Browse files
committed
release v1.6.0
1 parent 74b094d commit 331a15e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0] - 2023-09-08
11+
[streamlit-feedback](https://github.com/trubrics/streamlit-feedback/stargazers) has been revamped for tighter integration with st chat elements
12+
### Changed
13+
- fix dependency with `streamlit-feedback==0.1.2`
14+
- `single_submit` has been removed from `.st_feedback()`, and replaced with `disable_with_score`
15+
16+
### Added
17+
- new streamlit chatbot streaming example
18+
19+
### Fixed
20+
- streamlit llm examples
21+
1022
## [1.5.2] - 2023-09-04
1123
### Fixed
1224
- `user_response` is dict rather than `Response` for feedback_type="text"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trubrics
3-
version = 1.5.2
3+
version = 1.6.0
44
description = The first user analytics platform for AI models.
55
long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.
66

0 commit comments

Comments
 (0)