Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump genie-toolkit from 0.8.0 to 0.9.1 #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps genie-toolkit from 0.8.0 to 0.9.1.

Changelog

Sourced from genie-toolkit's changelog.

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

Please see the previous releases for the full list of changes in this development cycle.

0.9.0-rc.1

Dialogue agent improvements

  • Added another confidence level, used to override normal confidence #848.
  • The logic to choose dialogue handlers was improved to avoid an accidental switch when answering a question from the agent #850.

New features in engine and runtime

  • Improved handling of active and inactive conversations, allowing the engine to go to sleep without losing the conversation state #836.
  • Added support for persistent conversation history #835.

Changes to synthesis and training tools

  • Added support for disk-based sampling of parameters during augmentation #846.
  • Starter makefiles now download parameter datasets from S3 instead of Thingpedia #846.

Other changes

  • genie assistant now uses the Thingpedia URL configured in git, if present #850.
  • Added some more FAQs to the builtin skill [#851, #855, #856].
  • Misc bug fixes [#852, #853, #854].
  • Updated dependencies [#833, #837, #857].

0.9.0-alpha.1

User visible changes

  • All references to the assistant now use the name "Genie" rather than "Almond".
  • New feature: one-off timers at a specific time [#623, #673, #681, #695, #696, #699, #715, #750].

Dialogue agent improvements

  • Added support to dispatch to different dialogue backends not backed by ThingTalk. This is useful to interface with FAQ models and question-answering systems

... (truncated)

Commits
  • 6735773 v0.9.1
  • 886c397 Merge pull request #903 from stanford-oval/dependabot/npm_and_yarn/ts-node-10...
  • 742f408 Merge pull request #901 from stanford-oval/dependabot/npm_and_yarn/types/seed...
  • 09d81aa Bump ts-node from 10.4.0 to 10.7.0
  • 7189fb1 Bump @​types/seedrandom from 3.0.1 to 3.0.2
  • 11288a3 Merge pull request #897 from stanford-oval/wip/travis-node-upgrade
  • f2f4d47 Switch to use node 14 for travis
  • a930f1a Merge pull request #899 from stanford-oval/wip/type-fix
  • bfe0760 Merge pull request #898 from stanford-oval/wip/remove-mmap-io
  • b9af066 Update typescript
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sileixu, a new releaser for genie-toolkit since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [genie-toolkit](https://github.com/stanford-oval/genie-toolkit) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/stanford-oval/genie-toolkit/releases)
- [Changelog](https://github.com/stanford-oval/genie-toolkit/blob/master/HISTORY.md)
- [Commits](stanford-oval/genie-toolkit@v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: genie-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants