-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
306 lines (211 loc) · 9.99 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
2010-01-11 12:06 -0500 djerius <[email protected]> (a4da77fd456a [tip])
* lib/Astro/NED/Response/Objects.pm:
reformat source
2010-01-11 12:06 -0500 djerius <[email protected]> (9f694e1f91e3)
* lib/Astro/NED/Response/Fields.pm:
add support for new NED column Mag./Filter
2007-10-30 16:50 -0400 djerius <[email protected]> (bade19c70b6e)
* .hgtags:
Added tag 0.30 for changeset aa4b5300a220
2007-10-30 16:50 -0400 djerius <[email protected]> (aa4b5300a220 [0.30])
* ChangeLog, Changes, lib/Astro/NED/Query.pm,
lib/Astro/NED/Query/ByName.pm, lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/CoordExtinct.pm,
lib/Astro/NED/Response/Fields.pm, lib/Astro/NED/Response/Object.pm,
lib/Astro/NED/Response/Objects.pm:
updated for release
2007-10-30 16:44 -0400 djerius <[email protected]> (1c1bed90eade)
* data/bad_ra.html, data/ned1.html, t/parse_object.t: new file.
* data/bad_ra.html, data/ned1.html, t/parse_object.t:
new tests to check data/column validity
2007-10-30 16:44 -0400 djerius <[email protected]> (8221a6252d25)
* lib/Astro/NED/Response/Objects.pm:
better field matching & validity checks. work with HTML::Parser
exception handling
Improve column matching checks to ensure that bad matches are much
less likely to silently happen.
Added data validity checks.
Turns out that HTML::Parser writes out exceptions thrown in
handlers. Now cache the error message and abort parsing instead of
throwing an exception.
2007-10-30 16:39 -0400 djerius <[email protected]> (f80e2d9cdc15)
* lib/Astro/NED/Response/Fields.pm:
updated field matching, added content validity checks
RA matching was broken, as a Spectra column was added and the RA
match grabbed that instead. Moved field matching here from
Response::Objects, moved case insensitivity into the actual regexps.
new function "check" which performs data validity checks on the
incoming data.
2007-10-30 16:32 -0400 djerius <[email protected]> (a223e824b88c)
* lib/Astro/NED/Response/Object.pm:
added dumpstr method; dump output may have a prefix
2007-10-30 16:25 -0400 djerius <[email protected]> (9ff9656feb8b)
* lib/Astro/NED/Query.pm:
fixed bad documentation
2007-10-29 19:23 -0400 djerius <[email protected]> (5c22adc7f13d)
* .hgtags:
Added tag 0.20 for changeset af167a884739
2007-10-29 19:19 -0400 djerius <[email protected]> (af167a884739 [0.20])
* ChangeLog, Changes, lib/Astro/NED/Query.pm,
lib/Astro/NED/Query/ByName.pm, lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/CoordExtinct.pm,
lib/Astro/NED/Response/Fields.pm, lib/Astro/NED/Response/Object.pm,
lib/Astro/NED/Response/Objects.pm:
update for release
2007-10-29 19:17 -0400 djerius <[email protected]> (5cf868e8406a)
* t/backwards.t: new file.
* lib/Astro/NED/Query.pm, t/backwards.t:
backwards compatibility with reset & set_default
2007-10-29 18:56 -0400 djerius <[email protected]> (eb40756e5321)
* lib/Astro/NED/Query.pm:
minor doc fix
2007-10-29 18:21 -0400 djerius <[email protected]> (aa5c6325940c)
* t/byname.t, t/coordextinct.t, t/nearname.t, t/nearposn.t:
modernized. use constructor to set field values.
2007-10-29 18:20 -0400 djerius <[email protected]> (1c2a42bc65be)
* lib/Astro/NED/Query.pm:
constructor didn't follow published API for specifying fields
new() expected a hashref, rather than a hash.
2007-10-29 18:09 -0400 djerius <[email protected]> (6f937d458b03)
* lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/CoordExtinct.pm,
lib/Astro/NED/Response/Fields.pm, lib/Astro/NED/Response/Object.pm,
lib/Astro/NED/Response/Objects.pm:
perlcritic fixups
2007-10-29 17:45 -0400 djerius <[email protected]> (c0a189ecd28a)
* lib/Astro/NED/Query.pm, t/byname.t, t/coordextinct.t, t/nearname.t,
t/nearposn.t:
fix to use save_as_defaults/set_to_defaults instead of old routines
2007-10-29 16:03 -0400 djerius <[email protected]> (3c5055e11e2c)
* lib/Astro/NED/Query.pm:
fix broken reset(); rename reset to set_to_defaults & set_default to
set_as_defaults
the reset function was poorly named and quite broken. to
disambiguate it and the set_default function, they were renamed to
something more mnemonic.
2007-10-29 15:54 -0400 djerius <[email protected]> (21a39d6f5caf)
* lib/Astro/NED/Query.pm:
fix perlcritic warnings
2007-10-29 15:39 -0400 djerius <[email protected]> (47c03c348278)
* lib/Astro/NED/Response/Fields.pm: new file.
* lib/Astro/NED/Response/Fields.pm, lib/Astro/NED/Response/Object.pm,
lib/Astro/NED/Response/Objects.pm:
abstract access to response object fields avoid mutual inclusion;
quiet perlcritic
2007-10-29 14:09 -0400 djerius <[email protected]> (1d9f1d64995c)
* lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm:
remove class Option mechanism; it was never used. it looks like it
isn't implemented correctly anyway.
2007-09-20 20:44 -0400 djerius <[email protected]> (85c78449e451)
* .hgtags:
Added tag 0.12 for changeset f44fa658dacb
2007-09-20 20:44 -0400 djerius <[email protected]> (f44fa658dacb [0.12])
* ChangeLog, Changes, lib/Astro/NED/Query.pm:
update for release
2007-09-20 20:06 -0400 djerius <[email protected]> (fe17f71cf009)
* MANIFEST.SKIP:
remove more cruft
2007-09-20 20:05 -0400 djerius <[email protected]> (a4055b46f0e5)
* LICENSE, README, lib/Astro/NED/Query.pm,
lib/Astro/NED/Query/ByName.pm, lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/CoordExtinct.pm,
lib/Astro/NED/Response/Object.pm, lib/Astro/NED/Response/Objects.pm:
updated license
2007-09-20 20:04 -0400 djerius <[email protected]> (4d99d1863a37)
* MANIFEST: deleted file.
* MANIFEST:
should not be controlled
2007-09-20 19:56 -0400 djerius <[email protected]> (29af95e77d58)
* Makefile.PL:
switch to Module::Install
2007-09-20 19:56 -0400 djerius <[email protected]> (30cb0fe91e3b)
* lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm,
lib/Astro/NED/Response/CoordExtinct.pm,
lib/Astro/NED/Response/Object.pm:
use Class::Accessor::Class to handle class data
in order to gain access to subclass class data from the parent class
used symbolic references. now use Class::Accessor::Class to get at
it.
add docs to quiet pod-coverage.
2007-09-20 19:53 -0400 djerius <[email protected]> (4178155bddf7)
* t/00-load.t, t/perlcritic.t, t/pod-coverage.t, t/pod.t: new file.
* t/00-load.t, t/perlcritic.t, t/pod-coverage.t, t/pod.t:
add standard pod and perlcritic tests
2007-09-20 19:53 -0400 djerius <[email protected]> (6b126583752e)
* t/byname.t, t/coordextinct.t, t/nearname.t, t/nearposn.t:
output the error message from failed eval{}'s
2007-09-20 17:29 -0400 djerius <[email protected]> (f3135c018353)
* lib/Astro/NED/Query/ByName.pm, lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm:
WWW::Mechanize::follow was deprecated and removed as of 1.22; bring
code up-to-date
2007-05-02 20:53 +0000 dj <dj> (ad250feaae88)
* ChangeLog: new file.
* ChangeLog:
added ChangeLog
2007-05-02 16:58 -0400 djerius <[email protected]> (b54ad042dd18)
* .hgtags:
Added tag V0_11 for changeset 964d90d5255c
2004-12-21 14:32 +0000 dj <dj> (964d90d5255c [V0_11])
* Changes:
Empty changelog
2004-12-21 14:21 +0000 dj <dj> (5d8f906a59c5)
* MANIFEST, Makefile.PL, lib/Astro/NED/Query.pm:
list of required Perl modules was incomplete
2004-12-21 04:13 +0000 dj <dj> (49136510f6b7)
* Changes: new file.
* Changes, MANIFEST:
Empty changelog
2004-12-21 03:58 +0000 dj <dj> (c5068441745f)
* Makefile.PL, lib/Astro/NED/Query.pm:
Empty changelog
2004-12-21 03:58 +0000 dj <dj> (848ac2bff7da)
* t/byname.t, t/nearname.t, t/nearposn.t:
minor changes to work with current NED database results
2004-12-21 03:57 +0000 dj <dj> (60fd3ce11704)
* lib/Astro/NED/Response/Objects.pm:
NED now provides diameter data
2004-12-21 03:57 +0000 dj <dj> (8be53ebdb4ea)
* lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Response/CoordExtinct.pm, t/coordextinct.t: new file.
* lib/Astro/NED/Query/CoordExtinct.pm,
lib/Astro/NED/Response/CoordExtinct.pm, t/coordextinct.t:
new interface to coordinate transforms and galactic extinction
2007-05-02 16:57 -0400 djerius <[email protected]> (1d8378b42c81)
* .hgtags: new file.
* .hgtags:
Added tag initial for changeset 958abad5e702
2003-02-06 16:45 +0000 dj <dj> (958abad5e702 [initial])
* LICENSE, MANIFEST, MANIFEST.SKIP, Makefile.PL, README,
lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/Object.pm, lib/Astro/NED/Response/Objects.pm,
t/byname.t, t/nearname.t, t/nearposn.t: new file.
* LICENSE, MANIFEST, MANIFEST.SKIP, Makefile.PL, README,
lib/Astro/NED/Query.pm, lib/Astro/NED/Query/ByName.pm,
lib/Astro/NED/Query/NearName.pm,
lib/Astro/NED/Query/NearPosition.pm, lib/Astro/NED/Query/Objects.pm,
lib/Astro/NED/Response/Object.pm, lib/Astro/NED/Response/Objects.pm,
t/byname.t, t/nearname.t, t/nearposn.t:
Initial revision
2007-05-02 16:57 -0400 djerius <[email protected]> (dd602e425f8b)
* .hgignore: new file.
* .hgignore:
Tailor preparing to convert repo by adding .hgignore