Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jan 12, 2024
1 parent 0a80bfb commit 3bc389d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Encoding: UTF-8
Type: Package
Package: fastTopics
Version: 0.6-160
Version: 0.6-161
Date: 2024-01-12
Title: Fast Algorithms for Fitting Topic Models and Non-Negative
Matrix Factorizations to Count Data
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 @@ -428,7 +428,7 @@ fit_poisson_nmf <- function (X, k, fit0, numiter = 100,
method.text <- "CCD"
cat(sprintf("Running %d %s updates, %s extrapolation ",numiter,
method.text,ifelse(control$extrapolate,"with","without")))
cat("(fastTopics 0.6-160).\n")
cat("(fastTopics 0.6-161).\n")
}

# INITIALIZE ESTIMATES
Expand Down

0 comments on commit 3bc389d

Please sign in to comment.