Difference between revisions of "Documentation/Labs/NUMPY171"

From Slicer Wiki
Jump to: navigation, search
m (Created page with '__TOC__ = Goal = * Slicer is currently building Numpy 1.4.1. We would like to upgrade to a more recent version of Numpy to bring the latest and greatest of Numpy to Slicer comm…')
 
Line 8: Line 8:
 
* http://www.na-mic.org/Bug/view.php?id=3158
 
* http://www.na-mic.org/Bug/view.php?id=3158
 
* http://www.na-mic.org/Bug/view.php?id=3159
 
* http://www.na-mic.org/Bug/view.php?id=3159
 +
* http://www.na-mic.org/Bug/view.php?id=3160
  
 
= Possible approaches =
 
= Possible approaches =

Revision as of 17:44, 19 June 2013

Home < Documentation < Labs < NUMPY171

Goal

  • Slicer is currently building Numpy 1.4.1. We would like to upgrade to a more recent version of Numpy to bring the latest and greatest of Numpy to Slicer community.

Issues

Possible approaches

  • Keep the current version and back-port to vs2010/12 support.
  • Use different version for windows (1.7.1) and unix-like (1.4.1) system.
  • Ideally, use 1.7.1 on all platform/compiler.