-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
roadmap-announcement.html
269 lines (230 loc) · 10.9 KB
/
roadmap-announcement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Roadmap to 1.0 and Beyond — IPython</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/agogo.css" />
<link rel="stylesheet" href="_static/ipython.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Search results" href="searchresults.html" />
<link rel="prev" title="PyReadline" href="pyreadline.html" />
</head><body>
<div class="header-wrapper">
<div class="header">
<div class="logo"><a href="index.html">
<img class="logo" src="_static/IPy_header.png" alt="Logo"/>
</a></div>
<div class="rel">
<a href="https://jupyter.readthedocs.io/en/latest/install.html" target="_blank">Install</a> ·
<a href="documentation.html">Documentation</a> ·
<a href="project.html">Project</a> ·
<a href="https://jupyter.org/" target="_blank">Jupyter</a> ·
<a href="news.html">News</a> ·
<a href="citing.html">Cite</a> ·
<a href="donate.html">Donate</a> ·
<a href="books.html">Books</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<div id="cse-search-form" style="width: 100%;">Loading</div>
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl(
'017950022472296044740:wfr9nyfshwo');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.enableSearchboxOnly("searchresults.html");
customSearchControl.draw('cse-search-form', options);
}, true);
</script>
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" /> <style type="text/css">
input.gsc-input {
border-color: #BCCDF0;
}
input.gsc-search-button {
border-color: #666666;
background-color: #CECECE;
padding: 0;
}
div.sphinxsidebar input[type="text"] {
width: 100%;
}
div.sphinxsidebar input[type="submit"] {
width: 100%;
}
</style>
</div>
<div class="sidebarblock">
<h3>JupyterCon</h3>
<a href="http://jupytercon.com">
<img src="_static/jupytercon-logo.svg" width="180px" alt="JupyterCon 2017">
</a>
</div>
<div class="sidebarblock">
<h3>Notebook Viewer</h3>
Share your notebooks
<div class="nbviewer-thm-random">
<script src="_static/nbviewer_thm.js"></script>
<script type="text/javascript">
nbviewer_random_thumbnail();
</script>
</div>
</div>
<div class="sidebarblock">
<h3>Community</h3>
<ul class="simple">
<li><a class="reference external" href="http://stackoverflow.com/questions/tagged/ipython">
Stack Overflow</a></li>
<li><a class="reference external" href="https://mail.python.org/mailman/listinfo/ipython-dev">
Mailing list</a></li>
<li><a class="reference external" href="https://github.com/ipython/ipython/issues">
File a bug</a></li>
<li><a class="reference external" href="http://www.reddit.com/r/IPython">
Reddit</a></li>
</ul>
</div>
<div class="sidebarblock">
<h3>For developers</h3>
<ul class="simple">
<li><a class="reference external" href="https://mail.python.org/mailman/listinfo/ipython-dev">Mailing list</a></li>
<li><a class="reference external" href="https://gitter.im/ipython/ipython">
Development Chat Room</a></li>
<li><a class="reference external"
href="https://github.com/ipython/ipython/wiki/Dev:-Index">Development information</a></li>
<li><a class="reference external" href="http://travis-ci.org/#!/ipython/ipython">
Travis CI</a></li>
<li><a class="reference external" href="https://github.com/ipython/ipython/wiki">Wiki</a></li>
</ul>
</div>
<div class="sidebarblock">
<h3>Book</h3>
<a href="books.html"><img
title="Packt Publishing donates a portion of the proceeds from this book to
support IPython's development." width="160" height="200" id="sidebar-book-cover"
style="margin-bottom: 10px;"></a>
<script language="javascript">
// most recent at the end
var urls = [
"_static/ipython-book.jpg",
"_static/learning-jupyter-book.png",
"_static/mastering-ipython-book.png",
"_static/jupyter-notebook-for-all-I.jpg",
"_static/jupyter-notebook-for-all-II.jpg",
"_static/jupyter-in-depth.png",
"_static/jupyter-for-ds.png",
"_static/ipython-cookbook-2nd.png",
]
function pick(){
var len = urls.length;
var num = Math.floor(Math.sqrt(Math.random()*len*len));
return urls[num];
}
function repick(){
$("#sidebar-book-cover").attr("src", pick());
}
window.onload = repick ;
var seconds = 1000;
setInterval(repick, 60*seconds)
</script>
</div>
<div class="sidebarblock">
<div class="tile" id="donate">
<h4>Support IPython</h4>
<!--This relies on some CSS & JS which is added in the _templates folder-->
<a style="background: #34677c;
border-radius:0px 0px 0px 0px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
border:none;
box-shadow:none;
left: 50%;
margin-left:-72.5px; margin-top: 1em; margin-bottom: 1em;
clear: both; display: block;
width:145px; height:45px;
line-height:2.8;
position:relative;
font-size:16px;
text-align:center;
cursor:pointer;
color:#fff;
text-decoration: none;
z-index:1"
href="https://numfocus.salsalabs.org/donate-to-ipython/index.html">Donate Now</a>
<a href="donate.html">Find out more...</a>
</div>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="roadmap-to-1-0-and-beyond">
<h1>Roadmap to 1.0 and Beyond<a class="headerlink" href="#roadmap-to-1-0-and-beyond" title="Permalink to this headline">¶</a></h1>
<p>TL;DR summary: Hi! IPython 1.0 coming mid-August 2013. See the <a class="reference external" href="https://ipython.org/sloan-grant.html">grant</a> which is
funding the bulk of the work, as well as our <a class="reference external" href="https://github.com/ipython/ipython/wiki/Roadmap:-IPython">roadmap</a> for achieving the
grant’s objectives.</p>
<p>There’s been a lot of excitement on about the grant the IPython team received
from the Sloan Foundation. The easiest way to communicate the contents of the
Sloan grant is to just provide it in its entirety, which is what we’ve done
with direct links for <a class="reference external" href="https://ipython.org/_static/sloangrant/sloan-grant.html">html</a> and <a class="reference external" href="https://ipython.org/_static/sloangrant/sloan-grant.pdf">pdf</a> version.</p>
<p>The interested reader will find a description of changes coming to IPython
over the next two years, as well as the motivation behind them, and the
personnel involved. (For example, the astute reader of the grant will
correctly infer that this email is one way in which I am filling my
responsibility as “community engagement and evangelism”… GO TEAM!)</p>
<p>Two weeks ago, the bulk of IPython’s core contributors had a series of
planning sessions. For three days, <a class="reference external" href="https://github.com/ellisonbg">Brian</a>, <a class="reference external" href="https://github.com/fperez">Fernando</a>, <a class="reference external" href="https://github.com/minrk">Min</a>, and
<a class="reference external" href="https://github.com/ivanov">I</a> met on campus in Berkeley, with <a class="reference external" href="https://github.com/takluyver">Thomas</a> and <a class="reference external" href="https://github.com/Carreau">Matthias</a>
joining in via video teleconference (and <a class="reference external" href="https://github.com/bfroehle">Brad</a>, for one of the days, too).</p>
<p>You can see the <a class="reference external" href="https://github.com/ipython/ipython/wiki/Dev:-Meeting-notes,-February-6,-2013">full notes from those meetings</a>.</p>
<p>Our primary objective was to outline a plan of what work we want to accomplish
in the next two years (broadly speaking) as well as to make concrete goals for
our next (1.0!) release, which will land around mid-August 2013.</p>
<p>It’s kind of funny that there’s a message from Fernando to [ipython-user] back
in April of 2005 titled <a class="reference external" href="http://mail.scipy.org/pipermail/ipython-user/2005-April/002648.html">“Towards IPython 1.0, the famous big cleanup”</a>. In
it, Fernando makes a last call for outstanding critical bugs because he’s
preparing users for a transition toward big changes in the IPython code base.
Because, once he makes the first commit and starts working on the cleanup,
he’ll have to ignore every request made “until the new shiny ipython emerges
from the process, reborn in a glory which shall blind the world.” Toward the
end of the email, he finishes with: “I hope the changes will be worth it, and
when the dust settles, we’ll have something we can call IPython 1.0”… And
eight years and a few months after that email was sent, we will! :)</p>
<p>What will 1.0 look like? Biggest changes on the user side will be the
integration of <a class="reference external" href="https://github.com/jupyter/nbconvert">nbconvert</a> into IPython proper. But that’s just my summary
of it, the interested reader is encouraged to read the gory details in the
<a class="reference external" href="https://github.com/ipython/ipython/wiki/Roadmap:-IPython">roadmap</a>.</p>
<p>that’s it from me for now,</p>
<p>best,</p>
<p>Paul Ivanov</p>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer" role="contentinfo">
© Copyright the IPython development team. Python is trademark of the Python Software Foundation.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</div>
</body>
</html>