From 8430137fb3f9b80be5850c9b2809fce29c5cea82 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Tue, 26 Mar 2024 17:43:12 -0500 Subject: [PATCH] Bumped up version. --- DESCRIPTION | 4 ++-- R/fit_poisson_nmf.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 65591a6..40ca78f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Encoding: UTF-8 Type: Package Package: fastTopics -Version: 0.6-171 -Date: 2024-03-25 +Version: 0.6-172 +Date: 2024-03-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"), diff --git a/R/fit_poisson_nmf.R b/R/fit_poisson_nmf.R index 9b283da..cfa9231 100644 --- a/R/fit_poisson_nmf.R +++ b/R/fit_poisson_nmf.R @@ -440,7 +440,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-171).\n") + cat("(fastTopics 0.6-172).\n") } # INITIALIZE ESTIMATES