From 25b26d4d4b313d50b4161672eb94e49102025ea2 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 10 Aug 2020 10:56:21 -0700 Subject: [PATCH] v0.7.0-beta.5 --- HISTORY | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index e039c89f7..487f463e6 100644 --- a/HISTORY +++ b/HISTORY @@ -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 ============ diff --git a/package.json b/package.json index 048d9c7ea..aa72966dd 100644 --- a/package.json +++ b/package.json @@ -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",