Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jun 26, 2024
1 parent 2a43799 commit b4db88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Encoding: UTF-8
Type: Package
Package: fastTopics
Version: 0.6-182
Date: 2024-06-25
Version: 0.6-183
Date: 2024-06-26
Title: Fast Algorithms for Fitting Topic Models and Non-Negative
Matrix Factorizations to Count Data
Authors@R: c(person("Peter","Carbonetto",role=c("aut","cre"),
Expand Down
2 changes: 1 addition & 1 deletion R/fit_poisson_nmf.R
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ fit_poisson_nmf <- function (X, k, fit0, numiter = 100,
cat(sprintf("Running at most %d %s updates, %s extrapolation ",
numiter,method.text,
ifelse(control$extrapolate,"with","without")))
cat("(fastTopics 0.6-182).\n")
cat("(fastTopics 0.6-183).\n")
}

# INITIALIZE ESTIMATES
Expand Down

0 comments on commit b4db88b

Please sign in to comment.