Skip to content

Commit

Permalink
v0.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Dec 28, 2021
1 parent 7e40685 commit 4dd71bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.9.0-rc.1
==========

## Dialogue agent improvements
* Added another confidence level, used to override normal confidence [#848].
* The logic to choose dialogue handlers was improved to avoid an accidental switch
when answering a question from the agent [#850].

## New features in engine and runtime
* Improved handling of active and inactive conversations, allowing the engine to
go to sleep without losing the conversation state [#836].
* Added support for persistent conversation history [#835].

## Changes to synthesis and training tools
* Added support for disk-based sampling of parameters during augmentation [#846].
* Starter makefiles now download parameter datasets from S3 instead of Thingpedia [#846].

## Other changes
* `genie assistant` now uses the Thingpedia URL configured in git, if present [#850].
* Added some more FAQs to the builtin skill [#851, #855, #856].
* Misc bug fixes [#852, #853, #854].
* Updated dependencies [#833, #837, #857].

0.9.0-alpha.1
=============

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genie-toolkit",
"version": "0.9.0-alpha.1",
"version": "0.9.0-rc.1",
"description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants",
"repository": "https://github.com/stanford-oval/genie-toolkit.git",
"author": "Giovanni Campagna <gcampagn@cs.stanford.edu>",
Expand Down

0 comments on commit 4dd71bc

Please sign in to comment.