Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sileix committed Apr 2, 2022
1 parent 886c397 commit 6735773
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=====
0.9.1

* Add synthetic data sampler for string and entity types [#871]
* Disable parallelization in the custom starter code, which no longer works [#865]
* Remove mmap-io for the exact matcher in the parser [#898]
* Move travis testing environment from 12 to 14 [#897]
* Misc bug fixes [#872, #899]
* Update dependencies [#873, #878, #886, #889, #890, #892, #893, #894, #895, #896, #901, #902]
* Typos [#864]

0.9.0
=====

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",
"version": "0.9.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 6735773

Please sign in to comment.