Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3203c6b5b5bf6c4bd2f69b939bc562d2 > files > 540

ipython-doc-0.10.2-1.fc14.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Credits &mdash; IPython 0.10.2 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '0.10.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="IPython 0.10.2 documentation" href="index.html" />
    <link rel="prev" title="License and Copyright" href="license_and_copyright.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="license_and_copyright.html" title="License and Copyright"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">IPython 0.10.2 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="credits">
<span id="id1"></span><h1>Credits<a class="headerlink" href="#credits" title="Permalink to this headline">¶</a></h1>
<p>IPython is led by Fernando Pérez.</p>
<p>As of this writing, the following developers have joined the core team:</p>
<ul class="simple">
<li>[Robert Kern] &lt;rkern-AT-enthought.com&gt;: 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 &lt;tsanko-AT-gmail.com&gt; and
Toni Alatalo &lt;antont-AT-an.org&gt;.</li>
<li>[Brian Granger] &lt;ellisonbg-AT-gmail.com&gt;: extending IPython to allow
support for interactive parallel computing.</li>
<li>[Benjamin (Min) Ragan-Kelley]: key work on IPython&#8217;s parallel
computing infrastructure.</li>
<li>[Ville Vainio] &lt;vivainio-AT-gmail.com&gt;: Ville has made many improvements
to the core of IPython and was the maintainer of the main IPython
trunk from version 0.7.1 to 0.8.4.</li>
<li>[Gael Varoquaux] &lt;gael.varoquaux-AT-normalesup.org&gt;: work on the merged
architecture for the interpreter as of version 0.9, implementing a new WX GUI
based on this system.</li>
<li>[Barry Wark] &lt;barrywark-AT-gmail.com&gt;: implementing a new Cocoa GUI, as well
as work on the new interpreter architecture and Twisted support.</li>
<li>[Laurent Dufrechou] &lt;laurent.dufrechou-AT-gmail.com&gt;: development of the WX
GUI support.</li>
<li>[Jörgen Stenarson] &lt;jorgen.stenarson-AT-bostream.nu&gt;: maintainer of the
PyReadline project, necessary for IPython under windows.</li>
</ul>
<p>The IPython project is also very grateful to:</p>
<p>Bill Bumgarner &lt;bbum-AT-friday.com&gt;: 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&#8217;s getopt module does).</p>
<p>Ka-Ping Yee &lt;ping-AT-lfw.org&gt;: for providing the Itpl module for
convenient and powerful string interpolation with a much nicer syntax
than formatting through the &#8216;%&#8217; operator.</p>
<p>Arnd Baecker &lt;baecker-AT-physik.tu-dresden.de&gt;: for his many very useful
suggestions and comments, and lots of help with testing and
documentation checking. Many of IPython&#8217;s newer features are a result of
discussions with him (bugs are still my fault, not his).</p>
<p>Obviously Guido van Rossum and the whole Python development team, that
goes without saying.</p>
<p>IPython&#8217;s website is generously hosted at <a class="reference external" href="http://ipython.scipy.orgby">http://ipython.scipy.orgby</a>
Enthought (<a class="reference external" href="http://www.enthought.com">http://www.enthought.com</a>). I am very grateful to them and all
of the SciPy team for their contribution.</p>
<p>Fernando would also like to thank Stephen Figgins &lt;fig-AT-monitor.net&gt;,
an O&#8217;Reilly Python editor. His Oct/11/2001 article about IPP and
LazyPython, was what got this project started. You can read it at:
<a class="reference external" href="http://www.onlamp.com/pub/a/python/2001/10/11/pythonnews.html">http://www.onlamp.com/pub/a/python/2001/10/11/pythonnews.html</a>.</p>
<p>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 us
know if we have ommitted your name by accident:</p>
<ul class="simple">
<li>Justin Riley &lt;justin.t.riley-AT-gmail.com&gt; Contributions to parallel support,
Amazon EC2, Sun Grid Engine, documentation.</li>
<li>Satrajit Ghosh &lt;satra-AT-mit.edu&gt; parallel computing (SGE and much more).</li>
<li>Darren Dale &lt;dsdale24-AT-gmail.com&gt;, traits-based configuration system, Qt
support.</li>
<li>Dan Milstein &lt;danmil-AT-comcast.net&gt;.  A bold refactoring of the
core prefilter stuff in the IPython interpreter.</li>
<li>[Jack Moffit] &lt;jack-AT-xiph.org&gt; Bug fixes, including the infamous
color problem. This bug alone caused many lost hours and
frustration, many thanks to him for the fix. I&#8217;ve always been a
fan of Ogg &amp; friends, now I have one more reason to like these folks.
Jack is also contributing with Debian packaging and many other
things.</li>
<li>[Alexander Schmolck] &lt;a.schmolck-AT-gmx.net&gt; Emacs work, bug
reports, bug fixes, ideas, lots more. The ipython.el mode for
(X)Emacs is Alex&#8217;s code, providing full support for IPython under
(X)Emacs.</li>
<li>[Andrea Riciputi] &lt;andrea.riciputi-AT-libero.it&gt; Mac OSX
information, Fink package management.</li>
<li>[Gary Bishop] &lt;gb-AT-cs.unc.edu&gt; Bug reports, and patches to work
around the exception handling idiosyncracies of WxPython. Readline
and color support for Windows.</li>
<li>[Jeffrey Collins] &lt;Jeff.Collins-AT-vexcel.com&gt; Bug reports. Much
improved readline support, including fixes for Python 2.3.</li>
<li>[Dryice Liu] &lt;dryice-AT-liu.com.cn&gt; FreeBSD port.</li>
<li>[Mike Heeter] &lt;korora-AT-SDF.LONESTAR.ORG&gt;</li>
<li>[Christopher Hart] &lt;hart-AT-caltech.edu&gt; PDB integration.</li>
<li>[Milan Zamazal] &lt;pdm-AT-zamazal.org&gt; Emacs info.</li>
<li>[Philip Hisley] &lt;compsys-AT-starpower.net&gt;</li>
<li>[Holger Krekel] &lt;pyth-AT-devel.trillke.net&gt; Tab completion, lots
more.</li>
<li>[Robin Siebler] &lt;robinsiebler-AT-starband.net&gt;</li>
<li>[Ralf Ahlbrink] &lt;ralf_ahlbrink-AT-web.de&gt;</li>
<li>[Thorsten Kampe] &lt;thorsten-AT-thorstenkampe.de&gt;</li>
<li>[Fredrik Kant] &lt;fredrik.kant-AT-front.com&gt; Windows setup.</li>
<li>[Syver Enstad] &lt;syver-en-AT-online.no&gt; Windows setup.</li>
<li>[Richard] &lt;rxe-AT-renre-europe.com&gt; Global embedding.</li>
<li>[Hayden Callow] &lt;h.callow-AT-elec.canterbury.ac.nz&gt; Gnuplot.py 1.6
compatibility.</li>
<li>[Leonardo Santagada] &lt;retype-AT-terra.com.br&gt; Fixes for Windows
installation.</li>
<li>[Christopher Armstrong] &lt;radix-AT-twistedmatrix.com&gt; Bugfixes.</li>
<li>[Francois Pinard] &lt;pinard-AT-iro.umontreal.ca&gt; Code and
documentation fixes.</li>
<li>[Cory Dodt] &lt;cdodt-AT-fcoe.k12.ca.us&gt; Bug reports and Windows
ideas. Patches for Windows installer.</li>
<li>[Olivier Aubert] &lt;oaubert-AT-bat710.univ-lyon1.fr&gt; New magics.</li>
<li>[King C. Shu] &lt;kingshu-AT-myrealbox.com&gt; Autoindent patch.</li>
<li>[Chris Drexler] &lt;chris-AT-ac-drexler.de&gt; Readline packages for
Win32/CygWin.</li>
<li>[Gustavo Cordova Avila] &lt;gcordova-AT-sismex.com&gt; EvalDict code for
nice, lightweight string interpolation.</li>
<li>[Kasper Souren] &lt;Kasper.Souren-AT-ircam.fr&gt; Bug reports, ideas.</li>
<li>[Gever Tulley] &lt;gever-AT-helium.com&gt; Code contributions.</li>
<li>[Ralf Schmitt] &lt;ralf-AT-brainbot.com&gt; Bug reports &amp; fixes.</li>
<li>[Oliver Sander] &lt;osander-AT-gmx.de&gt; Bug reports.</li>
<li>[Rod Holland] &lt;rhh-AT-structurelabs.com&gt; Bug reports and fixes to
logging module.</li>
<li>[Daniel &#8216;Dang&#8217; Griffith] &lt;pythondev-dang-AT-lazytwinacres.net&gt;
Fixes, enhancement suggestions for system shell use.</li>
<li>[Viktor Ransmayr] &lt;viktor.ransmayr-AT-t-online.de&gt; Tests and
reports on Windows installation issues. Contributed a true Windows
binary installer.</li>
<li>[Mike Salib] &lt;msalib-AT-mit.edu&gt; Help fixing a subtle bug related
to traceback printing.</li>
<li>[W.J. van der Laan] &lt;gnufnork-AT-hetdigitalegat.nl&gt; Bash-like
prompt specials.</li>
<li>[Antoon Pardon] &lt;Antoon.Pardon-AT-rece.vub.ac.be&gt; Critical fix for
the multithreaded IPython.</li>
<li>[John Hunter] &lt;jdhunter-AT-nitace.bsd.uchicago.edu&gt; Matplotlib
author, helped with all the development of support for matplotlib
in IPyhton, including making necessary changes to matplotlib itself.</li>
<li>[Matthew Arnison] &lt;maffew-AT-cat.org.au&gt; Bug reports, &#8216;%run -d&#8217; idea.</li>
<li>[Prabhu Ramachandran] &lt;prabhu_r-AT-users.sourceforge.net&gt; Help
with (X)Emacs support, threading patches, ideas...</li>
<li>[Norbert Tretkowski] &lt;tretkowski-AT-inittab.de&gt; help with Debian
packaging and distribution.</li>
<li>[George Sakkis] &lt;gsakkis-AT-eden.rutgers.edu&gt; New matcher for
tab-completing named arguments of user-defined functions.</li>
<li>[Jörgen Stenarson] &lt;jorgen.stenarson-AT-bostream.nu&gt; Wildcard
support implementation for searching namespaces.</li>
<li>[Vivian De Smedt] &lt;vivian-AT-vdesmedt.com&gt; Debugger enhancements,
so that when pdb is activated from within IPython, coloring, tab
completion and other features continue to work seamlessly.</li>
<li>[Scott Tsai] &lt;scottt958-AT-yahoo.com.tw&gt; Support for automatic
editor invocation on syntax errors (see
<a class="reference external" href="http://www.scipy.net/roundup/ipython/issue36">http://www.scipy.net/roundup/ipython/issue36</a>).</li>
<li>[Alexander Belchenko] &lt;bialix-AT-ukr.net&gt; Improvements for win32
paging system.</li>
<li>[Will Maier] &lt;willmaier-AT-ml1.net&gt; Official OpenBSD port.</li>
<li>[Ondrej Certik] &lt;ondrej-AT-certik.cz&gt;: set up the IPython docs to use the new
Sphinx system used by Python, Matplotlib and many more projects.</li>
<li>[Stefan van der Walt] &lt;stefan-AT-sun.ac.za&gt;: support for the new config system.</li>
</ul>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="license_and_copyright.html"
                        title="previous chapter">License and Copyright</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/credits.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="license_and_copyright.html" title="License and Copyright"
             >previous</a> |</li>
        <li><a href="index.html">IPython 0.10.2 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2008, The IPython Development Team.
      Last updated on Apr 09, 2011.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1pre.
    </div>
  </body>
</html>