Changes between Version 22 and Version 23 of SummerofCodeIdeas
- Timestamp:
- 02/05/12 05:44:24 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerofCodeIdeas
v22 v23 3 3 The 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. 4 4 5 = Summer of Code 2012 Ideas =5 = Summer of Code 2012 Ideas for Numpy & Scipy = 6 6 7 == Improve missing data (NA) support ==7 == Improve missing data (NA) support in Numpy == 8 8 9 9 Numpy 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: … … 18 18 19 19 * 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.py20 * Improve datasource and integrate it into all the numpy/scipy io http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/lib/_datasource.py 21 21 * [http://scipy.org/scipy/scipy/milestone/StatisticsCleanup Statistics Cleanup] 22 22 * '''scipy.ndimage''': Rewrite in Python where possible, port to Cython elsewhere. Decide on a consistent coordinate framework. As a bonus, fix boundary issues.
