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

RC 0.3.0 #42

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: modeldb
Title: Fits Models Inside the Database
Version: 0.2.3.9000
Authors@R:
Version: 0.3.0
Authors@R: c(
person("Edgar", "Ruiz", , "edgar@posit.co", role = "aut"),
person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"))
)
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside
the database. It currently supports KMeans and linear regression
models.
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# modeldb (development version)
# modeldb 0.3.0

- Fixes compatability issues with `dplyr`

# modeldb 0.2.3

Expand Down
Loading