File: ChangeLog

package info (click to toggle)
quadprog 1.5-8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 272 kB
  • sloc: fortran: 682; ansic: 46; makefile: 2
file content (313 lines) | stat: -rw-r--r-- 9,601 bytes parent folder | download
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
2019-11-20 Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-8

	* DESCRIPTION (Author): Added Cleve Moler as requested per CRAN
	policy 

	* src/solve.QP.compact.f, solve.QP.f: Implemented fixes suggested
	at:
	https://chasethedevil.github.io/post/quadprog-nans/
	https://github.com/cran/quadprog/pull/1/files

2019-05-05 Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-7

	* src/Makevars, src/Makevars.win: Changed compiler flags so that
	the package should work with older versions of R (<3.6.0) again.

2013-04-17  Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-5

	* src/util.f: Changed declaration of arrays in subroutine to avoid
	faults if R is running with array bound checks.

2011-05-12  Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-4.

	* R/quadprog.R, DESCRIPTION, src/aind.f, src/solve.QP.compact.f:
	src/init.c, src/quadprog.h, src/solve.QP.f: Updated e-mail
	details. 

2010-04-09  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-3.

	* tests/: added further test problems.
	
	* src/aind.f: changed argument ok from LOGICAL to INTEGER as per
	documentation on how logicals should be passed to FORTRAN code.

	* NAMESPACE: added .registration and .fixes argument to useDynLib
	directive. 
	
	* R/quadprog.R: removed PACKAGE argument from FF calls and used
	registered symbols in namespace instead.

2010-04-08  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-2.

	* src/init.c, src/quadprog.h, src/quadprog-win.def, src/Makevars:
	Implemented changes to register native routines and control
	visibility.  At least one other package seems to call the FORTRAN
	code directly and checks of that package fail more gracefully if
	the interface to a registered FORTRAN routine changes.

2010-04-06  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-1.

	* src/solve.QP.f, src/solve.QP.compact.f, man/solve.QP.Rd,
	man/solve.QP.compact.Rd, R/quadprog.R: Implemented changes
	proposed by Jason Nielsen <jdn@cs.sfu.ca> to return the
	Lagrangian. 

	* src/solve.QP.f, src/solve.QP.compact.f: Added some code to
	calculate a number close to machine precision.  If inequality
	constraints are fulfilled to this precision, they are considered
	fulfilled.  This solves some numerical problems reported in the
	past (see TalbotKatz.R in /tests)

	* tests/: added a directory with tests.

	* DESCRIPTION: Took over maintenance from Kurt Hornink.  New
	version is 1.5-0.  Added Type: entry, change license to GPL
	(>=2).

	* src/Makevars, src/Makevars.win: latter new, both ensure that the
	solve.QP*.f files are compiled with SAFE_FFLAGS which seems to be
	necessary for some platforms.

	* LICENSE.GPL-2, LICENSE.GPL-3: GPL license files to accompany
	source but not to be installed.

	* src/solve.QP.f, src/solve.QP.compact.f: Fixed typo in line after
	loop 191.  Noticed by Phillip Wild <p.wild@uq.edu.au> while
	porting the code to JAVA. 

2009-11-19  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

	* DESCRIPTION (Version): New version is 1.4-12.

	* README: Update.

	* R/quadprog.R (solve.QP): Fix typo.

2007-07-12  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-11.
	(License): Clarify.

2006-10-04  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-10.
	(License): Standardize.

2006-09-07  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-9.

	* src/Makevars (PKG_LIBS): Add $(FLIBS).

2006-01-28  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Package): New version is 1.4-8.

	* NAMESPACE: Added.
	* R/zzz.R: Removed.

2004-01-31  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-7.

	* INDEX: Removed.

2003-04-03  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-6.

	* src/Makevars: New file containing 'PKG_LIBS = $(BLAS_LIBS)' as
	suggested by BDR.

2002-07-03  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-5.

	* R/quadprog.R: Add 'PACKAGE' argument to FF calls.

2001-12-28  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Date): New version is 1.4-4.  Had meanwhile fixed
	Rd syntax problems in man/solve.QP.Rd without a ChangeLog entry.

2001-06-10  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* Changed Version number to 1.4-3 to fit to CRAN

2000-12-27  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 1.2-4. Minor changes in
	description file to fit R 1.2.0. Minor changes in the
	documentation to make better use of the Rd features.

