Skip to content

Commit

Permalink
v7r2p14 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Jul 13, 2021
1 parent eb09ba5 commit d316ea1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
[v7r2p14]

*Core
FIX: (#5265) Avoid pinging the database every time MySQL.__escapeString is called
NEW: (#5263) Support datetime.date objects in JEncode

*Framework
FIX: (#5254) ComponentSupervisionAgent - use socket.getfqdn() instead of gethostname()

*WorkloadManagement
FIX: (#5264) TypeError when running dirac-wms-pilot-job-info
CHANGE: (#5248) When removing Deleted jobs, they could not be removed if they had still an attached
request. With this change, if the request is in final state, it will be removed and the job as well.

*Transformation
NEW: (#5265) Add columns keyword argument to TransformationClient.getTransformations
NEW: (#5265) Add index on (TransformationID,Status) in TransformationFiles table
NEW: (#5265) Add index on (TransformationID,ExternalStatus) in TransformationTasks table
NEW: (#5265) Add index on (TransformationFamily) in Transformations table

*Resources
NEW: (#5256) SLURM can set gpus-per-task job requirement
NEW: (#5256) added getNumberOfGPUs method to JobParameters utility
FIX: (#5242) HTCondorCE: corrected ClassAd for requesting MP slots

[v7r2p13]

*Core
Expand Down
2 changes: 1 addition & 1 deletion src/DIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
else:
majorVersion = 7
minorVersion = 2
patchLevel = 13
patchLevel = 14
preVersion = 0

version = "v%sr%s" % (majorVersion, minorVersion)
Expand Down

0 comments on commit d316ea1

Please sign in to comment.