Skip to content

Commit 2b98821

Browse files
authored
Merge pull request #42 from tidymodels/RC-0-3-0
RC 0.3.0
2 parents 69c82ba + 34ef0cf commit 2b98821

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Package: modeldb
22
Title: Fits Models Inside the Database
3-
Version: 0.2.3.9000
4-
Authors@R:
3+
Version: 0.3.0
4+
Authors@R: c(
5+
person("Edgar", "Ruiz", , "[email protected]", role = "aut"),
56
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"))
7+
)
68
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside
79
the database. It currently supports KMeans and linear regression
810
models.

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# modeldb (development version)
1+
# modeldb 0.3.0
2+
3+
- Fixes compatability issues with `dplyr`
24

35
# modeldb 0.2.3
46

0 commit comments

Comments
 (0)