Releases: ganga-devs/ganga
Releases · ganga-devs/ganga
8.6.1
8.6.1 (2022/08/15)
ganga/ganga/GangaCore
- Update testing for compatibility with asyncio #2040
- Update documentation location #2052
ganga/ganga/GangaDirac
- Added check of validity of uploaded DiracProxy. Requirement of 3 weeks validity to submit jobs. #2050
8.6.0
8.6.0 (2022/07/25)
ganga/ganga/GangaCore
- Minimal python version increased to 3.8 #2041
- Add missing rm command to MassStorage config #2031
- Added unit test for GangaFile subclasses #2033
- Add __class_getitem to GangaList for python 3.9 #2038
- Code autoformatted for PEP8 #2039
8.5.10
8.5.10 (2022/06/06)
ganga/ganga/GangaGUI
- Change report function default to use LocalFile #2027
ganga/ganga/GangaGUI
- Bugfix for job browsing #2025
8.5.9
8.5.9 (2022/04/04)
ganga/ganga/GangaCore
- Catch Condor IOError when monitoring jobs and send to debug. #2018
ganga/ganga/GangaDirac
- Don't try and download sandboxes for jobs killed by Dirac. #2017
- Adjust Dirac filename length warning - limit at 99. #2020
8.5.8
8.5.8 (2022/02/21)
ganga/ganga/GangaCore
- Fix for compatibility with MacOS #2007
ganga/ganga/GangaDirac
- Fix for DiracFile put to use the LFN if provided #2013
- Fix for Dirac job kill. Now use killJob from Dirac API #2012
ganga/ganga/GangaLHCb
- Fix for GaudiExec running with python #2010
8.5.7
8.5.7 (2022/01/31)
ganga/ganga/GangaDirac
- Improve input file check for Dirac RT handler #2000
- Add check for SE availability in DiracFile put #2001
8.5.6
8.5.6 (2021/12/06)
ganga/ganga/GangaCore
- Bring back CondorRequirements #1999
8.5.5
8.5.5 (2021/11/10)
ganga/ganga/GangaCore
- Removal of use of popen2 #1983
- Removal of Root application #1988
ganga/ganga/GangaDirac
- Added
getSize()
function to DiracFile #1978
ganga/ganga/GangaLHCb
- Added nMakeCores to initial GaudiExec build #1990
- Some fixes for python 3.8 #1991 #1992
- Bugifx for GaudiExec Dirac wrapper script and UTF-8 #1994
ganga/ganga/GangaND280
- Updates to bring into line with production code #1981
8.5.4
8.5.4 (2021/11/09)
ganga/ganga/GangaCore
- Removal of use of popen2 #1983
- Removal of Root application #1988
ganga/ganga/GangaDirac
- Added
getSize()
function to DiracFile #1978
ganga/ganga/GangaLHCb
- Added nMakeCores to initial GaudiExec build #1990
- Some fixes for python 3.8 #1991 #1992
- Bugifx for GaudiExec Dirac wrapper script and UTF-8 #1994
ganga/ganga/GangaND280
- Updates to bring into line with production code #1981
8.5.3
8.5.3 (2021/09/01)
ganga/ganga/GangaCore
- Added 'append' option to ArgSplitter to append ArgSplitter arguments to the application instead of overwrite them. #1976
- Altered SubJobXMLList to append new subjobs when resplitting subjobs. #1974
- Regex cleanups. #1972
- Remove unused eventlet package #1973
- Prevent flask server starting during shutdown. #1971
- Added option to edit .gangarc in GUI. #1966
- Edit config in GUI. #1967