We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef0b3 commit 5a3151fCopy full SHA for 5a3151f
CHANGES.rst
@@ -1,3 +1,12 @@
1
+1.5.7 (January 23, 2020)
2
+========================
3
+Bug-fix release in the 1.5.x series.
4
+
5
+This release fixes a bug specifically for T1w images with dimensions ≤256 voxels
6
+but a field-of-view >256mm.
7
8
+ * FIX: Calculate FoV with shape and zooms (poldracklab/smriprep#161)
9
10
1.5.6 (January 22, 2020)
11
========================
12
Bug-fix release in the 1.5.x series.
setup.cfg
@@ -31,7 +31,7 @@ install_requires =
31
pybids ~= 0.9.4
32
pyyaml
33
sdcflows ~= 1.0.3
34
- smriprep ~= 0.4.0
+ smriprep ~= 0.4.2
35
tedana >=0.0.5
36
templateflow ~= 0.4.1
37
test_requires =
0 commit comments