Skip to content

Commit b547081

Browse files
committed
Update readme with version increment
1 parent 2e5306f commit b547081

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: dfrtopics
22
Title: Tools for exploring topic models of text
33
Description: This package provides tools for exploring topic models created by
44
MALLET, with specialized functions for handling JSTOR Data for Research data.
5-
Version: 0.2.5
5+
Version: 0.2.5.2
66
Author: Andrew Goldstone <andrew.goldstone@gmail.com>
77
Maintainer: Andrew Goldstone <andrew.goldstone@gmail.com>
88
Imports:

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,24 @@ The tests are based on a sample set of data from DfR, in the repository under `t
4646

4747
## Version history
4848

49-
v0.2.5.1
50-
: 7/1/22. Maintenance.
49+
Recent versions can be found on the [releases](https://github.com/agoldst/dfrtopics/releases) page.
5150

52-
v0.2.5
53-
: 8/6/19. Some support for visualization of multiple models together (sort of) using dfr-browser v0.8.1-alpha.
51+
v0.2.5.2. 7/15/22. Maintenance I missed four days ago.
5452

55-
v0.2.4
56-
: 4/26/16. Compatibility with `mallet` package versions 1.0 and 1.1+. *Very experimental* topic alignment functions.
53+
v0.2.5.1. 7/11/22. Maintenance.
5754

58-
v0.2.3
59-
: 4/19/16. An adjusted dfr-browser export via `dfr_browser()` for one-line interactive browsing. `export_browser_data` is still available for more control. `wordcounts_instances` introduced to help express "no, MALLET, no more tokenizing!"
55+
v0.2.5. 8/6/19. Some support for visualization of multiple models together (sort of) using dfr-browser v0.8.1-alpha.
6056

61-
v0.2.2
62-
: 2/10/16. New (beta) feature: functions for the mutual information of words and documents within topics, and for using this in a posterior predictive check of the model fit: `imi_topic`, `mi_topic`, `imi_check`, `mi_check`. Introduces a dependency on RcppEigen.
57+
v0.2.4. 4/26/16. Compatibility with `mallet` package versions 1.0 and 1.1+. *Very experimental* topic alignment functions.
6358

64-
v0.2.1
65-
: 9/23/15. Minor updates. `read_wordcounts` accepts a `reader` method for improved flexibility about data sources, and `export_browser_data` is more tolerant of variant metadata formats. Scaled topic coordinates now use `JS_divergence` written in C++ (introducing a direct Rcpp dependency for a questionable speed gain in a function no one uses). Various code- and documentation-cleaning tweaks.
59+
v0.2.3. 4/19/16. An adjusted dfr-browser export via `dfr_browser()` for one-line interactive browsing. `export_browser_data` is still available for more control. `wordcounts_instances` introduced to help express "no, MALLET, no more tokenizing!"
6660

67-
v0.2
68-
: New release, September 2015. An almost completely rewritten API, so don't expect backwards compatibility. This version should be more flexible and easier to use. At least it has more documentation.
61+
v0.2.2. 2/10/16. New (beta) feature: functions for the mutual information of words and documents within topics, and for using this in a posterior predictive check of the model fit: `imi_topic`, `mi_topic`, `imi_check`, `mi_check`. Introduces a dependency on RcppEigen.
6962

70-
v0.1
71-
: Earliest public version(s), 2013--2015
63+
v0.2.1. 9/23/15. Minor updates. `read_wordcounts` accepts a `reader` method for improved flexibility about data sources, and `export_browser_data` is more tolerant of variant metadata formats. Scaled topic coordinates now use `JS_divergence` written in C++ (introducing a direct Rcpp dependency for a questionable speed gain in a function no one uses). Various code- and documentation-cleaning tweaks.
64+
65+
v0.2. New release, September 2015. An almost completely rewritten API, so don't expect backwards compatibility. This version should be more flexible and easier to use. At least it has more documentation.
66+
67+
v0.1. Earliest public version(s), 2013--2015
7268

7369
Andrew Goldstone (<andrew.goldstone@rutgers.edu>)

0 commit comments

Comments
 (0)