-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASES.txt
825 lines (646 loc) · 29.2 KB
/
RELEASES.txt
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
ALL SIGNIFICANT RELEASES AND BRANCHES
This document is used to record all significant releases and branches
in the code tree.
Follow agreed procedures before creating (or deleting) branches
or release/freeze points.
SIGNIFICANT CHANGES SINCE LAST RELEASE
======================================
PENDING:
DHD20240217: force "Accept: application/json" on the data collection connection.
DHD20240415: added support for INTGRNL due 2024-08-01.
SIGNIFICANT RELEASES (newest first)
===================================
20240216:
freezepoint name: V1.4.1
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.4.0
DHD20240216: reduced redundant data fetch to ~2 intervals.
DHD20240216: Proguard minified JAR build working again.
DHD20240216: some dead Twitter code removed.
20240216:
freezepoint name: V1.4.0
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.3.0
DHD20240212: broke out FileUtils from DataUtils.
DHD20240212: added json-20240205.jar (org.json, public domain).
DHD20240215: now fetches from new FUELINST JSON streaming API.
DHD20240215: have rationalised cacheing etc somewhat; needs tidy-up of doTrafficLights().
DHD20240215: fetches only as much data as needed (not usually full 24h).
DHD20240215: changed recent data fetch to max of 48h (from 24h).
20231003:
freezepoint name: V1.3.0
branch name: HEAD
Deployed where: Zenodo invariant DOI 10.5281/zenodo.10447168
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.2.3
DHD20231228: additional testing, eg of intensities for next year.
20231003:
freezepoint name: V1.2.3
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.2.2
DHD20230928: added 'stale' flag: can retry poll faster if stale flag file present.
20230928:
freezepoint name: V1.2.2
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.2.1
DHD20230928: avoiding posting inferred intensity, ie when live data is missing.
20230412:
freezepoint name: V1.2.1
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.29
DHD20230205: added compile-time Twitter kill switch TwitterUtils.ENABLE_TWEETING.
DHD20230410: activated kill switch given that posting apparently broke 2023-04-07 ~14:00Z.
20230129:
freezepoint name: V1.1.29
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.28
DHD20230115: trimmed logging to better fit console!
DHD20230129: task re-ordering for performance.
DHD20230129: added Mastodon link on HTML page above that for Twitter.
20230124:
freezepoint name: V1.1.28
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.27
DHD20230124: using ' ' rather than '|' as tweet timestamp separator to avoid breaking links.
20230122:
freezepoint name: V1.1.27
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.26
DHD20230122: repairing and recovering from misordered timestamps in input CSV.
20230118:
freezepoint name: V1.1.26
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.25
DHD20230117: added computeTime_ms to CurrentSummary toString() result.
DHD20230117: more code reordering for potential increased performance.
DHD20230117: reporting where long tasks are delaying progress.
20230116:
freezepoint name: V1.1.24
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.23
DHD20230116: fix for postStatusCache to be plain ASCII "RED" / "YELLOW" / "GREEN".
20230116:
freezepoint name: V1.1.23
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.22
DHD20230116: micro-optimisations to try to speed up critical (CSV parse) path.
DHD20230116: allowing most obfuscation to shrink JAR further, leaving source file and line info.
20230115:
freezepoint name: V1.1.22
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.21
DHD20230110: rendering text better/bigger for smallest button.
DHD20230111: more code reordering for potential increased performance.
DHD20230115: tidyup of generated JARs.
DHD20230115: slimmed-down out_O/edhMain.reutils-X.Y.Z.jar created, ~10% of previous size if obfuscated!
20230110:
freezepoint name: V1.1.21
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.20
DHD20230110: now writing 7d retail mean intensity file.
DHD20230110: XHTML file now generated and saved in background.
DHD20230110: intensity log now updated in background.
DHD20230110: buttons now drawn/saved in background.
20230108:
freezepoint name: V1.1.20
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.19
DHD20221213: doing awaitTermination() for the executor!
DHD20221213: simplified CSV field memory de-dup on parse.
DHD20221213: stopped generating data XML file as no longer used.
DHD20221213: forcing appendToRetailIntensityLog() to write US_ASCII.
DHD20221213: forcing updateTXTFile() to write US_ASCII.
DHD20221230: minor wording improvement for HTML page.
DHD20230108: sends status tweet on a background thread.
DHD20230108: stopped writing overall result cache as no longer needed.
DHD20230108: extended the thread pool, eg to allow concurrent tweet and toot.
DHD20230108: Can post Mastodon status, ie "toot".
20221213:
freezepoint name: V1.1.19
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.18
DHD20221213: stopping generating 48px button, as apparently not used.
DHD20221213: wrapping GZIPOutputStream in BufferedOutputStream: performance optimisation.
DHD20221212: performance micro-optimisations.
DHD20221120: performance/memory micro-optimisations.
20221106:
freezepoint name: V1.1.18
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.17
DHD20221109: added timings to help decide if parallelisation worthwhile.
DHD20221109: parallelising some I/O operations anyway, for lolz.
DHD20221110: work-around for missing historical intensity for current hour.
DHD20221117: ability to repair some errors in incoming FUELINST data.
20221106:
freezepoint name: V1.1.17
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.16
DHD20221106: long store file now GZIPped to reduce storage traffic ~3x.
DHD20221106: HTML output quietly mentions when longer-term status differs from 24h view.
DHD20221106: 7d versions of basic/green, supergreen and red flags now maintained.
20221105:
freezepoint name: V1.1.16
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.14
DHD20221105: some commits missed in previous release.
20221105:
freezepoint name: V1.1.15
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.14
DHD20221104: avoid cacheing an already-stale result.
DHD20221105: 7-day 'long store' initial implementation.
DHD20221105: patching back in missing recent records c/o 'long store'.
20220510:
freezepoint name: V1.1.14
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.13
DHD20220510: various fixups
20220510:
freezepoint name: V1.1.13
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.12
DHD20220510: upgrading to JTwitter 3.8.5 (and JDK 18).
20220110:
freezepoint name: V1.1.12
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.11
DHD20220110: writing .txt bare gCO2e/kWh intensity figure that can be eg remotely polled over HTTP.
20211123:
freezepoint name: V1.1.11
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.10
DHD20211123: fixing yet another logic error causing excessive intensity tweeting.
20211123:
freezepoint name: V1.1.10
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.9
DHD20211123: fixing further bugs causing excessive intensity tweeting.
20211121:
freezepoint name: V1.1.9
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.8
DHD20211121: aim to only tweet intensity when R/A/G status changes.
DHD20211107: eliminate (unreadable) timestamp and units text lines on smallest button.
DHD20211107: captured 2022 intensities per NGESO and carbonintensity.org.uk
20211107:
freezepoint name: V1.1.8
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.7
DHD20211107: Intensity figure now in tweet body: https://github.com/DamonHD/reutils/issues/3
DHD20211031: making PNGs true colour again for now (don't look good generated on RPi).
DHD20211031: turned off complaints about type,date,settlementperiod,timestamp not being valid fuel names.
20211031:
freezepoint name: V1.1.7
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.6
DHD20211031: start each day's intensity log with header row of current FUELINST intensity weights.
DHD20211030: allow fuel intensities to be qualified by date (year or year range).
DHD20211029: fixed FUEL_NAME_REGEX to allow INTIFA2 interconnector/'fuel' name.
DHD20210718: have PNG icon use 8-bit palette rather than full RGB true colour.
20210404:
freezepoint name: V1.1.6
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.5
DHD20210404: adding 'extraTweet' facility to Tweet ad hoc on existing channel.
20191118:
freezepoint name: V1.1.5
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.4
DHD20171118: logging computed intensity figure (UTC time + gCO2/kWh).
20170826:
freezepoint name: V1.1.4
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.3
DHD20170826: fixing broken HTML(5) output.
DHD20170826: some micro-optimisations for XHTML-compliant HTML5 output.
20170826:
freezepoint name: V1.1.3
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.2
DHD20170826: fixing broken HTML(5) output.
DHD20170826: some micro-optimisations for XHTML-compliant HTML5 output.
20170826:
freezepoint name: V1.1.2
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.1
DHD20170826: fixing broken HTML(5) output.
DHD20170826: some micro-optimisations for XHTML-compliant HTML5 output.
20170826:
freezepoint name: V1.1.1
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.1.0
DHD20170826: fixing broken HTML(5) output.
DHD20170826: some micro-optimisations for XHTML-compliant HTML5 output.
20161201:
freezepoint name: V1.1.0
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.14
DHD20161201: Accommodating BMRS update today (switchoff of old server).
20160331:
freezepoint name: V1.0.14
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.13
DHD20160331: Added 'red' flag to signal grid highest intensity (used locally at 16WW!).
DHD20130119: Added code to generate adjunct CSV file of intensity by hour for a historical analysis.
20150323:
freezepoint name: V1.0.13
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.12
DHD20150323: Fixing XML generation error pointed out by James Devine.
20121001:
freezepoint name: V1.0.12
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.11
DHD20121001: Adjusted button/icon to be stacked timestamp / intensity / units.
DHD20120930: Attempting to ensure button/icon shows same figure as HTML page with same rounding.
20120930:
freezepoint name: V1.0.11
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.10
DHD20120930: Showing retail/consumption intensity rather than generation.
20120930:
freezepoint name: V1.0.10
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.9
DHD20120930: Various small fixes for button handling.
20120930:
freezepoint name: V1.0.9
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.8
DHD20120930: Computing first intensity button/icon for embedding.
DHD20120928: Computing historical correlation between fuel type MW and overall grid demand (and grid intensity vs demand).
DHD20120918: Computing historical correlation between fuel type MW and overall grid intensity over entire data set.
20120918:
freezepoint name: V1.0.8
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.7
DHD20120918: Computing rolling correlation between fuel type MW and overall grid intensity over last 24h.
20120224:
freezepoint name: V1.0.7
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.6
DHD20120224: Adding support for INTEW (and not breaking before actually in FUELINST feed).
20120109:
freezepoint name: V1.0.6
branch name: HEAD
Deployed where: NOWHERE
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.5
DHD20120109: Including in historical FUELINST report the generation intensities used.
20111021:
freezepoint name: V1.0.5
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.4
DHD20111021: Removing text indicating latest intensity delta, as mainly noise.
20111020:
freezepoint name: V1.0.4
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.3
DHD20111020: Fixing more problems arising from tweet shortening (URL rewriting).
20111019:
freezepoint name: V1.0.3
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.2
DHD20111019: Upgraded to jTwitter V2.3.5 and fixed problem with tweet shortening.
20110404:
freezepoint name: V1.0.2
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.1
DHD20110404: Fixed rounding of percentage by fuel category.
20110404:
freezepoint name: V1.0.1
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V1.0.0
DHD20110404: Showing percentage by fuel category.
DHD20110404: INTNED details.
20110124:
freezepoint name: V1.0.0
branch name: HEAD
Deployed where: public site as export of SVN repository
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.11
DHD20110124: Prepared as V1.0.0 for initial public release.
20091218:
freezepoint name: V0.1.11
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.10
DHD20100912: Switched to OAuth authentication for tweets.
20091212:
freezepoint name: V0.1.9
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.8
DHD20091212: Trying to soldier on when status is null, eg after a retweet.
20091123:
freezepoint name: V0.1.8
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.7
DHD20091123: Fixing bug in status checking against Twitter.
DHD20091123: More logging about why tweets not being sent.
20091123:
freezepoint name: V0.1.7
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.6
DHD20091123: Making Twitter feed more robust by retweeting until we can see the required status.
20090723:
freezepoint name: V0.1.6
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.5
DHD20090723: Supporting utilities to sort out generation by category.
20090710:
freezepoint name: V0.1.5
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.4
DHD20090629: Refactored to allow easy use of non-default external trafficLights implementation.
DHD20090629: Reduced 'green' section to bottom quartile but may need configurable threshold.
DHD20090628: Marking on traffic-lights HTML output as 'marginally green' in hours that use (pumped) storage.
DHD20090628: Trying to ensure that flags are globally readable after creation (avoids 403 errors).
20090628:
freezepoint name: V0.1.4
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.3
DHD20090628: Inserted key to fuel types in HTML traffic-lights output.
DHD20090628: Creation of alternate 'weaker' and 'stronger' flags for different use cases.
DHD20090628: Showing 'predicted' status Tweets when live data not available.
DHD20090628: Added configurable minimum delay between Tweets to avoid flapping near boundaries.
20090618:
freezepoint name: V0.1.3
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.2
DHD20090618: John Stott traffic-lights RFE: "The page could be improved for the benefit of those knowing little about electricity generation by defining the acronyms. e.g. INTIRL, NPSHYD etc."
DHD20090616: Tweaked tweeting, mainly to generate less traffic.
20090615:
freezepoint name: V0.1.2
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.1
DHD20090615: Bug-fix to Twitter correct status.
20090615:
freezepoint name: V0.1.1
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.1.0
DHD20090615: Ability to Twitter/tweet traffic-light status.
DHD20090608: Minor adjustments (more 'symbolic') to XML output as discussed with Ecotricity.
20090603:
freezepoint name: V0.1.0
SVN revision: 388
branch name: HEAD
Deployed where: nowhere
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.16
DHD20090601: Added display of emissions available to be saved per washload.
DHD20090528: Applied first Ecotricity patch to generate XML file.
IMPORTED FROM EDH PROJECT AT V0.0.12
20090523:
freezepoint name: V0.0.16
SVN revision: 388
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.15
DHD20090523: Still more conservative still notion of 'green', to bottom 1/3rd of intensity.
DHD20090522: Minor text changes on traffic-light HTML page.
20090516:
freezepoint name: V0.0.15
SVN revision: 383
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.14
DHD20090516: Showing zero-carbon generation compared to all generation/demand.
DHD20090510: More conservative evaluation of 'green' status in various places.
20090502:
freezepoint name: V0.0.14
SVN revision: 350
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.13
DHD20090502: Initial cut of XHTML (mobile-friendly) page.
DHD20090502: Minor improvements in traffic lights HTML.
20090430:
freezepoint name: V0.0.13
SVN revision: 337
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.12
DHD20090430: Fixing interesting graph display bug where some hours' data are missing.
DHD20090420: Extended data analysis to show daily variability.
20090418:
freezepoint name: V0.0.12
SVN revision: 319
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.11
DHD20090418: Added display of MW demand (so that the correlation with intensity is clear).
20090415:
freezepoint name: V0.0.11
SVN revision: 312
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.10
DHD20090415: Cautiously capping status to 'YELLOW' when data is stale.
DHD20090415: Wrapping recent data graph to end at 'now' in traffic-lights page.
DHD20090415: Showing fuel mix in traffic-lights page.
DHD20090415: Adding methodology text to traffic-lights page and data analysis report.
20090414:
freezepoint name: V0.0.10
SVN revision: 302
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.9
DHD20090414: First pass of bulk data analysis code.
DHD20090413: Small tweaks to traffic-light HTML.
20090413:
freezepoint name: V0.0.9
SVN revision: 245
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.8
DHD20090413: Glaring bug in man-heading generation (using wrong status when stale)!
DHD20090412: Driving flag file from historical data when current data not available.
DHD20090412: Small tweaks to traffic-light HTML, especially when working from stale data.
20090412:
freezepoint name: V0.0.8
SVN revision: 226
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.7
DHD20090412: Bargraph intensity chart.
DHD20090412: Better handling of data-feed problems and old cached data.
20090411:
freezepoint name: V0.0.7
SVN revision: 209
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.6
DHD20090411: Added simple cacheing to overcome short data outages.
20090410:
freezepoint name: V0.0.6
SVN revision: 202
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.5
DHD20090410: Lengthened HTTP connection/read timeouts; defaults may have been marginal.
DHD20090410: Various cosmetic fixes.
20090410:
freezepoint name: V0.0.5
SVN revision: 193
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.4
DHD20090410: Various cosmetic fixes.
DHD20090316: Changed name of flag file to omit .html extension component.
20090316:
freezepoint name: V0.0.4
SVN revision: 171
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.3
DHD20090316: Various cosmetic fixes.
20090315:
freezepoint name: V0.0.3
SVN revision: 158
branch name: HEAD
Deployed where: earth.org.uk
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.2
DHD20090315: Fixed bug where output file has no directory component.
20090315:
freezepoint name: V0.0.2
SVN revision: 154
branch name: HEAD
Deployed where:
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.0.1
DHD20090315: Fixed bogus dependency.
20090315:
freezepoint name: V0.0.1
SVN revision: 151
branch name: HEAD
Deployed where:
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: N/A
DHD20090315: Initial cut.