forked from Geant4/geant4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatch.11.1-3.txt
77 lines (62 loc) · 2.61 KB
/
Patch.11.1-3.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
Geant4 11.1 - patch-03 Release Notes
------------------------------------
10 November 2023
List of fixes included in this public patch since the public release 11.1.2:
o Configuration:
-------------
+ CMake
o Export non-cache variables to Geant4PackageCache to support CMake>=3.27.
Addresses problem report #2556.
o Externals:
---------
+ CLHEP
o Added missing shootArray() implementation in RandPoissonQ.
+ G4tools
o Updated to version 6.1.1; fixed compilation warnings on Intel/icx
compiler and clang-15.
+ PTL
o Disabled optimization of ThreadPool::execute_thread() on Apple/Intel
builds. Addressing problem report #2564.
o Global:
------
+ Updated date and version for 11.1.3.
o Intercoms:
---------
+ Added missing converter LtoS() in G4UImessenger.
o Physics Lists:
-------------
+ constructors/decay
o G4RadioactiveDecayPhysics: replaced G4RadioactiveDecay with
G4Radioactivation to allow running also in biasing mode.
o Processes - Electromagnetic:
---------------------------
+ dna
o Use std::erfc() to avoid precision loss.
Fix imported from GitHub PR#58 (https://github.com/Geant4/geant4/pull/58).
o Removed unused header inclusion.
+ low energy
o Fix for (rare) infinite loops in G4PenelopeComptonModel.
Reported in GitHub PR#61 (https://github.com/Geant4/geant4/pull/61).
+ utils
o In G4TransportationWithMsc, always update momentum direction.
o Fixed computation of Birks saturation for compounds in G4EmSaturation.
Addressing problem report #2572.
+ xrays
o Added protection against potential infinite loops in G4Cerenkov.
Addressing problem report #2555.
o Examples:
--------
+ extended/parameterisations/Par04
o Bump tensorflow to 2.11.1.
Fixes GitHub PR#55 (https://github.com/Geant4/geant4/pull/55)
and GitHub PR#60 (https://github.com/Geant4/geant4/pull/60).
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 11.1 series.
o Technical notes distributed for release 11.1 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 11.1.3 are available
through the Geant4 "Download" Web page.
Please refer to the Geant4 User Documentation for further information about
using Geant4.