Skip to content

Commit bd4981f

Browse files
committedDec 4, 2021
update: v 0.8.10
1 parent 28d4d71 commit bd4981f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
4+
## 0.8.10
5+
- [x] feat: Sklearn based MLP classifier added as a plugin with gridsearch.
6+
7+
## 0.8.9
8+
- [x] fix: XLM classifier wasn't using xlmrobert, but bert instead.
9+
310
## 0.8.8
411

512
- [x] feat: ListSearchPlugin can find keyword entities via fuzzy search.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dialogy"
3-
version = "0.8.8"
3+
version = "0.8.10"
44
description = "Language understanding for human dialog."
55
authors = ["Amresh Venugopal <amresh.venugopal@gmail.com>"]
66

0 commit comments

Comments
 (0)