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 4c831cf commit af6b74cCopy full SHA for af6b74c
Changelog
@@ -57,9 +57,9 @@ NiBabel 6.0 will drop support for Numpy 1.x.
57
58
New features
59
------------
60
-* Update NIfTI extension protocol to include ``.content : bytes``, ``.text : str`` and ``.json : dict``
61
- properties for accessing extension contents. Exceptions will be raised on ``.text`` and ``.json`` if
62
- conversion fails. (pr/1336) (CM)
+* Update NIfTI extension protocol to include ``.content : bytes``, ``.text : str`` and
+ ``.json() : dict`` properties/methods for accessing extension contents.
+ Exceptions will be raised on ``.text`` and ``.json()`` if conversion fails. (pr/1336) (CM)
63
64
Enhancements
65
0 commit comments