-
Notifications
You must be signed in to change notification settings - Fork 32
/
ChangeLog
431 lines (258 loc) · 13.8 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
2024-08-05 Dirk Eddelbuettel <[email protected]>
* README.md: Switch two more some URLs from http to https
2024-08-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* DESCRIPTION (Authors@R): Added
2024-06-14 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-05-17 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-01-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.84.0-0
2023-12-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Pre-Release 1.84.0-0
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2023-12-13 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/*: Upgraded to Boost 1.84, as usual with two
patch sets from CRAN demands on file path length and diagnostics
* local/patches/bh_1.84.0-0.diagnostics-two.patch: Added
* local/scripts/CreateBoost.sh: Update for 1.84.0, added qvm
2023-01-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.81.0-1
* inst/include/boost/math/tools/config.hpp: Comment-out 'warning'
message as CRAN Policy would prefer not to see these
* inst/include/boost/multiprecision/detail/standalone_config.hpp: Idem
* inst/include/boost/spirit/home/x3.hpp: Idem (for four lines)
2022-12-29 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/core/snprintf.hpp: Added
* .../lexical_cast/detail/converter_lexical_streams.hpp: Used here
* .../core/lightweight_test.hpp: Use snprintf
* .../core/type_name.hpp: Idem
* .../interprocess/detail/win32_api.hpp: Idem
* .../numeric/odeint/integrate/max_step_checker.hpp: Idem
* .../test/imp/debug.ipp: Idem
* .../utils/setcolor.hpp: Idem
2022-12-15 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/*: Upgraded to Boost 1.81, as usual with two
patch sets from CRAN demands on file path length and diagnostics
* README.md: Updated package list for 1.81
* DESCRIPTION (Description): Idem
* local/scripts/CreateBoost.sh: Update for 1.81.0, added url
2022-10-31 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-12-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.78.0-0
2021-12-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): See Version to 1.77.99-0 for interim
test release
* inst/include/boost: As before, adjusted to CRAN Policy requirements
of i) not path names under 104 chars and b) no diagnostic suppression
* local/patches/bh_1.78.0-0*patch: Document these
2021-12-12 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/*: Upgraded to Boost 1.78
* local/scripts/CreateBoost.sh: Update for 1.78.0, added lambda2
2021-12-11 Dirk Eddelbuettel <[email protected]>
* README.md: Add total download badge, label other as monthly
2021-11-04 Dirk Eddelbuettel <[email protected]>
* README.md: Remove Travis badge
* .travis.yml: Remove Travis YAML config
2021-03-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL): List GitHub repo and package page
2020-12-24 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Small tweaks to CI YAML file
2020-12-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.75.0-0
* inst/include/boost/*: Upgraded to Boost 1.75
* README.md: Updated package list for 1.75
* DESCRIPTION (Description): Idem
* local/scripts/CreateBoost.sh: Update for 1.75.0, added beast
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
* README.md: Update several URLs to https
* inst/NEWS.Rd: Idem
2020-05-03 Dirk Eddelbuettel <[email protected]>
* inst/LICENSE_1_0.txt: Included from upstream tar.gz
2020-03-31 Dirk Eddelbuettel <[email protected]>
* README.md: Minor badge rearrangement, added example
2020-03-30 Dirk Eddelbuettel <[email protected]>
* README.md: Added badges, edited, fixed typo
2020-03-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* NAMESPACE: Removed as not needed without R code
2019-12-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.72.0-3
* local/scripts/CreateBoost.sh (boostinstall): Remove old boost
installation to always create a fresh installation
2019-12-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.72.0-2
* inst/include/boost/numeric/odeint/stepper/: Correct accidental
renaming in this directory, only rename in .../generation/
* DESCRIPTION (URL): Added a link to GH repo
2019-12-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.72.0-1
* inst/include/boost/*: Upgraded to Boost 1.72
* README.md: Updated package list for 1.72
* inst/include/boost/numeric/odeint/stepper/generation/: As before
rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
for boost/serialization/array_wrapper.hpp
* inst/include/boost/numeric/odeint/stepper/generation/: As before
New adjust for generation_controlled_adams_bashforth_moulton.hpp
* inst/include/boost/math/special_functions/hypergeometric_1F1.hpp:
Adjust to renamed hypergeometric_1F1_small_a_negative_b_by_ratio.hpp
* inst/include/boost/*: As before disable all diagnostic pragmas in
accordance with the CRAN Policy (though this may not be a good idea...)
2019-01-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Releease 1.69.0-1
* inst/include/boost/detail/lightweight_test_report.hpp: Add newline
* inst/include/boost/interprocess/sync/windows/named_mutex.hpp: Idem
* inst/include/boost/numeric/odeint/integrate/check_adapter.hpp: Idem
* inst/include/boost/typeof/unsupported.hpp: Idem
2018-12-16 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/*: Upgraded to Boost 1.69
* inst/include/boost/numeric/odeint/stepper/generation/: As before
rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
* inst/include/boost/variant/detail/forced_return.hpp: As before
ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
for boost/serialization/array_wrapper.hpp
* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
Fourth local change suppressing a g++ warning, also see #40 upstream
* inst/include/boost/*: As before disable all diagnostic pragmas in
accordance with the CRAN Policy (though this may not be a good idea...)
2018-10-20 Dirk Eddelbuettel <[email protected]>
* README.md: Added dependencies badge
* inst/NEWS.Rd: Small edits removing spurious parens
2018-09-02 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Very minor update
2018-02-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Releease 1.66.0-1
2018-02-11 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/*: Upgraded to Boost 1.66; added Boost compute
* inst/include/boost/numeric/odeint/stepper/generation/: As before
rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
* inst/include/boost/variant/detail/forced_return.hpp: As before
ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
for boost/serialization/array_wrapper.hpp
* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
Fourth local change suppressing a g++ warning, also see #40 upstream
2017-08-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Releease 1.65.0-1
* .aspell/: Added for new R-devel spell checker interface
2017-08-23 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
Fourth local change suppressing a g++ warning, also see #40 upstream
2017-08-22 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled to test release 1.65.0-0
* inst/include/boost/*: Upgraded to Boost 1.65
* inst/include/boost/numeric/odeint/stepper/generation/: As before
rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
* inst/include/boost/variant/detail/forced_return.hpp: As before
ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
for boost/serialization/array_wrapper.hpp
2017-08-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled to test release 1.64.0-0
* inst/include/boost/*: Upgraded to Boost 1.64; added new
libraries 'align' and 'sort'; include full 'multiprecision'
* inst/include/boost/numeric/odeint/stepper/generation/: As before
rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
* inst/include/boost/variant/detail/forced_return.hpp: As before
ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
for boost/serialization/array_wrapper.hpp
2017-04-23 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Switch to run.sh from maintained for R and Travis
2016-12-05 Dirk Eddelbuettel <[email protected]>
* README.md: Updated as repo now has a more manageable footprint
2016-12-04 Dirk Eddelbuettel <[email protected]>
* local/scripts/git-remove.sh: Script contributed in GitHub Issue #34
to reduce disk footprint of the archive
2016-11-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.62.0-1
* inst/include/boost/variant/detail/forced_return.hpp: Ensure
R_NO_REMAP is defined
2016-11-15 Dirk Eddelbuettel <[email protected]>
* inst/include/boost/variant/detail/forced_return.hpp
(forced_return_no_return): Call Rf_error() not abort()
2016-11-13 Dirk Eddelbuettel <[email protected]>
* local/scripts/CreateBoost.sh: Added Boost.PropertyTree (cf #29),
Boost.ScopeExit (cf #30) and (belatedly) formally added Boost.Atomic
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2016-06-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Description): s/type_trains/type_traits/
* local/scripts/CreateBoost.sh (boostlibs): Ditto
2016-06-04 Evelyn Mitchell <[email protected]>
* README.md: Correct typo via s/type_trains/type_traits/
2016-05-06 Dirk Eddelbuettel <[email protected]>
* local/scripts/CreateBoost.sh: Added Boost.Flyweight (cf #26)
* inst/include/boost/flyweight/: Ditto
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2016-05-04 Jay Hesselberth <[email protected]>
* local/scripts/CreateBoost.sh: Added Boost.ICL (cf #27)
* inst/include/boost/icl/: Ditto
2016-04-06 Dirk Eddelbuettel <[email protected]>
* README.md: Use canonical CRAN URL
2016-02-25 Dirk Eddelbuettel <[email protected]>
* README.md: Mention bimap; add note about massive repo size
2016-02-20 Jim Hester <[email protected]>
* local/scripts/CreateBoost.sh: Added Boost.Bimap (cf #24)
* inst/include/boost/bimap: Ditto
2015-12-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.60.0-1
* local/scripts/CreateBoost.sh: Added Boost.Phoenix (cf #19)
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2015-05-22 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Updated and expanded use of links throughout
2015-05-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.58.0-1
2015-05-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Non-CRAN test release 1.58.0-0
* local/scripts/CreateBoost.sh: Ensure all files in atomic are copied
2015-05-13 Dirk Eddelbuettel <[email protected]>
* local/scripts/CreateBoost.sh: Added Boost.Multiprecision (cf #12)
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2015-01-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.55.0-3
* local/scripts/CreateBoost.sh: Added Boost.Graph also needed for
Streamulus / RcppStreams
2015-01-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.55.0-2
* local/scripts/CreateBoost.sh: Added Boost.Fusion needed for
Streamulus / RcppStreams
2014-12-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.55.0-1 wrapping (parts of) Boost 1.55
2014-12-20 Dirk Eddelbuettel <[email protected]>
* local/boost_1_55_0.tar.gz: Added, taken from Debian file
boost1.55_1.55.0+dfsg.orig.tar.gz
* local/scripts/CreateBoost.sh: Also include Boost.Geometry as
requested in GitHub issue ticket #5 by user 'teramonagi'
* numeric/odeint/stepper/generation/: As before rename
karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp
2014-11-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.54.0-5
* local/scripts/CreateBoost.sh: Also include Boost.Circular_Buffer as
requested by Ben Goodrich for use by RStan
2014-08-29 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.54.0-4
* local/scripts/CreateBoost.sh: Also include Boost.Any as requested
by Greg Jeffries for his upcoming nabo package (currently on GitHub)
2014-08-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.54.0-3
* local/scripts/CreateBoost.sh: Also include Boost Heap to satisfy a
build requirement for the next RcppMLPACK version
* lexical_cast.hpp: Apply same fix as in 1.54.0-2
* numeric/odeint/stepper/generation/: As before, rename 'generation
runge kutta cash karp54 classic' to shorter '... karp54 cl' (and
adjust include in generation.hpp) to fit character limit for R's tar
2014-04-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 1.54.0-2
2014-04-13 Dirk Eddelbuettel <[email protected]>
* lexical_cast.hpp (BOOST_LCAST_HAS_INT128): ensure that
BOOST_LCAST_HAS_INT128 is set only if BOOST_HAS_INT128 is set
* ChangeLog: Started. Better late than never.