Skip to content

Commit 7ec3952

Browse files
committed
auto: deploy new website
1 parent 8276564 commit 7ec3952

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devs/releases/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,10 +1068,10 @@ <h3 id="bug-fix-releases">Bug-fix releases<a class="headerlink" href="#bug-fix-r
10681068
<ol>
10691069
<li><strong>Resolving one or more bugs.</strong> These mostly include failures of <em>fMRIPrep</em> to complete or producing invalid derivatives (e.g., a NIfTI file of all zeroes).</li>
10701070
<li><strong>Derivatives compatibility.</strong> If a subject may be successfully run on 20.0.n, then the imaging derivatives should be identical if rerun with 20.0.(n+1), modulo rounding errors and the effects of nondeterministic algorithms. The changes between successful runs of 20.0.n and 20.0.(n+1) should not be larger than the changes between two successful runs of 20.0.n. Cosmetic changes to reports are acceptable, while differing fields of view or data types in a NIfTI file would not be.</li>
1071-
<li><strong>API compatibility.</strong> Workflow-generating functions, workflow input- and outputnode fields must not change. As an end-user application, this may seem overly strict, but the odds of introducing a bug are much higher in these cases.</li>
1071+
<li><strong>API compatibility.</strong> Workflow-generating functions, workflow <code>inputnode</code> and <code>outputnode</code> fields must not change. As an end-user application, this may seem overly strict, but the odds of introducing a bug are much higher in these cases.</li>
10721072
<li><strong>User interface compatibility.</strong> Substantial changes to <em>fMRIPrep</em> command line must not happen (e.g., the addition of a new, relevant flag).</li>
10731073
</ol>
1074-
<p>Note that not all bugs can be fixed in a way that satisfies all three of these criteria without significant effort. A developer may determine that the bug will be fixed in the next feature release.</p>
1074+
<p>Note that not all bugs can be fixed in a way that satisfies all four of these criteria without significant effort. A developer may determine that the bug will be fixed in the next feature release.</p>
10751075
<p>Additional acceptable changes within a minor release series:</p>
10761076
<ol>
10771077
<li><strong>Improved tests.</strong> These often come along with bug fixes, but they can be free-standing improvements to the code base.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)