Releases: quanteda/quanteda.textstats
Releases · quanteda/quanteda.textstats
CRAN v0.97.1
28 Aug 04:06
Compare
Sorry, something went wrong.
No results found
Minor compatibility updates to pass new and improved CRAN checks.
CRAN v0.96.4
03 Nov 09:37
Compare
Sorry, something went wrong.
No results found
Purpose:
To fix a C++ issue with TBB that was causing an installation failure on
downstream packages on ubuntu-devel environments.
To remove some C++ code for similarity computations that is not needed
because it is contained in the proxyC library.
CRAN v0.96.3
26 Oct 16:21
Compare
Sorry, something went wrong.
No results found
A minor fix to change packageVersion() calling a numeric instead of character, following a note from CRAN.
CRAN v0.96.2
28 Apr 07:15
Compare
Sorry, something went wrong.
No results found
Fixes for C++ header compatibility for existing quanteda 3.x and the forthcoming 4.0 version.
Fixes for compatibility with Matrix >= 1.5. (#54 )
Fixed how subsetting ([) works for textstat outputs, to fix #50 .
CRAN v0.96
19 Sep 15:37
Compare
Sorry, something went wrong.
No results found
Fixes for compatibility with Matrix >= 1.5. (#54 )
Fixed how subsetting ([) works for textstat outputs, to fix #50 .
CRAN v0.95
24 Nov 09:48
Compare
Sorry, something went wrong.
No results found
Updated textstat_simil() for new proxyC version v0.2.2, which affects how similarities are returned for NA values. See #45 .
Fixed a bug in the computation of Yule's K. (#46 )
Corrected the name of similarity method "hamann" to its correct spelling (formerly "hamman", which still works too). (#44 )
CRAN v0.94
06 Apr 09:03
Compare
Sorry, something went wrong.
No results found
Move the S4 definitions for simil, dist, and proxy textstat classes from quanteda to quanteda.textstats .
Changes the operation of groups in textstat_frequency() to operate as in quanteda v3.
CRAN v0.93
20 Mar 10:39
Compare
Sorry, something went wrong.
No results found
Minor changes to ensure compatibility with quanteda v3.
Changes to avoid breaking tests on older releases, caused by changes to the default for stringsAsFactors in data.frame().
CRAN v0.92
20 Feb 12:13
Compare
Sorry, something went wrong.
No results found
Removed data.table dependency (#5 ).
Removed older non-C++ keyness methods (#4 ).
Removed code that was breaking the Solaris build on CRAN.
Removed digest Import not used.
CRAN v0.91
11 Dec 22:28
Compare
Sorry, something went wrong.
No results found
Fixes some issues causing errors on Solaris and on tests for the older R release on Windows.
Removes problematic cacheing of results from textstat_summary() and associated functions and tests.