Published January 2, 2019
| Version 2.3.2
Software
Open
nipy/nibabel: 2.3.2
Creators
- Matthew Brett1
- Michael Hanke
- Chris Markiewicz2
- Marc-Alexandre Côté
- Paul McCarthy
- Chris Cheng3
- Yaroslav Halchenko4
- Satrajit Ghosh5
- Demian Wassermann6
- Stephan Gerhard
- Eric Larson7
- Gregory R. Lee8
- Erik Kastman9
- Cindee M
- Ariel Rokem10
- Félix C. Morency11
- moloney
- Michiel Cottaar12
- Jarrod Millman13
- Ross Markello14
- jaeilepp
- Alexandre Gramfort15
- Robert D Vincent16
- Jasper J.F. van den Bosch7
- Krish Subramaniam
- Pradeep Reddy Raamana17
- Mathias Goncalves
- Nolan Nichols18
- embaker
- Basile
- 1. University of Birmingham
- 2. Stanford University
- 3. Dartmouth College
- 4. Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban
- 5. MIT
- 6. INRIA
- 7. University of Washington
- 8. Cincinnati Children's Hospital Medical Center
- 9. Harvard University
- 10. The University of Washington eScience Institute
- 11. Imeka
- 12. FMRIB, University of Oxford
- 13. UC Berkeley
- 14. McGill University
- 15. Inria
- 16. Marianopolis College
- 17. University of Toronto
- 18. Genentech
Description
Bug fix release for the 2.3 series.
Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH) Ben Cipollini (BC), Marc-Alexandre Côté (MC), Chris Markiewicz (CM), Stephan Gerhard (SG), Eric Larson (EL), Yaroslav Halchenko (YOH) and Chris Cheng (CC).
References like "pr/298" refer to github pull request numbers.
2.3.2 (Wedmesday 2 January 2019) Enhancements- Enable toggling crosshair with
Ctrl-x
inOrthoSlicer3D
viewer (pr/701) (Miguel Estevan Moreno, reviewed by CM)
- Read .PAR files corresponding to ADC maps (pr/685) (Gregory R. Lee, reviewed by CM)
- Increase maximum number of items read from Siemens CSA format (Igor Solovey, reviewed by CM, MB)
- Check boolean dtypes with
numpy.issubdtype(..., np.bool_)
(pr/707) (Jon Haitz Legarreta Gorroño, reviewed by CM)
- Fix small typos in parrec2nii help text (pr/682) (Thomas Roos, reviewed by MB)
- Remove deprecated calls to
numpy.asscalar
(pr/686) (CM, reviewed by Gregory R. Lee) - Update QA directives to accommodate Flake8 3.6 (pr/695) (CM)
- Update DOI links to use
https://doi.org
(pr/703) (Katrin Leinweber, reviewed by CM) - Remove deprecated calls to
numpy.fromstring
(pr/700) (Ariel Rokem, reviewed by CM, MB) - Drop
distutils
support, requirebz2file
for Python 2.7 (pr/700) (CM, reviewed by MB) - Replace mutable
bytes
hack, disabled in numpy pre-release, withbytearray
/readinto
strategy (pr/700) (Ariel Rokem, CM, reviewed by CM, MB)
- Add
Opener.readinto
method to read file contents into pre-allocated buffers (pr/700) (Ariel Rokem, reviewed by CM, MB)
Files
nipy/nibabel-2.3.2.zip
Files
(4.4 MB)
Name | Size | Download all |
---|---|---|
md5:ec9e24f58e467eb93ecb439ef6bb3048
|
4.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nipy/nibabel/tree/2.3.2 (URL)