Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Jun 25, 2024
1 parent 5f79363 commit 125f8d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 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.3.0
Version: 1.3.1
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 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.3.1

- Fix C++ code for Armadillo v14.

## Changes in v1.3.0

- Add `perplexity()` to compute perplexity scores of fitted LDA models.
Expand Down

0 comments on commit 125f8d8

Please sign in to comment.