aboutsummaryrefslogtreecommitdiffstats
path: root/history.log
blob: 7adefdde1879545d0cc6718989fd446594042f22 (plain)
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
2008 Jan 21 
	changed all std::string in parameter table to const std::string&
	version 2.9.12
2008 Jan 22
	changed optimizer::eval(pT& x) -> optimizer::eval(const pT& x)
	version 2.9 13
2008 Jan 22
	changed data::set_x(Tx x)->data::set_x(const Tx& x)
	version 2.9.14
2008 Jan 22
	changed the parameter set_param_value to a const reference.
	version 2.10.1

2008 Jan 23
	removed the declaration of init_model_map etc. in models.hpp
	version 2.10.2

2008 Jan 24
	added get_strm1d() interface to models.hpp and models.cc
	version 2.10.3

2008 Feb 11
	modified some mistakes in models/ modified the nr_util, add T() in '?' expressions
	version 2.11.1
2008 Feb 12
	modified powell_method.hpp to enable the lib work around apfloat
	version 2.11.2

2008 Feb 19
	modified the design of the data_loaders, add members:load_from, deleted the friend template declear in the class.
	modified the fitter class, corrected a bug which happens when all parameters are frozen, the fitter will crash.
	version 2.11.3


2008 March 14
	Added a condition compiling to the dynamical load model
	

2008 March 21
	Modified a contition compiling to the dynamical load model, changed the marco from LINUX__ to __linux__

2008 March 27
	Made std::unary_function the base class of func_obj
	version 2.12.1
	
2008 April 18
	Added nbeta1d into the model list
	version 2.12.2

2008 May 10
	Added a bremss model
	Added an opt_type.hpp
	version 2.12.3

2008 May 12
	Added the declearation of virtual dstr function to some class
	version 2.12.4
	

2008 May 13
	Modified the makefile, to generate liboptutil.a
	version 2.12.5

2008 May 14
	Updated the c/fortran callable interface
	version 2.12.6

2008 May 22
	Modified the symbol definition of interface
	version 2.12.7

2008 June 1
	Added the <cassert> in the file fitter.hpp
	version 2.12.8

2008 June 12
	Added NFW1D model
	Cleaned some warnings
	version 2.12.9

2008 Jun 19
	Modified fit2d task. Enables it to write fits file.
	version 2.12.10

2008 Jun 23
	Modified the LINUX marco in models.cc
	version 2.12.11

2008 Jun 25
	Added a pow_model, to enable power computation on models.
	version 2.12.12

2008 Jun 27
	Added the function to query the number of build-in 1d and 2d models. 
	version 2.12.13


2008 Jul 1
	Added a to_string and corresponding do_to_string method to class model. 
	version 2.13.0
	

2008 Jul 1
	Implemented the do_to_string method in most 1d models
	version 2.13.1


2008 Jul 7
	Added another gsl_simplex method to perform the optimization.
	version 2.14.0

2008 Jul 8
	Modified one bug caused by the head inclusion. The <cmath> should be included.
	version 2.14.1


2008 Jul 8
	Enables the optcli program to display model infomation
	version 2.14.2

2008 Jul 8
	Changed the methods include of head files.
	Version 2.14.3

2008 Jul 10
	Corrected the include of optimizer.hpp in gsl_methods/gsl_simplex.hpp
	version 2.14.4

2008 Jul 12
     	 Corrected the ``comparison between signed and unsigned integer'' warning
	 version 2.14.5

2008 Jul 14
     	 Modified the interface get_data in data_set class. 
	 Changed the return value from data to const data&
	 version 2.15.0

2008 Jul 19
     	 Corrected a bug in gsl_simplex.hpp
	 version 2.15.1
	 
2008 Jul 21
     	 Corrected the makefile in interface/
	 version 2.15.2

2008 Jul 22
     	 Moved some files from core/ to separated folder.
	 version 2.15.3

2008 Jul 22
     	 version 2.15.4

2008 Jul 24
     	 Modified the makefile
	 version 2.15.5

2008 Jul 24
     	 Changed the project name from optimizer to opt_utilities
	 version 2.15.6

2008 Jul 25
     	 Enable the 'ls' command to display with color
	 version 2.15.7

2008 Aug 15
     	 Changed the x[i] into get_element(x,i), 
	 Changed the x.size() into get_size(x).
	 version 2.16.0

2008 Aug 15
     	 Some further modification, added opt_eq function to represent '=' operation. 
	 version 2.16.1

2008 Aug 15
     	 Modified some bugs
	 version 2.16.2

2008 Aug 16
     	 Added a set_element function
	 version 2.16.3

2008 Aug 17
     	 Changed the argument type of opt_get from single 'T' to 'Tl'  and 'Tr' 
	 version 2.16.4

2008 Aug 18
     	 Make the makefile more standard.
	 version 2.16.5

2008 Aug 22
     	 Added the inclusion of <cstddef> in array_operation.h
	 version 2.16.6

2008 Aug 24
     	 Added ./termcap to the inclusion of CFLAG
	 version 2.16.7

2008 Aug 25
     	 Modified the return type of param_info::get_default_value from T to const T&
	 version 2.16.8
2008 Aug 25
     	 modifier a return type, added a const
	 version 2.16.9

2008 Aug 26
     	 Enabled the chisq statistic to take account of the x error
	 version 2.16.10

2008 Sep 2
     	 added a virtual function to some classes to enable them to destroy themselves.
	 version 2.16.11

2008 Sep 5
     	 changed the name value_type_trait to element_type_trait, added a return_type_trait
	 version 2.16.12

2008 Sep 27
     	 Corrected two bugs in the add_model.hpp and mul_model.hpp
	 version 2.16.13

2008 Oct 3
     	 Stripped the subpackages that uses GPL from it
	 version 2.17.0

2008 Nov 24
     	 Replaced all std::string with an extra template parameter Tstr, enables the ability of treating Unicode strings
	 version 2.18.0

2008 Nov 25
     	 Completed the exception tree
	 version 2.19.0

2008 Nov 25
     	 modified some string type related codes
	 version 2.19.1

2008 Nov 27
     	 corrected const correction in freeze_param.hpp
	 version 2.19.2