Skip to content

Commit f520324

Browse files
committed
Release announcment for version 2.0
1 parent 9601242 commit f520324

27 files changed

+94
-103
lines changed

_sources/documentation.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Documentation
55
IPython manual
66
--------------
77

8-
* `Current Stable Version (1.2.1) <http://ipython.org/ipython-doc/stable/index.html>`_
9-
* `Current Development Version (2.0) <http://ipython.org/ipython-doc/dev/index.html>`_
8+
* `Current Stable Version (2.x) <http://ipython.org/ipython-doc/stable/index.html>`_
9+
* `Current Development Version <http://ipython.org/ipython-doc/dev/index.html>`_
1010

1111
`This introduction to some key features
1212
<http://ipython.org/ipython-doc/stable/interactive/tutorial.html>`_ is a good
@@ -104,6 +104,7 @@ please `provide a citation to IPython <citing.html>`_.
104104
Docs for all releases
105105
---------------------
106106

107+
* `2.x <http://ipython.org/ipython-doc/2/index.html>`__
107108
* `1.x <http://ipython.org/ipython-doc/1/index.html>`__
108109
* `0.13.2 <http://ipython.org/ipython-doc/rel-0.13.2/index.html>`__
109110
* `0.13.1 <http://ipython.org/ipython-doc/rel-0.13.1/index.html>`__

_sources/index.txt

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ supports Python 2.5, and can be used with Python 2.4.
6969
Announcements
7070
=============
7171

72+
- **IPython 2.0**: We are proud to announce the availability of IPython 2.0,
73+
a major new release including HTML widgets and multi-directory navigation.
74+
`Install <install.html>`__ it now, or read about the changes in
75+
the `release notes
76+
<http://ipython.org/ipython-doc/2/whatsnew/version2.0.html>`__.
77+
7278
- **O'Reilly Book**: `Mining the Social Web <http://MiningTheSocialWeb.com>`_
7379
is an open source data science project and `book <http://amzn.to/GPd59m>`_
7480
that features nearly 130 examples with IPython Notebook and a
@@ -79,15 +85,9 @@ Announcements
7985
dition/tree/master/ipynb/>`_.
8086

8187

82-
- **Microsoft donates $100,000 to IPython:** in August 2013, Microsoft
88+
- **Microsoft donates $100,000 to IPython**: in August 2013, Microsoft
8389
`contributed $100,000 <microsoft-donation-2013.html>`_ to support the
8490
continued development of IPython.
85-
86-
- **IPython 1.0** We are very pleased to announce the release of IPython
87-
1.0, nearly twelve years after the first release of IPython 0.0.1.
88-
`Install <install.html>`__ it now, or read about the changes in
89-
the `release notes
90-
<http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html>`__.
9191

9292
- **Book**: Cyrille Rossant has published the first IPython-focused book:
9393
`Learning IPython for Interactive Computing and Data Visualization
@@ -103,14 +103,6 @@ Announcements
103103
`More
104104
details <http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software>`_.
105105

106-
- **IPython tutorial at PyCon 2013**: Fernando Perez, Brian Granger and Min
107-
Ragan-Kelley presented `in-depth tutorial about IPython
108-
<http://pyvideo.org/video/1652/ipython-in-depth-high-productivity-interactive-a-0>`_.
109-
It covers IPython's architecture and hands-on examples on customization,
110-
embedding, effective uses of the various applications, the architecture of
111-
the web notebook and how to use IPython for parallel and distributed
112-
computing.
113-
114106
- **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
115107
`grant <sloan-grant.html>`_ which is funding the bulk of the work, as well as
116108
our roadmap_ for achieving the grant's objectives. `Read on for more details
@@ -124,7 +116,6 @@ Announcements
124116
year in California. `See more details. <sloan-grant.html>`_
125117

126118
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
127-
.. _Alfred P. Sloan Foundation: http://www.sloan.org/
128119

129120
`More news... <news.html>`_
130121

@@ -150,6 +141,7 @@ please acknowledge this fact by citing the project. You can use this
150141
donate
151142
faq
152143
install
144+
microsoft-donation-2013
153145
news
154146
notebook
155147
presentation
@@ -160,6 +152,7 @@ please acknowledge this fact by citing the project. You can use this
160152
sloan-grant
161153
sponsors
162154
usersurvey2011
155+
usersurvey2013
163156
videos
164157
whatsnew082
165158
whatsnew083

_sources/news.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
News
33
====
44

5+
IPython 2.0
6+
-----------
7+
8+
IPython 2.0 was released on April 1, 2014. The major new features include
9+
interactive HTML widgets, and directory navigation in the notebook dashboard.
10+
`Install <install.html>`__ it now, or see the
11+
`release notes <http://ipython.org/ipython-doc/2/whatsnew/version2.0.html>`__
12+
for more details.
13+
514
User survey 2013
615
----------------
716

