@@ -25,6 +25,36 @@ Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM).
2525
2626References like "pr/298" refer to github pull request numbers.
2727
28+ 3.2.2 (Monday 7 February 2022)
29+ =================================
30+
31+ Bug fix release in the 3.2.x series.
32+
33+ Bug fixes
34+ ---------
35+ * Reshape CIFTI-2 affines to 4x4 when encoded as row-major sequence (pr/1059)
36+ (Andrew Van, reviewed by CM)
37+ * Suggest nibabel.save() on calls to deprecated giftiio.write() (pr/1055)
38+ (Anibal Solon, reviewed by CM)
39+ * Various bugs and style issues detected by LGTM (pr/1043, pr/1048)
40+ (Dimitri Papadopoulos, reviewed by CM)
41+ * Resolve unclosed file warning in GiftiImage (pr/1038) (Lea Waller, reviewed by CM)
42+ * Fix typos preventing deprecation warnings from being raised (pr/991)
43+ (Jonathan Daniel, reviewed by MB)
44+ * Work around numpy SystemError to maintain expected error types (pr/1051) (CM)
45+ * Use more constrained mock when testing optpkg (pr/983) (CM, reviewed by YOH)
46+
47+ Maintenance
48+ -----------
49+ * Add setuptools requirement to match usage (pr/1009)
50+ (Tomáš Hrnčiar, reviewed by CM)
51+ * Fix grammar of headings in CoC (pr/996) (MB, reviewed by CM, Ariel Rokem)
52+ * Set minimum pydicom to 1.0.0 (pr/1050) (CM)
53+ * Submit coverage to codecov via pinned PyPI package (pr/1008) (CM)
54+ * Upgrade versioneer to 0.19 (pr/967) (CM)
55+ * Migrate to GitHub actions (pr/972) (CM, reviewed by Serge Koudoro)
56+
57+
28583.2.1 (Saturday 28 November 2020)
2959=================================
3060
0 commit comments