nipy/nibabel: 3.0.0rc1
Creators
- Brett, Matthew1
- Markiewicz, Christopher J.2
- Hanke, Michael3
- Côté, Marc-Alexandre4
- Cipollini, Ben5
- McCarthy, Paul
- Cheng, Christopher P.6
- Halchenko, Yaroslav O.7
- Cottaar, Michiel8
- Ghosh, Satrajit9
- Larson, Eric10
- Wassermann, Demian11
- Gerhard, Stephan12
- Lee, Gregory R.13
- Wang, Hao-Ting
- Kastman, Erik14
- Rokem, Ariel15
- Madison, Cindee
- Morency, Félix C.
- Moloney, Brendan
- Goncalves, Mathias16
- Riddell, Cameron17
- Burns, Christopher
- Millman, Jarrod18
- Gramfort, Alexandre19
- Leppäkangas, Jaakko
- Markello, Ross20
- van den Bosch, Jasper J.F.
- Vincent, Robert D.
- Braun, Henry21
- Subramaniam, Krish
- Jarecka, Dorota16
- Gorgolewski, Krzysztof J.22
- Raamana, Pradeep Reddy23
- Nichols, B. Nolan24
- Baker, Eric M.
- Hayashi, Soichi
- Pinsard, Basile
- Haselgrove, Christian
- Hymers, Mark
- Esteban, Oscar25
- Koudoro, Serge
- Oosterhof, Nikolaas N.
- Amirbekian, Bago
- Nimmo-Smith, Ian
- Nguyen, Ly
- Reddigari, Samir26
- St-Jean, Samuel
- Panfilov, Egor
- Garyfallidis, Eleftherios
- Varoquaux, Gael27
- Kaczmarzyk, Jakub16
- Legarreta, Jon Haitz28
- Hahn, Kevin S.
- Hinds, Oliver P.
- Fauber, Bennet
- Poline, Jean-Baptiste29
- Stutters, Jon30
- Jordan, Kesshi31
- Cieslak, Matthew32
- Moreno, Miguel Estevan
- Haenel, Valentin
- Schwartz, Yannick
- Thirion, Bertrand27
- Papadopoulos Orfanos, Dimitri33
- Pérez-García, Fernando34
- Solovey, Igor
- Gonzalez, Ivan35
- Palasubramaniam, Jath
- Lecher, Justin
- Leinweber, Katrin36
- Raktivan, Konstantinos37
- Fischer, Peter38
- Gervais, Philippe
- Gadde, Syam
- Ballinger, Thomas
- Roos, Thomas
- Reddam, Venkateswara Reddy39
- freec84
- 1. School of Psychology, University of Birmingham, Birmingham, UK
- 2. Stanford University
- 3. Otto-von-Guericke-University Magdeburg, Germany
- 4. Microsoft Research, Montréal, Québec, Canada
- 5. UC San Diego
- 6. Center for Open Neuroscience, Dartmouth College
- 7. Dartmouth College: Hanover, NH, United States
- 8. Wellcome Centre for Integrative Neuroimaging, University of Oxford, UK
- 9. MIT, HMS
- 10. University of Washington: Seattle, WA, United States
- 11. Athena EPI, Inria Sophia-Antipolis
- 12. Institute of Neuroinformatics, ETH/University of Zurich
- 13. Deptartment of Radiology, University of Cincinnati College of Medicine, Cincinnati, OH
- 14. Harvard University - Psychology
- 15. The University of Washington eScience Institute
- 16. MIT
- 17. Department of Psychology, University of California Davis, CA, USA
- 18. Berkeley Institute for Data Science, UC Berkeley
- 19. CNRS LTCI, Telecom ParisTech, Université Paris-Saclay
- 20. Montreal Neurological Institute and Hospital
- 21. Center for Magnetic Resonance Research, University of Minnesota
- 22. Google
- 23. Rotman Research Institute, Baycrest Health Sciences, Toronto, ON, Canada
- 24. SRI International
- 25. Department of Psychology, Stanford University, CA, USA
- 26. BrainSpec, Boston, MA
- 27. INRIA
- 28. Université de Sherbrooke
- 29. McGill University
- 30. University College London, London, UK
- 31. University of California, San Francisco
- 32. Department of Neuropsychiatry, University of Pennsylvania
- 33. CEA
- 34. University College London
- 35. Athinoula A. Martinos Center for Biomedical Imaging, Charlestown, MA
- 36. TIB – Leibniz Information Centre for Science and Technology and University Library, Hannover, Germany
- 37. National Technical University of Athens, Greece
- 38. Friedrich-Alexander-Universität Erlangen-Nürnberg, Erlangen, Germany
- 39. National Institute of Mental Health and Neuro-Sciences, India
Description
Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz (CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul McCarthy (PM), Chris Cheng (CC), Yaroslav Halchenko (YOH), Satra Ghosh (SG), Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
References like "pr/298" refer to github pull request numbers.
3.0.0rc1 (Saturday 16 November 2019)Release candidate for NiBabel 3.0, initiating a minimum one-month testing window.
Downstream projects are requested to test against the release candidate by installing with pip install --pre nibabel
.
- ArrayProxy method
get_scaled()
scales data with a dtype of a specified precision, promoting as necessary to avoid overflow. This is to used inimg.get_fdata()
to control memory usage. (pr/833) (CM, reviewed by Ross Markello) - GiftiImage method
agg_data()
to return usable data arrays (pr/793) (Hao-Ting Wang, reviewed by CM) - Accept
os.PathLike
objects in place of filenames (pr/610) (Cameron Riddell, reviewed by MB, CM) - Function to calculate obliquity of affines (pr/815) (Oscar Esteban, reviewed by MB)
get_fdata(dtype=np.float32)
will attempt to avoid casting data tonp.float64
when scaling parameters would otherwise promote the data type unnecessarily. (pr/833) (CM, reviewed by Ross Markello)ArraySequence
now supports a large set of Python operators to combine or update in-place. (pr/811) (MC, reviewed by Serge Koudoro, Philippe Poulin, CM, MB)- Warn, rather than fail, on DICOMs with unreadable Siemens CSA tags (pr/818) (Henry Braun, reviewed by CM)
- Improve clarity of coordinate system tutorial (pr/823) (Egor Panfilov, reviewed by MB)
- Sliced
Tractogram
s no longerapply_affine
to the originalTractogram
's streamlines. (pr/811) (MC, reviewed by Serge Koudoro, Philippe Poulin, CM, MB) - Re-import externals/netcdf.py from scipy to resolve numpy deprecation (pr/821) (CM)
- Support Python >=3.5.1, including Python 3.8.0 (pr/787) (CM)
- Manage versioning with slightly customized Versioneer (pr/786) (CM)
- Reference Nipy Community Code and Nibabel Developer Guidelines in GitHub community documents (pr/778) (CM, reviewed by MB)
- Deprecate
ArraySequence.data
in favor ofArraySequence.get_data()
, which will return a copy.ArraySequence.data
now returns a read-only view. (pr/811) (MC, reviewed by Serge Koudoro, Philippe Poulin, CM, MB) - Deprecate
DataobjImage.get_data()
API, to be removed in nibabel 5.0 (pr/794, pr/809) (CM, reviewed by MB)
Files
nipy/nibabel-3.0.0rc1.zip
Files
(4.5 MB)
Name | Size | Download all |
---|---|---|
md5:d7f20de46db0f4edbf8d061dabfc82f7
|
4.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nipy/nibabel/tree/3.0.0rc1 (URL)