citing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
<h3>Versions</h3>
104104

105105
<div class="tile"><h4>Stable</h4>
106-
1.2.1 &ndash; February 2014<br/>
106+
2.0 &ndash; April 2014<br/>
107107
<a href="install.html">Install</a>
108108
</div>
109109

110110
<div class="tile"><h4>Development</h4>
111-
2.0.dev<br/>
111+
3.0.dev<br/>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

documentation.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
<h3>Versions</h3>
104104

105105
<div class="tile"><h4>Stable</h4>
106-
1.2.1 &ndash; February 2014<br/>
106+
2.0 &ndash; April 2014<br/>
107107
<a href="install.html">Install</a>
108108
</div>
109109

110110
<div class="tile"><h4>Development</h4>
111-
2.0.dev<br/>
111+
3.0.dev<br/>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

@@ -221,8 +221,8 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to
221221
<div class="section" id="ipython-manual">
222222
<h2>IPython manual<a class="headerlink" href="#ipython-manual" title="Permalink to this headline"></a></h2>
223223
<ul class="simple">
224-
<li><a class="reference external" href="http://ipython.org/ipython-doc/stable/index.html">Current Stable Version (1.2.1)</a></li>
225-
<li><a class="reference external" href="http://ipython.org/ipython-doc/dev/index.html">Current Development Version (2.0)</a></li>
224+
<li><a class="reference external" href="http://ipython.org/ipython-doc/stable/index.html">Current Stable Version (2.x)</a></li>
225+
<li><a class="reference external" href="http://ipython.org/ipython-doc/dev/index.html">Current Development Version</a></li>
226226
</ul>
227227
<p><a class="reference external" href="http://ipython.org/ipython-doc/stable/interactive/tutorial.html">This introduction to some key features</a> is a good
228228
place to start if you haven&#8217;t used IPython before.</p>
@@ -295,6 +295,7 @@ <h2>Other projects using IPython<a class="headerlink" href="#other-projects-usin
295295
<div class="section" id="docs-for-all-releases">
296296
<span id="docs-all-releases"></span><h2>Docs for all releases<a class="headerlink" href="#docs-for-all-releases" title="Permalink to this headline"></a></h2>
297297
<ul class="simple">
298+
<li><a class="reference external" href="http://ipython.org/ipython-doc/2/index.html">2.x</a></li>
298299
<li><a class="reference external" href="http://ipython.org/ipython-doc/1/index.html">1.x</a></li>
299300
<li><a class="reference external" href="http://ipython.org/ipython-doc/rel-0.13.2/index.html">0.13.2</a></li>
300301
<li><a class="reference external" href="http://ipython.org/ipython-doc/rel-0.13.1/index.html">0.13.1</a></li>

donate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
<h3>Versions</h3>
104104

105105
<div class="tile"><h4>Stable</h4>
106-
1.2.1 &ndash; February 2014<br/>
106+
2.0 &ndash; April 2014<br/>
107107
<a href="install.html">Install</a>
108108
</div>
109109

110110
<div class="tile"><h4>Development</h4>
111-
2.0.dev<br/>
111+
3.0.dev<br/>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
<h3>Versions</h3>
104104

105105
<div class="tile"><h4>Stable</h4>
106-
1.2.1 &ndash; February 2014<br/>
106+
2.0 &ndash; April 2014<br/>
107107
<a href="install.html">Install</a>
108108
</div>
109109

110110
<div class="tile"><h4>Development</h4>
111-
2.0.dev<br/>
111+
3.0.dev<br/>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

index.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
<h3>Versions</h3>
103103

104104
<div class="tile"><h4>Stable</h4>
105-
1.2.1 &ndash; February 2014<br/>
105+
2.0 &ndash; April 2014<br/>
106106
<a href="install.html">Install</a>
107107
</div>
108108

109109
<div class="tile"><h4>Development</h4>
110-
2.0.dev<br/>
110+
3.0.dev<br/>
111111
<a href="https://github.com/ipython/ipython">Github</a>
112112
</div>
113113

