Skip to content

Commit

Permalink
minor updates to release notes for v5.2
Browse files Browse the repository at this point in the history
- fixes to text on SegmentIndices etc
- flag that we will require C++ 14 in the next major version
  • Loading branch information
KrisThielemans committed Oct 18, 2023
1 parent 266a025 commit 0e48ad5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/release_5.2.htm
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ <h3>Deprecated functionality</h3>
<li>The following functions (previously used for upsampling the scatter estimate) have been
made obsolete or replaced, and will be removed in STIR version 6.0.0: <code>interpolate_axial_position</code>, <code>extend_sinogram_in_views</code> and <code>extend_segment_in_views</code>
</li>
<li>Constructors/functions in <code>ProjData</code> related classes that explicitly use <code>axial_pos_num</code>, <code>view_num</code> in their arguments are now deprecated,
and should be replaced by their respective versions that use <code>SegmentIndices</code>, <code>ViewgramIndices</code> and <code>SinogramIndices</code>.
<li>Constructors/functions in <code>ProjData</code> related classes that explicitly use <code>axial_pos_num</code>, <code>view_num</code> etc in their arguments are now deprecated,
and should be replaced by their respective versions that use <code>SegmentIndices</code>, <code>ViewgramIndices</code> or <code>SinogramIndices</code>. The former will not be
compatible with TOF information that will be introduced in version 6.0.0.
</li>
<li>STIR version 6.0.0 will likely require C++ 14 (currently we require C++ 11, but already support C++ 20).</li>
</ul>

<h3>Build system and dependencies</h3>
Expand Down

0 comments on commit 0e48ad5

Please sign in to comment.