Tue May 26 09:47:43 1998  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* ported version 1.2 to R

Tue Dec 16 13:54:38 1997  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* ported version 1.1 to R

	

2013-04-17  Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-5

	* src/util.f: Changed declaration of arrays in subroutine to avoid
	faults if R is running with array bound checks.

2011-05-12  Berwin A Turlach  <Berwin.Turlach@gmail.com>

	* DESCRIPTION (Version): New version is 1.5-4.

	* R/quadprog.R, DESCRIPTION, src/aind.f, src/solve.QP.compact.f:
	src/init.c, src/quadprog.h, src/solve.QP.f: Updated e-mail
	details. 

2010-04-09  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-3.

	* tests/: added further test problems.
	
	* src/aind.f: changed argument ok from LOGICAL to INTEGER as per
	documentation on how logicals should be passed to FORTRAN code.

	* NAMESPACE: added .registration and .fixes argument to useDynLib
	directive. 
	
	* R/quadprog.R: removed PACKAGE argument from FF calls and used
	registered symbols in namespace instead.

2010-04-08  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-2.

	* src/init.c, src/quadprog.h, src/quadprog-win.def, src/Makevars:
	Implemented changes to register native routines and control
	visibility.  At least one other package seems to call the FORTRAN
	code directly and checks of that package fail more gracefully if
	the interface to a registered FORTRAN routine changes.

2010-04-06  Berwin A Turlach  <berwin@maths.uwa.edu.au>

	* DESCRIPTION (Version): New version is 1.5-1.

	* src/solve.QP.f, src/solve.QP.compact.f, man/solve.QP.Rd,
	man/solve.QP.compact.Rd, R/quadprog.R: Implemented changes
	proposed by Jason Nielsen <jdn@cs.sfu.ca> to return the
	Lagrangian. 

	* src/solve.QP.f, src/solve.QP.compact.f: Added some code to
	calculate a number close to machine precision.  If inequality
	constraints are fulfilled to this precision, they are considered
	fulfilled.  This solves some numerical problems reported in the
	past (see TalbotKatz.R in /tests)

	* tests/: added a directory with tests.

	* DESCRIPTION: Took over maintenance from Kurt Hornink.  New
	version is 1.5-0.  Added Type: entry, change license to GPL
	(>=2).

	* src/Makevars, src/Makevars.win: latter new, both ensure that the
	solve.QP*.f files are compiled with SAFE_FFLAGS which seems to be
	necessary for some platforms.

	* LICENSE.GPL-2, LICENSE.GPL-3: GPL license files to accompany
	source but not to be installed.

	* src/solve.QP.f, src/solve.QP.compact.f: Fixed typo in line after
	loop 191.  Noticed by Phillip Wild <p.wild@uq.edu.au> while
	porting the code to JAVA. 

2009-11-19  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

	* DESCRIPTION (Version): New version is 1.4-12.

	* README: Update.

	* R/quadprog.R (solve.QP): Fix typo.

2007-07-12  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-11.
	(License): Clarify.

2006-10-04  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-10.
	(License): Standardize.

2006-09-07  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-9.

	* src/Makevars (PKG_LIBS): Add $(FLIBS).

2006-01-28  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Package): New version is 1.4-8.

	* NAMESPACE: Added.
	* R/zzz.R: Removed.

2004-01-31  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-7.

	* INDEX: Removed.

2003-04-03  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-6.

	* src/Makevars: New file containing 'PKG_LIBS = $(BLAS_LIBS)' as
	suggested by BDR.

2002-07-03  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

	* DESCRIPTION (Version): New version is 1.4-5.

	* R/quadprog.R: Add 'PACKAGE' argument to FF calls.

2001-12-28  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Date): New version is 1.4-4.  Had meanwhile fixed
	Rd syntax problems in man/solve.QP.Rd without a ChangeLog entry.

2001-06-10  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* Changed Version number to 1.4-3 to fit to CRAN

2000-12-27  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 1.2-4. Minor changes in
	description file to fit R 1.2.0. Minor changes in the
	documentation to make better use of the Rd features.

Tue May 26 09:47:43 1998  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* ported version 1.2 to R

Tue Dec 16 13:54:38 1997  Andreas Weingessel  <Andreas.Weingessel@ci.tuwien.ac.at>

	* ported version 1.1 to R