.. _credits: ======= Credits ======= IPython is mainly developed by Fernando Pérez , but the project was born from mixing in Fernando's code with the IPP project by Janko Hauser and LazyPython by Nathan Gray . For all IPython-related requests, please contact Fernando. As of early 2006, the following developers have joined the core team: * [Robert Kern] : co-mentored the 2005 Google Summer of Code project to develop python interactive notebooks (XML documents) and graphical interface. This project was awarded to the students Tzanko Matev and Toni Alatalo * [Brian Granger] : extending IPython to allow support for interactive parallel computing. * [Ville Vainio] : Ville is the new maintainer for the main trunk of IPython after version 0.7.1. The IPython project is also very grateful to: Bill Bumgarner : for providing the DPyGetOpt module which gives very powerful and convenient handling of command-line options (light years ahead of what Python 2.1.1's getopt module does). Ka-Ping Yee : for providing the Itpl module for convenient and powerful string interpolation with a much nicer syntax than formatting through the '%' operator. Arnd Baecker : for his many very useful suggestions and comments, and lots of help with testing and documentation checking. Many of IPython's newer features are a result of discussions with him (bugs are still my fault, not his). Obviously Guido van Rossum and the whole Python development team, that goes without saying. IPython's website is generously hosted at http://ipython.scipy.orgby Enthought (http://www.enthought.com). I am very grateful to them and all of the SciPy team for their contribution. Fernando would also like to thank Stephen Figgins , an O'Reilly Python editor. His Oct/11/2001 article about IPP and LazyPython, was what got this project started. You can read it at: http://www.onlamp.com/pub/a/python/2001/10/11/pythonnews.html. And last but not least, all the kind IPython users who have emailed new code, bug reports, fixes, comments and ideas. A brief list follows, please let me know if I have ommitted your name by accident: * [Jack Moffit] Bug fixes, including the infamous color problem. This bug alone caused many lost hours and frustration, many thanks to him for the fix. I've always been a fan of Ogg & friends, now I have one more reason to like these folks. Jack is also contributing with Debian packaging and many other things. * [Alexander Schmolck] Emacs work, bug reports, bug fixes, ideas, lots more. The ipython.el mode for (X)Emacs is Alex's code, providing full support for IPython under (X)Emacs. * [Andrea Riciputi] Mac OSX information, Fink package management. * [Gary Bishop] Bug reports, and patches to work around the exception handling idiosyncracies of WxPython. Readline and color support for Windows. * [Jeffrey Collins] Bug reports. Much improved readline support, including fixes for Python 2.3. * [Dryice Liu] FreeBSD port. * [Mike Heeter] * [Christopher Hart] PDB integration. * [Milan Zamazal] Emacs info. * [Philip Hisley] * [Holger Krekel] Tab completion, lots more. * [Robin Siebler] * [Ralf Ahlbrink] * [Thorsten Kampe] * [Fredrik Kant] Windows setup. * [Syver Enstad] Windows setup. * [Richard] Global embedding. * [Hayden Callow] Gnuplot.py 1.6 compatibility. * [Leonardo Santagada] Fixes for Windows installation. * [Christopher Armstrong] Bugfixes. * [Francois Pinard] Code and documentation fixes. * [Cory Dodt] Bug reports and Windows ideas. Patches for Windows installer. * [Olivier Aubert] New magics. * [King C. Shu] Autoindent patch. * [Chris Drexler] Readline packages for Win32/CygWin. * [Gustavo Cordova Avila] EvalDict code for nice, lightweight string interpolation. * [Kasper Souren] Bug reports, ideas. * [Gever Tulley] Code contributions. * [Ralf Schmitt] Bug reports & fixes. * [Oliver Sander] Bug reports. * [Rod Holland] Bug reports and fixes to logging module. * [Daniel 'Dang' Griffith] Fixes, enhancement suggestions for system shell use. * [Viktor Ransmayr] Tests and reports on Windows installation issues. Contributed a true Windows binary installer. * [Mike Salib] Help fixing a subtle bug related to traceback printing. * [W.J. van der Laan] Bash-like prompt specials. * [Antoon Pardon] Critical fix for the multithreaded IPython. * [John Hunter] Matplotlib author, helped with all the development of support for matplotlib in IPyhton, including making necessary changes to matplotlib itself. * [Matthew Arnison] Bug reports, '%run -d' idea. * [Prabhu Ramachandran] Help with (X)Emacs support, threading patches, ideas... * [Norbert Tretkowski] help with Debian packaging and distribution. * [George Sakkis] New matcher for tab-completing named arguments of user-defined functions. * [Jörgen Stenarson] Wildcard support implementation for searching namespaces. * [Vivian De Smedt] Debugger enhancements, so that when pdb is activated from within IPython, coloring, tab completion and other features continue to work seamlessly. * [Scott Tsai] Support for automatic editor invocation on syntax errors (see http://www.scipy.net/roundup/ipython/issue36). * [Alexander Belchenko] Improvements for win32 paging system. * [Will Maier] Official OpenBSD port.