-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
341 lines (214 loc) · 10.5 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
2024-02-16 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.21.1
* NEWS.md: Update for Ensmallen release 2.21.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.21.1
* inst/include/ensmallen.hpp: ditto
2023-11-27 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.21.0
* NEWS.md: Update for Ensmallen release 2.21.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.21.0
* inst/include/ensmallen.hpp: ditto
2023-10-05 James Balamuta <balamut2@illinois.edu>
* NEWS.md: Fixed redirected HTTP to HTTPS urls
* DESCRIPTION: ditto
* vignettes/using-rcppensmallen.Rmd: ditto
* NEWS.md: Restored mlpack/ensmallen URLs
* DESCRIPTION: Removed CXX11 requirement and bumped R version required to 4.0
* src/Makevars: ditto
* src/Makevars.win: ditto
* DESCRIPTION (Version): Release 2.20.0
* NEWS.md: Update for Ensmallen release 2.20.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.20.0
* inst/include/ensmallen.hpp: ditto
2023-02-08 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.19.1
* NEWS.md: Update for Ensmallen release 2.19.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.19.1
* inst/include/ensmallen.hpp: ditto
* .github/workflows/R-CMD-check.yaml: Updated to latest version
2022-04-11 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.19.0
* NEWS.md: Update for Ensmallen release 2.19.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.19.0
* inst/include/ensmallen.hpp: ditto
2022-02-18 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION: Update URLs
* NEWS.md: ditto
* README.md: ditto
2022-02-18 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.18.2
* NEWS.md: Update for Ensmallen release 2.18.2
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.18.2
* inst/include/ensmallen.hpp: ditto
2021-11-20 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.18.1
* NEWS.md: Update for Ensmallen release 2.18.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.18.1
* inst/include/ensmallen.hpp: ditto
2021-10-22 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.18.0 and increase RcppArmadillo requirement
* NEWS.md: Update for Ensmallen release 2.18.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.18.0
* inst/include/ensmallen.hpp: ditto
* src/RcppExports.cpp: Re-generate RcppExport
* vignettes/using-rcppensmallen.Rmd: Clean up notation and bump linking note.
* .github/workflows/r-cmd-check.yaml: Updated github actions runner for R CMD check
2021-07-24 James Balamuta <balamut2@illinois.edu>
* .github/workflows/pkgdown.yaml: Add github actions runner for pkgdown
* _pkgdown.yml: Add pkgdown configuration
* .Rbuildignore: ditto
* .gitignore: ditto
2021-07-06 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.17.0
* NEWS.md: Update for Ensmallen release 2.17.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.17.0
* inst/include/ensmallen.hpp: ditto
2021-03-26 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.16.2
* NEWS.md: Update for Ensmallen release 2.16.2
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.16.2
* inst/include/ensmallen.hpp: ditto
2021-03-05 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.16.1
* NEWS.md: Update for Ensmallen release 2.16.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.16.1
* inst/include/ensmallen.hpp: ditto
2021-02-19 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.16.0
* NEWS.md: Update for Ensmallen release 2.16.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.16.0
* inst/include/ensmallen.hpp: ditto
2020-11-06 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.15.1
* NEWS.md: Update for Ensmallen release 2.15.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.15.1
* inst/include/ensmallen.hpp: ditto
2020-11-03 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.15.0
* NEWS.md: Update for Ensmallen release 2.15.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.15.0
* inst/include/ensmallen.hpp: ditto
2020-09-05 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.14.2
* NEWS.md: Update for Ensmallen release 2.14.2
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.14.2
* inst/include/ensmallen.hpp: ditto
2020-08-22 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.14.1
* NEWS.md: Update for Ensmallen release 2.14.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.14.1
* inst/include/ensmallen.hpp: ditto
* .github/workflows/R-CMD-check.yaml: Re-enable devel build check by
using Linux instead of macOS to perform the check. Disables release
testing on Linux.
* .github/workflows/upstream-refresh.yaml: Fix NEWS.md entry formatting
issues.
2020-08-21 James Balamuta <balamut2@illinois.edu>
* .github/workflows/upstream-refresh.yaml: Add GitHub Action to
automatically retrieve and apply a new upstream release.
2020-07-24 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.13.0.2
* NEWS.md: Update for GitHub Actions change
* .github/workflows/R-CMD-check.yaml: Switched to using reference tags to
refer to R release information.
* .github/.gitignore: Disable HTML from entering staging.
* README.md: Update build status README badge.
2020-07-23 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.13.0
* NEWS.md: Update for Ensmallen release 2.13.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.13.0
* inst/include/ensmallen.hpp: ditto
2020-04-23 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.12.1
* NEWS.md: Update for Ensmallen release 2.12.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.12.1
* inst/include/ensmallen.hpp: ditto
2020-02-19 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.11.3
* NEWS.md: Update for Ensmallen release 2.11.3
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.11.3
* inst/include/ensmallen.hpp: ditto
2020-01-14 James Balamuta <balamut2@illinois.edu>
* inst/include/RcppEnsmallen.h: Removed header ordering checks
2019-01-13 James Balamuta <balamut2@illinois.edu>
* .github/workflows/pr-commands.yaml: Removed as its overly eager.
2020-01-11 Dirk Eddelbuettel <edd@debian.org>
* inst/include/RcppEnsmallen.h: Protected header inclusion check
2019-12-30 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.11.1
* NEWS.md: Update for Ensmallen release 2.11.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.11.1
* inst/include/ensmallen.hpp: ditto
* .github/workflows/R-CMD-check.yaml: Added github actions for package checks.
* .github/workflows/pr-commands.yaml: Enabled slash commands for documentation.
2019-09-30 James Balamuta <balamut2@illinois.edu>
* vignettes/using-rcppensmallen.Rmd: Improved wording.
* .travis.yml: Disabled vignette building on TravisCI
2019-09-27 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.10.3
* NEWS.md: Update for Ensmallen release 2.10.3
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.10.3
* inst/include/ensmallen.hpp: ditto
* vignettes/using-rcppensmallen.Rmd: Added a vignette describing use.
2019-09-07 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 2.10.0 and armadillo dependency
* NEWS.md: Update for Ensmallen release 2.10.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.10.0
* inst/include/ensmallen.hpp: ditto
* inst/COPYRIGHTS: Added a copyright notice
* inst/AUTHORS: Added an author notice
* DESCRIPTION (Version): Mark new developer release
2019-08-09 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.16.0
* NEWS.md: Update for Ensmallen release 1.16.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.16.0
* inst/include/ensmallen.hpp: ditto
* inst/include/ensmallen_bits/pso/pso.hpp: Fixed return type issue detected
by gcc 9.
2019-05-20 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.15.0
* NEWS.md: Update for Ensmallen release 1.15.0
* inst/include/ensmallen_bits/spsa: Removed unused `shuffle` parameter.
* inst/include/ensmallen_bits/qhadam/qhadam_update: Reorder parameter initialization.
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.15.0
* inst/include/ensmallen.hpp: ditto
2019-05-12 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.14.4
* NEWS.md: Update for Ensmallen release 1.14.4
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.14.4
* inst/include/ensmallen.hpp: ditto
2019-03-09 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.14.1
* NEWS.md: Update for Ensmallen release 1.14.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.14.1
* inst/include/ensmallen.hpp: ditto
2019-01-20 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.13.0
* NEWS.md: Update for Ensmallen release 1.13.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.13.0
* inst/include/ensmallen.hpp: ditto
2018-12-30 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.12.0
* NEWS.md: Update for Ensmallen release 1.12.0
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.12.0
* inst/include/ensmallen.hpp: ditto
* inst/CITATION: Updated to ensmallen's NIPS paper
2018-11-30 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Release 1.11.1
* NEWS.md: Update for Ensmallen release 1.11.1
* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.11.1
* inst/include/ensmallen.hpp: ditto
2018-10-23 James Balamuta <balamut2@illinois.edu>
* inst/CITATION: Add citation information for ensmallen's arXiv paper.
2018-10-23 James Balamuta <balamut2@illinois.edu>
* inst/CITATION: Add citation information for ensmallen's arXiv paper.
2018-10-22 Dirk Eddelbuettel <edd@debian.org>
* README.md: Minor touchups.
2018-10-21 James Balamuta <balamut2@illinois.edu>
* DESCRIPTION (Version): Initial release
* inline.R: Add connection to Rcpp's package manager for compiling outside
of a package
* src/example-linear-regression-lbfgs.cpp: Example usage for solving a
linear regression using the L-BFGS optimizer.
* inst/include/ensmallen_bits: Implementation of Ensmallen
* inst/include/RcppEnsmallen.h: Header file for inclusion in Rcpp scripts.