diff --git a/.mailmap b/.mailmap index d917d4d279..d0f2bd6aff 100644 --- a/.mailmap +++ b/.mailmap @@ -38,18 +38,19 @@ Jean-Baptiste Poline jbpoline Jon Haitz Legarreta Jon Haitz Legarreta Gorroño Kesshi Jordan kesshijordan Kevin S. Hahn Kevin S. Hahn +Konstantinos Raktivan constracti Krish Subramaniam Krish Subramaniam Marc-Alexandre Côté Marc-Alexandre Cote Mathias Goncalves mathiasg Michael Hanke Michael Hanke -Nguyen, Ly lxn2 +Ly Nguyen lxn2 Oliver P. Hinds ohinds Paul McCarthy Paul McCarthy Satrajit Ghosh Satrajit Ghosh Serge Koudoro skoudoro Stephan Gerhard Stephan Gerhard Thomas Roos Roosted7 -Venky Reddy R3DDY97 +Venkateswara Reddy Reddam R3DDY97 Yaroslav O. Halchenko Yaroslav O. Halchenko Yaroslav Halchenko diff --git a/.zenodo.json b/.zenodo.json index 79f1e2081b..e4ea56b108 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -38,6 +38,11 @@ "name": "Halchenko, Yaroslav O.", "orcid": "0000-0003-3456-2493" }, + { + "affiliation": "Wellcome Centre for Integrative Neuroimaging, University of Oxford, UK", + "name": "Cottaar, Michiel", + "orcid": "0000-0003-4679-7724" + }, { "affiliation": "MIT, HMS", "name": "Ghosh, Satrajit", @@ -82,11 +87,6 @@ { "name": "Moloney, Brendan" }, - { - "affiliation": "Wellcome Centre for Integrative Neuroimaging, University of Oxford, UK", - "name": "Cottaar, Michiel", - "orcid": "0000-0003-4679-7724" - }, { "name": "Burns, Christopher" }, @@ -162,6 +162,11 @@ { "name": "Nguyen, Ly" }, + { + "affiliation": "BrainSpec, Boston, MA", + "name": "Reddigari, Samir", + "orcid": "0000-0003-1472-5881" + }, { "name": "St-Jean, Samuel" }, @@ -178,6 +183,11 @@ "name": "Kaczmarzyk, Jakub", "orcid": "0000-0002-5544-7577" }, + { + "affiliation": "Universit\u00e9 de Sherbrooke", + "name": "Legarreta, Jon Haitz", + "orcid": "0000-0002-9661-1396" + }, { "name": "Hahn, Kevin S." }, @@ -192,11 +202,6 @@ "name": "Poline, Jean-Baptiste", "orcid": "0000-0002-9794-749X" }, - { - "affiliation": "Universit\u00e9 de Sherbrooke", - "name": "Legarreta, Jon Haitz", - "orcid": "0000-0002-9661-1396" - }, { "affiliation": "University College London, London, UK", "name": "Stutters, Jon", @@ -207,6 +212,9 @@ "name": "Jordan, Kesshi", "orcid": "0000-0001-6313-0580" }, + { + "name": "Cieslak, Matt" + }, { "name": "Moreno, Miguel Estevan" }, @@ -247,6 +255,10 @@ "name": "Leinweber, Katrin", "orcid": "0000-0001-5135-5758" }, + { + "affiliation": "National Technical University of Athens, Greece", + "name": "Raktivan, Konstantinos" + }, { "affiliation": "Friedrich-Alexander-Universit\u00e4t Erlangen-N\u00fcrnberg, Erlangen, Germany", "name": "Fischer, Peter", @@ -265,7 +277,9 @@ "name": "Roos, Thomas" }, { - "name": "Reddy, Venky" + "affiliation": "National Institute of Mental Health and Neuro-Sciences, India", + "name": "Reddam, Venkateswara Reddy", + "orcid": "0000-0001-6817-2966" }, { "name": "freec84" diff --git a/Changelog b/Changelog index dc7053be8f..6637d0b995 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,45 @@ Eric Larson (EL), Demien Wasserman, and Stephan Gerhard. References like "pr/298" refer to github pull request numbers. +2.4.0 (Monday 1 April 2019) +============================ + +New features +------------ +* Alternative ``Axis``-based interface for manipulating CIFTI-2 headers + (pr/641) (Michiel Cottaar, reviewed by Demien Wasserman, CM, SG) + +Enhancements +------------ +* Accept TCK files produced by tools with other delimiter/EOF defaults + (pr/720) (Soichi Hayashi, reviewed by CM, MB, MC) +* Allow BrainModels or Parcels to contain a single vertex in CIFTI + (pr/739) (Michiel Cottaar, reviewed by CM) +* Support for ``NIFTI_XFORM_TEMPLATE_OTHER`` xform code (pr/743) (CM) + +Bug fixes +--------- +* Skip refcheck in ArraySequence construction/extension (pr/719) (Ariel + Rokem, reviewed by CM, MC) +* Use safe resizing for ArraySequence extension (pr/724) (CM, reviewed + by MC) +* Fix typo in error message (pr/726) (Jon Haitz Legarreta Gorroño, + reviewed by CM) +* Support DICOM slice sorting in Python 3 (pr/728) (Samir Reddigari, + reviewed by CM) +* Correctly reorient dim_info when reorienting NIfTI images + (Konstantinos Raktivan, CM, reviewed by CM) + +Maintenance +----------- +* Import updates to reduce upstream deprecation warnings (pr/711, + pr/705, pr/738) (EL, YOH, reviewed by CM) +* Delay import of ``nibabel.testing``, ``nose`` and ``mock`` to speed up + import (pr/699) (CM) +* Increase coverage testing, drop coveralls (pr/722, pr/732) (CM) +* Add Zenodo metadata, sorted by commits (pr/732) (CM + others) +* Update author listing and copyrights (pr/742) (MB, reviewed by CM) + 2.3.3 (Wednesday 16 January 2019) ================================= diff --git a/doc/source/index.rst b/doc/source/index.rst index 3c42096b2a..453224bffb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -92,6 +92,10 @@ contributed code and discussion (in rough order of appearance): * Igor Solovey * Jon Haitz Legarreta Gorroño * Katrin Leinweber +* Soichi Hayashi +* Samir Reddigari +* Konstantinos Raktivan +* Matt Cieslak License reprise =============== diff --git a/nibabel/info.py b/nibabel/info.py index 8035940b37..b5c81c431c 100644 --- a/nibabel/info.py +++ b/nibabel/info.py @@ -19,8 +19,8 @@ _version_major = 2 _version_minor = 4 _version_micro = 0 -_version_extra = 'dev' -# _version_extra = '' +# _version_extra = 'dev' +_version_extra = '' # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" __version__ = "%s.%s.%s%s" % (_version_major,