Skip to content

Commit

Permalink
Increment the version and news
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Mar 21, 2024
1 parent b09be06 commit 235bdaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: seededlda
Type: Package
Title: Seeded Sequential LDA for Topic Modeling
Version: 1.1.0
Version: 1.2.0
Authors@R: c(person("Kohei", "Watanabe", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Phan", "Xuan-Hieu", email = "[email protected]", role = c("aut", "cph"), comment = "GibbsLDA++"))
Description: Seeded Sequential LDA can classify sentences of texts into pre-define topics with a small number of seed words (Watanabe & Baturo, 2023) <doi:10.1177/08944393231178605>.
Expand All @@ -20,6 +20,8 @@ Depends:
Imports:
Matrix
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.600.1.0), quanteda, testthat
SystemRequirements: Intel TBB: tbb-devel (Fedora, CentOS, RHEL), libtbb-dev (Debian, Ubuntu, etc) or tbb (Mac).
NeedsCompilation: yes
Suggests:
testthat,
topicmodels,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Changes in v1.2.0

* Remove RcppParallel from the dependency following changes in **quanteda** v4.0.

## Changes in v1.1.1

* Allow `alpha` and `beta` to be a vector for asymmetric Dirichlet priors.
Expand Down

0 comments on commit 235bdaf

Please sign in to comment.