-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
236 lines (134 loc) · 6.85 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
2024-11-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-10-01 Dirk Eddelbuettel <[email protected]>
* README.md: Add note to 'R-api' site summarizing status
2024-07-13 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-05-30 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2023-11-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.7
* inst/include/tidy/internals.h: Accomodate -Wformat
-Wformat-security warnings under R-devel by adding format string
* tests/version.R: Add a test for consistent inst/NEWS.Rd versioning
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2022-12-05 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-05-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
2022-05-12 Dirk Eddelbuettel <[email protected]>
* inst/snippets/createMatrix.cpp: Example of (numeric) matrix creator
2021-12-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.6
* vignettes/motivation.md: Whitespace tweaks to fix display
2021-11-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* vignettes/motivation.md: Switch to simplermarkdown
* DESCRIPTION: Idem
* vignettes/water.css: Added
2021-10-26 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/include/tidy/protect.h (Protect): Assign nullptr in dtor
2021-09-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.5
2021-09-11 Dirk Eddelbuettel <[email protected]>
* inst/include/tidy/protect.h (class Protect): Enable the default
copy and move assignment and constructor
* inst/include/tidy/numvec.h (class NumVec): Protect for data object
2021-09-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
2021-08-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* vignettes/motivation.Rmd (vignette): Add new section with
rollMinMax, add floating table of contents
* inst/include/tidy/numvec.h: Additional comments
2021-08-24 Dirk Eddelbuettel <[email protected]>
* inst/snippets/rollminmaxClass.cpp: Remove class now in numvec.h
2021-08-23 Dirk Eddelbuettel <[email protected]>
* inst/include/tidy/numvec.h: Add simplest possible C++ vector class
* inst/include/tidyCpp: Include vector class
2021-08-21 Dirk Eddelbuettel <[email protected]>
* inst/snippets/rollminmaxClass.cpp: New variant wrapping a simple
class around the lean and tidy numeric vector data (later removed)
2021-08-19 Dirk Eddelbuettel <[email protected]>
* inst/snippets/rollminmaxExample.cpp: Add commit and repo reference
2021-08-18 Dirk Eddelbuettel <[email protected]>
* inst/snippets/rollminmaxExample.cpp: New snippet, taken from another
package which used to have a simple Rcpp function we can make simpler
2021-06-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugReports): Add to DESCRIPTION
2021-03-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
* inst/include/tidy/internals.h: Nil object define protected
* .Rbuildignore: Add .travis.yml
2021-01-21 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Renamed from R-CMD-check.yaml and
updated content slightly
* README.md: Adjust badge accordingly
2020-11-14 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Added to showcase run.sh at Travis and GH Actions
* .github/workflows/R-CMD-check.yaml: Minor edits
2020-11-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
* man/tidyCpp-package.Rd: Make example \dontrun to avoid 10s NOTE
* vignettes/motivation.Rmd: Revert one URL to http
* README.md: Make vignette URL canonical
2020-11-11 Dirk Eddelbuettel <[email protected]>
* inst/include/tidyCpp: No include include deprecated shield.h (as
protect.h also defines a compatibility typedef)
* inst/snippets/convolveExample.cpp: Use explicit R::Protect ownership
* inst/snippets/dimnamesExample.cpp: Ditto
* inst/snippets/protectExamples.cpp: Ditto
* inst/snippets/shieldExamples.cpp: Ditto
* vignettes/motivation.Rmd: Use explicit R::Protect ownership, add
new section discussion this issue
* inst/snippets/protectExamples.cpp: Added correct/incorrect protect
use example based on convolution example
2020-11-09 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Added
* DESCRIPTION: Switch to Author and Maintainer, remove Authors@R
2020-11-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/include/tidy/protect.h: New and simpler protection classing,
replacing Shield as with a typedef
* inst/include/tidy/shield.h: Now just a comment reference to Protect
* inst/include/tidyCpp: Added include
* inst/snippets/dimnamesExample.cpp: Updated example to use Protect
* inst/snippets/convolveExample.cpp: Ditto
* inst/snippets/protectExamples.cpp: Added
* vignettes/motivation.Rmd: Updated vignette to use Protect
* inst/include/tidy/math.h: Cleaned up header, untabified, aligned
* README.md: Corrected badge link
2020-10-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/include/tidy/internals.h: Additional defines
* vignettes/motivation.Rmd: Added uchardet example
2020-10-14 Dirk Eddelbuettel <[email protected]>
* README.md: Expanded README.md with example from 'dang'
2020-10-10 Dirk Eddelbuettel <[email protected]>
* README.md: Added
2020-09-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.1
2020-09-25 Dirk Eddelbuettel <[email protected]>
* vignettes/motivation.Rmd: Small edits
* man/tidyCpp-package.Rd: Idem
2020-09-24 Dirk Eddelbuettel <[email protected]>
* vignettes/motivation.Rmd: Second example
* inst/include/tidy/defines.h: Possible alternates
2020-09-23 Dirk Eddelbuettel <[email protected]>
* inst/include/tidy/defines.h: setVectorElement singular
* inst/snippets/dimnamesExamples.cpp: Idem
* vignettes/motivation.Rmd: First draft of vignette
* .github/workflows/R-CMD-check.yaml: Add GitHub Actions CI
2020-09-22 Dirk Eddelbuettel <[email protected]>
* inst/include/tidy/defines.h: Remaming some defs
* inst/include/tidy/internals.h: Add allocMatrix*, some renaming
* inst/snippets/dimnamesExamples.cpp: New example
* inst/snippets/convolveExample.cpp: Idem
2020-09-04 Dirk Eddelbuettel <[email protected]>
* inst/include/tidy/defines.h: Additional definitions
* inst/include/tidy/internals.h: Idem
2020-08-31 Dirk Eddelbuettel <[email protected]>
* inst/include/*: Snapshot with updates
2020-08-10 Dirk Eddelbuettel <[email protected]>
* Initial version