-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into scatter_3d
- Loading branch information
Showing
40 changed files
with
324 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | ||
<html> | ||
<head> | ||
<title>Summary of changes in STIR release 5.2</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Summary of changes in STIR release 5.2</h1> | ||
|
||
<p>This version is 100% backwards compatible with STIR 5.0. | ||
</p> | ||
<h2>Overall summary</h2> | ||
|
||
<p>Of course, there is also the usual code-cleanup and | ||
improvements to the documentation. See also <a href="https://github.com/UCL/STIR/milestone/6">the | ||
5.2 milestone on GitHub</a>. | ||
</p> | ||
<p>Overall code management and assistance by Kris Thielemans (UCL and ASC).</p> | ||
|
||
<h2>Patch release info</h2> | ||
<ul> | ||
<li> 5.2.0 released ??/??/2023</li> | ||
</ul> | ||
|
||
<h2> Summary for end users (also to be read by developers)</h2> | ||
|
||
<h3>Bug fixes</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h3>New functionality</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h3>New examples</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h4>Python</h4> | ||
<ul> | ||
</ul> | ||
|
||
<h3>Changed functionality</h3> | ||
<ul> | ||
<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). | ||
<br /><a href="https://github.com/UCL/STIR/pull/1149/">PR #1149</a>. | ||
</li> | ||
</ul> | ||
|
||
<h3>Build system and dependencies</h3> | ||
<ul> | ||
<li>We now use CMake's <a href=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. | ||
<br /><a href="https://github.com/UCL/STIR/pull/1141/">PR #1141</a>. | ||
</li> | ||
</ul> | ||
|
||
|
||
<h3>Known problems</h3> | ||
<ul> | ||
<li>See <a href=https://github.com/UCL/STIR/labels/bug>our issue tracker</a>.</li> | ||
</ul> | ||
|
||
|
||
<h3>Minor (?) bug fixes</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h3>Documentation changes</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h3>recon_test_pack changes</h3> | ||
<ul> | ||
</ul> | ||
|
||
<h3>Other changes to tests</h3> | ||
<ul> | ||
<li><tt>test_Scanner.cxx</tt> tests for energy resolution. <a href="https://github.com/UCL/STIR/pull/1149/">PR #1149</a>.</li> | ||
</ul> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.