Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Aug 31, 2019
1 parent a3f96f4 commit a935d8d
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.4.1
=====

* DatasetSplitter introduced a specific flag to choose which sentences are
suitable for evaluation [#84]
* Fixed templates for projections and aggregations [#76, #82, #83]
* Fixed handling of tokenizer disconnections [#86]
* Misc fixes [#77]

0.4.0
=====

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.4.0",
"version": "0.4.1",
"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 a935d8d

Please sign in to comment.