Skip to content

Commit

Permalink
v0.7.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Aug 10, 2020
1 parent bd14cf0 commit 25b26d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.7.0-beta.5
============

* Added canonical forms and templates for domain-specific argmin/argmax [#260].
* Expanded templates for projection, with type-appropriate wh- questions [#261].
* Added hooks to the execution environment so devices can be notified when
a program ends. This can be used to batch the execution of multiple actions
in the same program [#259].

0.7.0-beta.4
============

Expand Down
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.7.0-beta.4",
"version": "0.7.0-beta.5",
"description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants",
"main": "lib/index.js",
"repository": "https://github.com/stanford-oval/genie-toolkit.git",
Expand Down

0 comments on commit 25b26d4

Please sign in to comment.