Skip to content

Commit a01bd13

Browse files
authored
Merge pull request #1112 from ganga-devs/mesmith75-patch-2
Release notes 6.7.0
2 parents ca18b5a + 0609826 commit a01bd13

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

release/ReleaseNotes

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@
55
--------------------------------------------------------------------------------------------------------------
66
ganga/python/Ganga
77
--------------------------------------------------------------------------------------------------------------
8-
* ...
8+
* Added associated_files to ShareDir, a list of IGangaFiles that are used by an application. #1106
9+
* Change to signature of decrementShareCounter and incrementShareCounter in IPrepareApp. Both take ShareDir objects now. #1106
10+
* Change to signature of decrease and increase methods in the PrepRegistry. Both take ShareDir objects now. #1106
11+
* Added counterVal method to get shareref counter of a ShareDir. #1106
12+
* maxFiles attribute added to GangaDatasetSplitter. Default is -1, use all files. #1105
13+
* Bugfix for proxy returning objects properly. #1103
14+
* Bugfix to transform unit creation and checking #1120
15+
* Argsplitter can use GaudiExec extraArgs attribute. args take precedence if in the application schema. #1119
16+
* Ganga optimised bigly. #917
17+
Bugfix: CPU bottleneck in constructing objects inheriting from GangaObject
18+
Bugfix: Race condition in credential managment
19+
Feature: Improved parallel monitoring on backends which support standard interface
20+
Cleanup: using __slots__ and _additional_slots for managing attributes
21+
Cleanup: simplified thread locking
922

23+
--------------------------------------------------------------------------------------------------------------
24+
ganga/python/GangaDirac
25+
--------------------------------------------------------------------------------------------------------------
26+
* Bugfix to script templates for uploading files from the WN. #1114
27+
28+
--------------------------------------------------------------------------------------------------------------
29+
ganga/python/GangaLHCb
30+
--------------------------------------------------------------------------------------------------------------
31+
* Uploaded DiracFiles for GaudiExec added to ShareDir associated_files and removed with the job. #1106
32+
* Bugfix to GaudiExec - script files are deleted from temp after job submission. #1104
33+
* Bugfix to GaudiExec - make postprocessor for XML summary follow getMetadata flag. #1110
34+
* GaudiExec can be submitted with only extra opts. #994
35+
36+
--------------------------------------------------------------------------------------------------------------
37+
ganga/python/GangaAtlas
38+
--------------------------------------------------------------------------------------------------------------
39+
* Added support for BYTESTREAM jobs #1121
40+
* Enabled splitting of jobs by number of events #1116
41+
* Proxy disabled for ATLAS #1122
1042
**************************************************************************************************************

0 commit comments

Comments
 (0)