-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
64 lines (52 loc) · 2.74 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
2014-09-09 Jonathan Olmsted <[email protected]>
* DESCRIPTION: version 0.1-8
* src/vtn1.cpp: Variance calculation now supports extreme cases
* src/etn1.cpp: Expectation calculation now supports extreme cases
2014-09-09 Jonathan Olmsted <[email protected]>
* DESCRIPTION: version 0.1-7
* src/enttn1.cpp: Entropy supports infinite truncation bounds.
2014-09-03 Jonathan Olmsted <[email protected]>
* src/enttn*: Add entropy calculation at all levels of the chain.
* src/RcppTN_init.cpp: Registare entropy functions.
* R/enttn.R: Add entropy calculation R function.
* test/testthat/test-Entropy: Add entropy calculation test.
2014-03-31 Jonathan Olmsted <[email protected]>
* test/testthat/test-Density.R: add density test for shifts in distro
2014-03-28 Jonathan Olmsted <[email protected]>
* R/rtn.R, R/etn.R, R/vtn.R: make checks optional, default behavior unchanged
* vignettes/speed.Rnw: add graphical output to vignette
* vignettes/using.Rnw: update re: checks, document vtn1() dtn1()
* R/dtn.R, src/dtn*: add density calculation
* test/testthat/test-API.R, test/testthat/test-Density.R: add density tests, incl API
2014-01-07 Jonathan Olmsted <[email protected]>
* src/rtn1.cpp, src/etn1.cpp, src/vtn1.cpp, inst/include/*, inst/include/RcppTN.h, src/RcppTN_init.cpp :
do not use Rcpp Attributes for C++--level export, causes memory bugs with repeated calls.
2014-01-03 Jonathan Olmsted <[email protected]>
* src/rtn1.cpp, src/etn1.cpp, src/vtn1.cpp, inst/include/* : use Rcpp Attributes
for C++--level export.
2013-12-09 Jonathan Olmsted <[email protected]>
* vignettes/using.Rnw: Shows variance API usage.
* inst/include/RcppTN.h, src/RcppTN_init.cpp: Add variance
function to C++ API.
* tests/testthat/test-API.R: Add variance function to API tests.
* DESCRIPTION: version 0.1-4
2013-12-04 Jonathan Olmsted <[email protected]>
* src/vtn1.cpp, src/vtn.cpp, src/vtnRcpp.cpp, R/vtn.R: Add
variance calculation functionality.
* R/rtn.R, R/etn.R: Errors on wrongly sized inputs.
* src/rtnRcpp.cpp: Memory bug-inducing scope issue fixed.
* src/check1.cpp: Parens added for compiler happiness.
2013-12-02 Jonathan Olmsted <[email protected]>
* DESCRIPTION: version 0.1-3
* R/rtn.R: R warning on NA return values. Negligible effect on
performance.
* R/check1.cpp: Check for finite mean. Check for finite sd.
* src/etn.cpp: Add expectation calculation at the C++ level.
* R/etn.R: Add expectation calculation at the R level.
2013-11-27 Jonathan Olmsted <[email protected]>
* ChangeLog: ChangeLog added. Previous changes not explicitly
documented beyond commits.
* src/rtn.cpp: rtn() checks for valid inputs and returns NA_REAL
for invalid inputs.
* vignettes/using.Rnw: shows new NA return values.
* DESCRIPTION: version 0.1-2