Skip to content

Commit

Permalink
update: 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ltbringer committed Jan 26, 2022
1 parent ce9cf50 commit 9509f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 0.8.11
- [ ] feat: plugin to merge previously tracked datetime entities with currently extracted datetime entities.
- [x] feat: plugin to merge previously tracked datetime entities with currently extracted datetime entities.
- [x] feat: New entity type credit-card / debit-card supported via `PlasticCurrencyEntity`.

## 0.8.10
- [x] feat: Sklearn based MLP classifier added as a plugin with gridsearch.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dialogy"
version = "0.8.10"
version = "0.8.11"
description = "Language understanding for human dialog."
authors = ["Amresh Venugopal <[email protected]>"]

Expand Down

0 comments on commit 9509f7e

Please sign in to comment.