forked from eddelbuettel/bh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
222 lines (133 loc) · 7.14 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
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.