You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Summary of changes in STIR release 5.2</title>
5
+
</head>
6
+
7
+
<body>
8
+
<h1>Summary of changes in STIR release 5.2</h1>
9
+
10
+
<p>This version is 100% backwards compatible with STIR 5.0.
11
+
</p>
12
+
<h2>Overall summary</h2>
13
+
14
+
<p>Of course, there is also the usual code-cleanup and
15
+
improvements to the documentation. See also <ahref="https://github.com/UCL/STIR/milestone/6">the
16
+
5.2 milestone on GitHub</a>.
17
+
</p>
18
+
<p>Overall code management and assistance by Kris Thielemans (UCL and ASC).</p>
19
+
20
+
<h2>Patch release info</h2>
21
+
<ul>
22
+
<li> 5.2.0 released ??/??/2023</li>
23
+
</ul>
24
+
25
+
<h2> Summary for end users (also to be read by developers)</h2>
26
+
27
+
<h3>Bug fixes</h3>
28
+
<ul>
29
+
</ul>
30
+
31
+
<h3>New functionality</h3>
32
+
<ul>
33
+
</ul>
34
+
35
+
<h3>New examples</h3>
36
+
<ul>
37
+
</ul>
38
+
39
+
<h4>Python</h4>
40
+
<ul>
41
+
</ul>
42
+
43
+
<h3>Changed functionality</h3>
44
+
<ul>
45
+
<li>energy resolution functions and keywords have now more documentation. <code>Scanner::check_consistency</code> also checks if the energy resolution is less than 20 (as it is FWHM/reference_energy).
<li>We now use CMake's <ahref=https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/Object-Library>OBJECT library feature</a> for the registries. This avoids re-compilation of the registries for every executable and therefore speeds-up building time. Use of STIR in an external project is not affected as long as the recommended practice was followed. This is now documented in the User's Guide.
0 commit comments