Skip to content

Commit

Permalink
increments version for patch and news
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Dec 9, 2024
1 parent 65bd736 commit 937f8b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qtkit
Title: Quantitative Text Kit
Version: 1.1.0
Version: 1.1.1
Authors@R:
person("Jerid", "Francom", , "[email protected]",
role = c("aut", "cre", "cph"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# qtkit 1.1.1

Bug fixes:

- Bug fix (#9): `create_data_dictionary()` now catches errors when the \
AI model fails to produce a CSV output that will parse correctly. A warning \
is issued and the function returns a data dictionary without the AI model. \
_Note: In testing, gpt-3.5-turbo and gpt-4 have been found to be the most \
reliable models for this task._

# qtkit 1.1.0

New features:
Expand Down

0 comments on commit 937f8b0

Please sign in to comment.