@@ -25,6 +25,48 @@ Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM).
2525
2626References like "pr/298" refer to github pull request numbers.
2727
28+ 5.1.0 (Monday 3 April 2023)
29+ ===========================
30+
31+ New feature release in the 5.1.x series.
32+
33+ Enhancements
34+ ------------
35+ * Make :mod: `nibabel.imagestats ` available with ``import nibabel `` (pr/1208)
36+ (Fabian Perez, reviewed by CM)
37+ * Use symmetric threshold for identifying unit quaternions on qform
38+ calculations (pr/1182) (CM, reviewed by MB)
39+ * Type annotations for :mod: `~nibabel.loadsave ` (pr/1213) and
40+ :class: `~nibabel.spatialimages.SpatialImage ` APIs (pr/1179),
41+ :mod: `~nibabel.deprecated `, :mod: `~nibabel.deprecator `,
42+ :mod: `~nibabel.onetime ` and :mod: `~nibabel.optpkg ` modules (pr/1188),
43+ :mod: `~nibabel.volumeutils ` (pr/1189), :mod: `~nibabel.filename_parser ` and
44+ :mod: `~nibabel.openers ` (pr/1197) (CM, reviewed by Zvi Baratz)
45+
46+ Bug fixes
47+ ---------
48+ * Require explicit overrides to write GIFTI files that contain data arrays
49+ with data types not permitted by the GIFTI standard (pr/1199) (CM, reviewed
50+ by Alexis Thual)
51+
52+ Maintenance
53+ -----------
54+ * Move compression detection logic into a private ``nibabel._compression ``
55+ module, resolving unexpected errors from pyzstd. (pr/1212) (CM)
56+ * Improved consistency of docstring formatting (pr/1200) (Zvi Baratz, reviewed
57+ by CM)
58+ * Modernized README text (pr/1195) (Zvi Baratz, reviewed by CM)
59+ * Updated README badges to include package distributions (pr/1192) (Horea
60+ Christian, reviewed by CM)
61+ * Removed all dependencies on distutils and setuptools (pr/1190) (CM,
62+ reviewed by Zvi Baratz)
63+ * Add a ``_version.pyi `` stub to allow mypy _ to run without building nibabel
64+ (pr/1210) (CM)
65+
66+
67+ .. _mypy : https://mypy.readthedocs.io/
68+
69+
28705.0.1 (Sunday 12 February 2023)
2971===============================
3072
0 commit comments