You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg-py/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
* The current SQL query and title can now be programmatically set through the `.sql()` and `.title()` methods of `QueryChat()`. (#98, #101)
21
21
22
+
* New `querychat.data` module provides sample datasets (`titanic()` and `tips()`) to make it easier to get started without external dependencies. (#118)
23
+
22
24
* Added a `.generate_greeting()` method to help you create a greeting message for your querychat bot. (#87)
23
25
24
26
* Added `querychat_reset_dashboard()` tool for easily resetting the dashboard filters when asked by the user. (#81)
Copy file name to clipboardExpand all lines: pkg-py/docs/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
* The current SQL query and title can now be programmatically set through the `.sql()` and `.title()` methods of `QueryChat()`. (#98, #101)
21
21
22
+
* New `querychat.data` module provides sample datasets (`titanic()` and `tips()`) to make it easier to get started without external dependencies. (#118)
23
+
22
24
* Added a `.generate_greeting()` method to help you create a greeting message for your querychat bot. (#87)
23
25
24
26
* Added `querychat_reset_dashboard()` tool for easily resetting the dashboard filters when asked by the user. (#81)
0 commit comments