Skip to content

Commit

Permalink
v0.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed May 24, 2021
1 parent 97845d3 commit aa08d18
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
@@ -1,3 +1,16 @@
0.8.0-rc.1
==========

* Improved agent templates, so more dialogue states are handled correctly
by the agent [#629].
* Added support for beam search in prediction [#629].
* Misc bug fixes, many related to handling of multiple devices [#575, #618, #620,
#621, #625, #626, #627, #628, #630].

Contributors to this release:
- Philip Allgaier
- Sina Semnani

0.8.0-beta.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
@@ -1,6 +1,6 @@
{
"name": "genie-toolkit",
"version": "0.8.0-beta.1",
"version": "0.8.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 aa08d18

Please sign in to comment.