Changes between Version 22 and Version 23 of SummerofCodeIdeas

Show
Ignore:
Timestamp:
02/05/12 05:44:24 (16 months ago)
Author:
rgommers
Comment:

make clear what's for numpy/scipy

Legend:

Unmodified
Added
Removed
Modified
  • SummerofCodeIdeas

    v22 v23  
    33The SciPy GSoC projects are run under the umbrella of the PSF.  The PSF info for 2012 is not yet available, but that of 2011 should help in getting started: http://wiki.python.org/moin/SummerOfCode/2011.  In particular, look at what is expected of students: http://wiki.python.org/moin/SummerOfCode/Expectations.  
    44 
    5 = Summer of Code 2012 Ideas = 
     5= Summer of Code 2012 Ideas for Numpy & Scipy = 
    66 
    7 == Improve missing data (NA) support == 
     7== Improve missing data (NA) support in Numpy == 
    88 
    99Numpy 1.7 includes for the first time support for missing data, implemented in a way similar to how it works in R. There is a lot more to do in this direction, for example:  
     
    1818 
    1919 * Continue work on [http://conference.scipy.org/abstract?id=19 Fwrap] started by Kurt Smith in GSoC2009 
    20  * improve datasource and integrate it into all the numpy/scipy io http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/lib/_datasource.py 
     20 * Improve datasource and integrate it into all the numpy/scipy io http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/lib/_datasource.py 
    2121 * [http://scipy.org/scipy/scipy/milestone/StatisticsCleanup Statistics Cleanup] 
    2222 * '''scipy.ndimage''': Rewrite in Python where possible, port to Cython elsewhere.  Decide on a consistent coordinate framework.  As a bonus, fix boundary issues.