Show More
@@ -57,14 +57,49 b' him.' | |||||
57 | Obviously Guido van Rossum and the whole Python development team, for creating |
|
57 | Obviously Guido van Rossum and the whole Python development team, for creating | |
58 | a great language for interactive computing. |
|
58 | a great language for interactive computing. | |
59 |
|
59 | |||
60 | Enthought (http://www.enthought.com), for hosting IPython's website and |
|
|||
61 | supporting the project in various ways over the years. |
|
|||
62 |
|
||||
63 | Fernando would also like to thank Stephen Figgins <fig-AT-monitor.net>, |
|
60 | Fernando would also like to thank Stephen Figgins <fig-AT-monitor.net>, | |
64 | an O'Reilly Python editor. His October 11, 2001 article about IPP and |
|
61 | an O'Reilly Python editor. His October 11, 2001 article about IPP and | |
65 | LazyPython, was what got this project started. You can read it at |
|
62 | LazyPython, was what got this project started. You can read it at | |
66 | http://www.onlamp.com/pub/a/python/2001/10/11/pythonnews.html. |
|
63 | http://www.onlamp.com/pub/a/python/2001/10/11/pythonnews.html. | |
67 |
|
64 | |||
|
65 | Sponsors | |||
|
66 | ======== | |||
|
67 | ||||
|
68 | We would like to thank the following entities which, at one point or another, | |||
|
69 | have provided resources and support to IPython: | |||
|
70 | ||||
|
71 | * Enthought (http://www.enthought.com), for hosting IPython's website and | |||
|
72 | supporting the project in various ways over the years, including significant | |||
|
73 | funding and resources in 2010 for the development of our modern ZeroMQ-based | |||
|
74 | architecture and Qt console frontend. | |||
|
75 | ||||
|
76 | * Google, for supporting IPython through Summer of Code sponsorships in 2005 | |||
|
77 | and 2010. | |||
|
78 | ||||
|
79 | * Microsoft Corporation, for funding in 2009 the development of documentation | |||
|
80 | and examples of the Windows HPC Server 2008 support in IPython's parallel | |||
|
81 | computing tools. | |||
|
82 | ||||
|
83 | * The Nipy project (http://nipy.org) for funding in 2009 a significant | |||
|
84 | refactoring of the entire project codebase that was key. | |||
|
85 | ||||
|
86 | * Ohio Supercomputer Center ( part of Ohio State University Research | |||
|
87 | Foundation) and the Department of Defense High Performance Computing | |||
|
88 | Modernization Program (HPCMP), for sponsoring work in 2009 on the ipcluster | |||
|
89 | script used for starting IPython's parallel computing processes, as well as | |||
|
90 | the integration between IPython and the Vision environment | |||
|
91 | (http://mgltools.scripps.edu/packages/vision). This project would not have | |||
|
92 | been possible without the support and leadership of Jose Unpingco, from Ohio | |||
|
93 | State. | |||
|
94 | ||||
|
95 | * Tech-X Corporation, for sponsoring a NASA SBIR project in 2008 on IPython's | |||
|
96 | distributed array and parallel computing capabilities. | |||
|
97 | ||||
|
98 | * Bivio Software (http://www.bivio.biz/bp/Intro), for hosting an IPython sprint | |||
|
99 | in 2006 in addition to their support of the Front Range Pythoneers group in | |||
|
100 | Boulder, CO. | |||
|
101 | ||||
|
102 | ||||
68 | Contributors |
|
103 | Contributors | |
69 | ============ |
|
104 | ============ | |
70 |
|
105 | |||
@@ -97,6 +132,10 b' let us know if we have omitted your name by accident:' | |||||
97 | * Darren Dale <dsdale24-AT-gmail.com>, traits-based configuration system, Qt |
|
132 | * Darren Dale <dsdale24-AT-gmail.com>, traits-based configuration system, Qt | |
98 | support. |
|
133 | support. | |
99 |
|
134 | |||
|
135 | * Jose Unpingco <unpingco@gmail.com> authored multiple tutorials and | |||
|
136 | screencasts teaching the use of IPython both for interactive and parallel | |||
|
137 | work (available in the documentation part of our website). | |||
|
138 | ||||
100 | * Dan Milstein <danmil-AT-comcast.net> A bold refactor of the core prefilter |
|
139 | * Dan Milstein <danmil-AT-comcast.net> A bold refactor of the core prefilter | |
101 | machinery in the IPython interpreter. |
|
140 | machinery in the IPython interpreter. | |
102 |
|
141 | |||
@@ -231,4 +270,3 b' let us know if we have omitted your name by accident:' | |||||
231 |
|
270 | |||
232 | * Stefan van der Walt <stefan-AT-sun.ac.za> Design and prototype of the |
|
271 | * Stefan van der Walt <stefan-AT-sun.ac.za> Design and prototype of the | |
233 | Traits based config system. |
|
272 | Traits based config system. | |
234 |
|
General Comments 0
You need to be logged in to leave comments.
Login now