Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,19 @@ Jean-Baptiste Poline <[email protected]> jbpoline <[email protected]>
Jon Haitz Legarreta <[email protected]> Jon Haitz Legarreta Gorroño <[email protected]>
Kesshi Jordan <[email protected]> kesshijordan <[email protected]>
Kevin S. Hahn <[email protected]> Kevin S. Hahn <[email protected]>
Konstantinos Raktivan <[email protected]> constracti <[email protected]>
Krish Subramaniam <[email protected]> Krish Subramaniam <[email protected]>
Marc-Alexandre Côté <[email protected]> Marc-Alexandre Cote <[email protected]>
Mathias Goncalves <[email protected]> mathiasg <[email protected]>
Michael Hanke <[email protected]> <mhanke-guest@82381867-18eb-0310-98a2-9474e637aba2>
Michael Hanke <[email protected]> <[email protected]>
Nguyen, Ly <[email protected]> lxn2 <[email protected]>
Ly Nguyen <[email protected]> lxn2 <[email protected]>
Oliver P. Hinds <[email protected]> ohinds <[email protected]>
Paul McCarthy <[email protected]> Paul McCarthy <[email protected]>
Satrajit Ghosh <[email protected]> Satrajit Ghosh <[email protected]>
Serge Koudoro <[email protected]> skoudoro <[email protected]>
Stephan Gerhard <[email protected]> Stephan Gerhard <[email protected]>
Thomas Roos <[email protected]> Roosted7 <[email protected]>
Venky Reddy <[email protected]> R3DDY97 <[email protected]>
Venkateswara Reddy Reddam <[email protected]> R3DDY97 <[email protected]>
Yaroslav O. Halchenko <[email protected]> <yoh-guest@82381867-18eb-0310-98a2-9474e637aba2>
Yaroslav O. Halchenko <[email protected]> Yaroslav Halchenko <[email protected]>
21 changes: 15 additions & 6 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
{
"name": "Nguyen, Ly"
},
{
"name": "Reddigari, Samir"
},
{
"name": "St-Jean, Samuel"
},
Expand All @@ -178,6 +181,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."
},
Expand All @@ -192,11 +200,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",
Expand Down Expand Up @@ -247,6 +250,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",
Expand All @@ -265,7 +272,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"
Expand Down
40 changes: 40 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,46 @@ Eric Larson (EL), Demien Wasserman, and Stephan Gerhard.

References like "pr/298" refer to github pull request numbers.

2.4.0 (Monday 25 March 2019)
============================

New features
------------

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)

API changes and deprecations
----------------------------

2.3.3 (Wednesday 16 January 2019)
=================================

Expand Down
3 changes: 3 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ contributed code and discussion (in rough order of appearance):
* Igor Solovey
* Jon Haitz Legarreta Gorroño
* Katrin Leinweber
* Soichi Hayashi
* Samir Reddigari
* Konstantinos Raktivan

License reprise
===============
Expand Down
4 changes: 2 additions & 2 deletions nibabel/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down