-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathChangeLog
85 lines (70 loc) · 2.58 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Release 3.2.3:
* Minor change for CRAN.
Release 3.2.2:
* C function prototype changes for CRAN.
Release 3.2.1:
* Minor documentation fix for CRAN.
Release 3.2.0:
* Fixed rare bug in check for bad values for string vectors.
* Drop LazyData, fix https issues for CRAN.
Release 3.1.0:
* Fixed break in get.string().
* Fixed edge case in multiread() (@russey).
* Fixed bug in preprocess().
* Fixed an unlikely malloc bug in ng_extract_ngrams().
* Added ng_order() and corresponding internals. (Heckendorf)
* Count newline chars as whitespace in string.summary().
* Major internal re-organization.
Release 3.0.4:
* Try to keep multibyte characters intact. (Heckendorf)
* Fixed rchk warning.
* Fixed some minor packaging issues.
Release 3.0.3:
* Registered native routines.
* Fixed vectorized tokenization.
* Fixed clang compiler warning in os detection.
Release 3.0.2:
* Fixed vignette build issues.
* Fixed some src/ bugs and static analysis complaints.
* Drop assertthat for simpler internal checks.
Release 3.0.1:
* Disabled babble test.
* Fixed many potential (and probably some actual) memory bugs (Heckendorf).
* Fixed scan-build warning in src/phrase_table.c. Improved memory allocations.
* Fixed several memory leaks in the babbler.
* Disabled babble test (Solaris seed breakage issue).
* Improved readme.
Release 3.0.0:
* Allowing custom word separators. (Heckendorf)
* Support for input text as a character vector with length > 1. (Heckendorf)
* Add ngram_asweka() (Heckendorf)
Release 2.0.0:
* Changed version numbering to Major.Minor.Patch.
* Added get.phrasetable().
* Added string.summary().
* Now storing counts of the ngram itself.
* Added concatenate() and charsplitter() utilities.
* Added comparison to tau and benchmark in the vignette.
* Improvements to the standalone library example programs.
* Switched to roxygen2.
Release 1.4.0:
* Added summary method to internal library.
* Refactored library internals.
* Registered native routines with R.
Release 1.3.0:
* Added historical background to "About" tab in shiny demo.
* Switched from C to R RNG for extra entropy in seeds.
Release 1.2.0:
* Fixed segfault when n=1.
* Fixed memory allocation bug in the babbler.
* Added shiny demo.
* Improved ngram printing output and options.
Release 1.1.0:
* Fixed some package issues.
* Clarified some statements in the vignette.
Release 1.0.0:
* Fixed memory leaks and Windows crashes (sorry CRAN!).
* Implemented markov generator.
* Added PRNG.
* Added R wrappers, some extractors.
* n-gram processor added. (Heckendorf)