source: trunk/debian/changelog @ 347

Last change on this file since 347 was 347, checked in by dennis, 9 years ago

Bumped up version number

File size: 10.2 KB
Line 
1pbs-python (4.6.1-1) UNRELEASED; urgency=low
2
3  [ Bas van der Vlies ]
4  * See Changes
5
6  [ Dennis Stam ]
7  * Modified sara_nodes to work with the new pbs and PBSQuery library
8
9 -- Dennis Stam <dennis.stam@surfsara.nl>  Fri, 28 Aug 2015 10:35:56 +0200
10
11pbs-python (4.4.1-1) unstable; urgency=low
12
13  * See CHANGES
14
15 -- Dennis Stam <dennis.stam@surfsara.nl>  Wed, 04 Jun 2014 14:37:45 +0200
16
17pbs-python (4.4.0-1) unstable; urgency=low
18
19  * See CHANGES
20
21 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Fri, 17 Jan 2014 14:13:07 +0100
22
23pbs-python (4.3.7-1) lenny; urgency=low
24
25  * See CHANGESk
26
27 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Thu, 19 Sep 2013 14:11:56 +0200
28
29pbs-python (4.3.6-1) lenny; urgency=low
30
31  * See Changes
32
33 -- Dennis Stam <dennis.stam@surfsara.nl>  Thu, 16 May 2013 09:07:03 +0200
34
35pbs-python (4.3.5-1) lenny; urgency=low
36
37  * sara is now surfsara.nl, changed all references
38  * added a new code example for EVENT node parsing
39  * See Changes
40
41 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Mon, 29 Apr 2013 17:21:39 +0200
42
43pbs-python (4.3.4-2) lenny; urgency=low
44
45  * Removed gb- from REGEX new_rack
46
47 -- Dennis Stam <dennis.stam@surfsara.nl>  Tue, 19 Feb 2013 16:54:39 +0100
48
49pbs-python (4.3.4-1) lenny; urgency=low
50
51  * See CHANGES
52  * install pbs_jobmonitor and pbs_joblogin in /usr/bin
53
54 -- Bas van der Vlies <basv@sara.nl>  Fri, 27 Apr 2012 09:54:54 +0200
55
56pbs-python (4.3.3-1) lenny; urgency=low
57
58  * see CHANGES
59
60 -- Bas van der Vlies <basv@sara.nl>  Tue, 03 Jan 2012 12:01:15 +0100
61
62pbs-python (4.3.1-1) lenny; urgency=low
63
64  * see CHANGES
65
66 -- Bas van der Vlies <bas@sara.nl>  Wed, 24 Aug 2011 14:08:09 +0200
67
68pbs-python (4.3.0-1) lenny; urgency=low
69
70  * See CHANGES
71
72 -- Bas van der Vlies <bas@sara.nl>  Fri, 05 Nov 2010 09:04:29 +0100
73
74pbs-python (4.2.0-2) lenny; urgency=low
75
76  * Update LICENSE file to LGPLV3
77  * patched pbsmon.py for torque 2.5
78  * see CHANGES for complete list
79
80 -- Bas van der Vlies <bas@sara.nl>  Thu, 10 Jun 2010 10:27:43 +0200
81
82pbs-python (4.1.2-1) lenny; urgency=low
83
84  * See changes not yes finishedm but some important fixes
85
86 -- bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 11:11:21 +0200
87
88pbs-python (4.1.0-1) lenny; urgency=low
89
90  * See CHANGES file
91
92 -- bas van der Vlies <bas@sara.nl>  Thu, 29 Apr 2010 13:24:24 +0200
93
94pbs-python (4.0.2-1) lenny; urgency=low
95
96  * See CHANGES file
97
98 -- bas van der Vlies <bas@sara.nl>  Fri, 23 Apr 2010 10:27:58 +0200
99
100pbs-python (4.0.1-1) lenny; urgency=low
101
102  * See CHANGES file
103
104 -- bas van der Vlies <bas@sara.nl>  Wed, 21 Apr 2010 08:26:02 +0200
105
106pbs-python (4.0.0-1) lenny; urgency=low
107
108  * See CHANGES file
109
110 -- Bas van der Vlies <basv@sara.nl>  Fri, 09 Apr 2010 09:43:24 +0200
111
112pbs-python (3.6.0-1) lenny; urgency=low
113
114  * New generated files pbs_wrap.c and pbs.py fixes an error in pbs_runjob()
115
116 -- Bas van der Vlies <basv@sara.nl>  Fri, 15 Jan 2010 04:40:35 +0100
117
118pbs-python (3.5.0-1) lenny; urgency=low
119
120  * PBSQuery
121        The class functions of node, job and queue support old and new data
122        structure.
123
124    Changed the behaviour of the new data stucture, We can use it as
125    dictionary and as class attribute, this is equivalent, eg:
126      - print node['np'] and print node.np
127
128    for a node we parse the 'status' line and split on '=' char, You now can
129    use these statements, eg
130     - print node.status.arch     (node['status'].arch or node['status']['arch'])
131     - print node.status.nsession
132
133    for a job we parse the 'Variable_List' line and split on '=' char, You now can
134    use the statements, eg:
135     - print job.Variable_List.PBS_O_WORKDIR
136     - print job.Variable_List.PBS_O_HOME
137
138    for more info see examples/new_interface.py
139
140    Author: Bas van der Vlies
141
142  * new_rack_pbsmon.py
143    Rewrite to new data structure and automatically determine how many nodes
144    and racks cluster has and skip printing of empty racks (default), use -w/--wide
145    for old behaviour.
146
147    Author: Bas van der Vlies
148
149 -- Bas van der Vlies <bas@sara.nl>  Mon, 12 Nov 2009 15:03:16 +0200
150
151pbs-python (3.2.0-1) intrepid; urgency=low
152
153  *  PBSQuery:
154     New data structure. In the old structure it is a dictionary
155     with a value and the value is a string. This is changed that
156     dictionary values are now of type list or dictionary depends
157     on the value of keyword, eg for a node:
158       - np = 2:
159       - node['np'] = [ '2' ]
160       - properties = cores2, mem4gb, parallel
161       - node['properties'] = [ 'cores2', 'mem4gb', 'parallel' ]
162       - status = arch=x86_64,sessions=22599,,size=70627864kb, ...
163       - node['status']['arch'] = [ 'x86_64' ]
164       - node['status']['sessions'] = [ '222599' ]
165       - ...
166
167         The data structure is activated by the function:
168          - new_data_structure()
169
170         In a future release it will be come the default.
171         example:
172         p = PBSQuery()
173         p.new_data_structure()
174
175        nodes = p.getnodes()
176        print nodes.np, nodes['np']
177
178         Author: Bas van der Vlies
179
180  *  PBSQuery:
181        For old and new data structure we now can use another syntax:
182     - node['np'] and node.np are equivalent
183
184        This new syntax works for all keywords.
185        Author: Bas van der Vlies
186
187  *  PBSQuery:
188        Added iter object for job, node, queue and server objects, eg:
189        node = p.getnode('gb-r1n1')
190        print node.name
191        for attrib in node:
192           print '%\t%s = %s' %(attrib, node[attrib])
193        Author: Bas van der Vlies
194
195  *  PBSQuery:
196        fixed an error in getnode, getqueue and getjob, return
197        empty dictionary if not found.
198        Author: Bas van der Vlies
199
200  *  PBSQuery:
201        New build system for rpm packages, make -f Makefile.rpm
202        Author: Michel Jouvin <jouvin add lal dot in2p3 dot fr>
203        Applied: Bas van der Vlies
204
205 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 14 May 2009 13:41:00 +0200
206
207pbs-python (3.0.1-2) intrepid; urgency=low
208
209  * adjust number of nodes to 32
210
211 -- root <root@rc.sara.nl>  Tue, 17 Mar 2009 18:17:18 +0100
212
213pbs-python (3.0.1-1) intrepid; urgency=low
214
215  * Small bug fix
216
217 -- root <root@rc.sara.nl>  Wed, 28 Jan 2009 13:58:43 +0100
218
219pbs-python (3.0.0-1) intrepid; urgency=low
220
221  * New api for PBSQuery and build on any architecture
222
223 -- Bas van der Vlies <bas@sara.nl>  Tue, 11 Nov 2008 12:48:39 +0100
224
225pbs-python (2.9.8-3) intrepid; urgency=low
226
227  * New functions added to PBSQuery
228
229 -- Bas van der Vlies <basv@sara.nl>  Fri, 10 Oct 2008 11:18:38 +0200
230
231pbs-python (2.9.8-2) intrepid; urgency=low
232
233  * New PBSQuery module
234
235 -- Bas van der Vlies <bas@sara.nl>  Wed,  8 Oct 2008 14:05:44 +0200
236
237pbs-python (2.9.8-1) intrepid; urgency=low
238
239  * New version with updated torque header file (version 2.X)
240
241 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 24 Sep 2008 12:32:29 +0200
242
243pbs-python (2.9.6-1) intrepid; urgency=low
244
245  * pbs_python.spec file patch added libdir and python defines so it
246    will build for RHEL5.1/CentOS 5.1 (by Michael Sternberg) and some
247    minor changes to the pbs_ifl.h file
248
249 -- Dennis Stam <dennis.stam@sara.nl>  Thu, 18 Sep 2008 11:23:16 +0200
250
251pbs-python (2.9.4-1) unstable; urgency=low
252
253  * New version with all the fixes as mentioned below
254
255 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 16 Nov 2006 14:29:16 +0100
256
257pbs-python (2.9.2-4) unstable; urgency=low
258
259  * PBSQuery: Make use of UserDict module
260
261 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 18 Oct 2006 11:46:34 +0200
262
263pbs-python (2.9.2-3) unstable; urgency=low
264
265  *  Fixed a has_key bug must return zero instead of None
266     Thanks to Ramon Bastiaans for reporting
267
268 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 13 Oct 2006 15:33:25 +0200
269
270pbs-python (2.9.2-2) unstable; urgency=low
271
272  * new_rack_pbsmon.py fixes serial/parallel calculations
273
274 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 10 Oct 2006 12:13:25 +0200
275
276pbs-python (2.9.2-1) unstable; urgency=low
277
278  * New upstream version, read CHANGES file
279
280 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 19 Sep 2006 16:17:54 +0200
281
282pbs-python (2.9.1-6) unstable; urgency=low
283
284  *  New torque build system
285
286 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 21 Jul 2006 10:41:31 +0200
287
288pbs-python (2.9.1-5) unstable; urgency=low
289
290  * Down state has most priority. So display it
291
292 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 16 Jun 2006 14:44:48 +0200
293
294pbs-python (2.9.1-4) unstable; urgency=low
295
296  *  Added sara_install to Makefile.in. Else
297     no new pbsmon for SARA
298
299 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 15 Jun 2006 12:23:54 +0200
300
301pbs-python (2.9.1-3) unstable; urgency=low
302
303  * New version adjusted new_rack_pbsmon.py to 39 racks
304
305 -- Bas van der Vlies <bas@rc.sara.nl>  Mon, 12 Jun 2006 11:56:26 +0200
306
307pbs-python (2.9.1-2) unstable; urgency=low
308
309  * Fixed a bug in new_rack_pbsmon.py
310
311 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 26 May 2006 16:41:35 +0200
312
313pbs-python (2.9.0-1) unstable; urgency=low
314
315  * Added new build system for torque 2.1.0 and higher
316
317 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 20 Apr 2006 14:25:21 +0200
318
319pbs-python (2.8.2-3) unstable; urgency=low
320
321  * Changed new_rack_pbsmon.py script by walter
322
323 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 13 Apr 2006 14:10:36 +0200
324
325pbs-python (2.8.2-2) unstable; urgency=low
326
327  *  Fixed Makefile.in, now right script
328
329 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  7 Apr 2006 10:59:35 +0200
330
331pbs-python (2.8.2-1) unstable; urgency=low
332
333  *  Added new pbsmon example: new_rack_pbsmon.py uses PBSQuery
334
335 -- Bas van der Vlies <bas@rc.sara.nl>  Thu,  6 Apr 2006 15:12:03 +0200
336
337pbs-python (2.8.0-2) unstable; urgency=medium
338
339  * Used swig 1.3.24 with python2.1 works also on higher python versions
340
341 -- Bas van der Vlies <bas@rc.sara.nl>  Mon,  7 Nov 2005 14:55:00 +0100
342
343pbs-python (2.8.0-1) unstable; urgency=low
344
345  * New pbs_python release, See CHANGES
346
347 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  4 Nov 2005 15:58:44 +0100
348
349pbs-python (2.7.10-1) unstable; urgency=low
350
351  * Added examples/LICENSE.sara to /usr/share/doc directory
352  * Made an sara_install section for pbsmon --> examples/rack_pbsmon.py
353
354 -- Bas van der Vlies <basv@sara.nl>  Mon, 26 Sep 2005 16:32:06 +0200
355
356pbs-python (2.7.9-2) unstable; urgency=low
357
358  * Bumped up version
359  * Fixed  DEBUG mode
360
361 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 24 Jun 2005 11:23:30 +0200
362
363pbs-python (2.7.5-1) unstable; urgency=low
364
365  * Initial version
366
367 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 1 Nov 2004 12:13:08 -0400
368
Note: See TracBrowser for help on using the repository browser.