@@ -248,18 +248,18 @@ <h4>Support IPython</h4>
248248
<div class="section" id="announcements">
249249
<h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline"></a></h1>
250250
<ul class="simple">
251+
<li><strong>IPython 2.0</strong>: We are proud to announce the availability of IPython 2.0,
252+
a major new release including HTML widgets and multi-directory navigation.
253+
<a class="reference external" href="install.html">Install</a> it now, or read about the changes in
254+
the <a class="reference external" href="http://ipython.org/ipython-doc/2/whatsnew/version2.0.html">release notes</a>.</li>
251255
<li><strong>O&#8217;Reilly Book</strong>: <a class="reference external" href="http://MiningTheSocialWeb.com">Mining the Social Web</a>
252256
is an open source data science project and <a class="reference external" href="http://amzn.to/GPd59m">book</a>
253257
that features nearly 130 examples with IPython Notebook and a
254258
Vagrant-powered virtual machine environment. You can preview all of the
255259
example notebooks from its GitHub <a class="reference external" href="http://bit.ly/MiningTheSocialWeb2E">repository</a> on IPython&#8217;s Notebook Viewer <a class="reference external" href="http://nbviewer.ipython.org/github/ptwobrussell/Mining-the-Social-Web-2nd-Edition/tree/master/ipynb/">here</a>.</li>
256-
<li><strong>Microsoft donates $100,000 to IPython:</strong> in August 2013, Microsoft
260+
<li><strong>Microsoft donates $100,000 to IPython</strong>: in August 2013, Microsoft
257261
<a class="reference external" href="microsoft-donation-2013.html">contributed $100,000</a> to support the
258262
continued development of IPython.</li>
259-
<li><strong>IPython 1.0</strong> We are very pleased to announce the release of IPython
260-
1.0, nearly twelve years after the first release of IPython 0.0.1.
261-
<a class="reference external" href="install.html">Install</a> it now, or read about the changes in
262-
the <a class="reference external" href="http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html">release notes</a>.</li>
263263
<li><strong>Book</strong>: Cyrille Rossant has published the first IPython-focused book:
264264
<a class="reference external" href="http://www.packtpub.com/learning-ipython-for-interactive-computing-and-data-visualization/book">Learning IPython for Interactive Computing and Data Visualization</a>,
265265
for which <a class="reference external" href="https://github.com/Carreau">Matthias Bussonnier</a> was a technical
@@ -270,17 +270,11 @@ <h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to
270270
the creation of IPython and his work in the Scientific Python community.
271271
<a class="reference external" href="http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software">More
272272
details</a>.</li>
273-
<li><strong>IPython tutorial at PyCon 2013</strong>: Fernando Perez, Brian Granger and Min
274-
Ragan-Kelley presented <a class="reference external" href="http://pyvideo.org/video/1652/ipython-in-depth-high-productivity-interactive-a-0">in-depth tutorial about IPython</a>.
275-
It covers IPython&#8217;s architecture and hands-on examples on customization,
276-
embedding, effective uses of the various applications, the architecture of
277-
the web notebook and how to use IPython for parallel and distributed
278-
computing.</li>
279273
<li><strong>Roadmap to 1.0 and beyond</strong>: IPython 1.0 is coming mid-July 2013. See the
280274
<a class="reference external" href="sloan-grant.html">grant</a> which is funding the bulk of the work, as well as
281275
our <a class="reference external" href="https://github.com/ipython/ipython/wiki/Roadmap:-IPython">roadmap</a> for achieving the grant&#8217;s objectives. <a class="reference external" href="roadmap-announcement.html">Read on for more details</a>.</li>
282276
<li><strong>Sloan Foundation grant</strong>: IPython has been awarded a $1.15 million grant
283-
from the <a href="#id4"><span class="problematic" id="id5">`Alfred P. Sloan Foundation`_</span></a>. This will
277+
from the <a class="reference external" href="http://www.sloan.org">Alfred P. Sloan Foundation</a>. This will
284278
support several core developers, allowing them to focus on building the
285279
IPython Notebook into a tool for open, collaborative, reproducible scientific
286280
computing. We&#8217;ll also be bringing developers together for two sprints each

install.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<script type="text/javascript" src="_static/doctools.js"></script>
3939
<link rel="shortcut icon" href="_static/favicon.ico"/>
4040
<link rel="top" title="IPython" href="index.html" />
41-
<link rel="next" title="News" href="news.html" />
41+
<link rel="next" title="Microsoft Corporation sponsors IPython" href="microsoft-donation-2013.html" />
4242
<link rel="prev" title="FAQ" href="faq.html" />
4343
</head>
4444
<body>
@@ -103,12 +103,12 @@
103103
<h3>Versions</h3>
104104

105105
<div class="tile"><h4>Stable</h4>
106-
1.2.1 &ndash; February 2014<br/>
106+
2.0 &ndash; April 2014<br/>
107107
<a href="#">Install</a>
108108
</div>
109109

110110
<div class="tile"><h4>Development</h4>
111-
2.0.dev<br/>
111+
3.0.dev<br/>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

kbase.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)