-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
news.html
718 lines (679 loc) · 44.9 KB
/
news.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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!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>News — 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="The Jupyter Notebook" href="notebook.html" />
<link rel="prev" title="Microsoft Corporation sponsors IPython" href="microsoft-donation-2013.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</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="news">
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
<section id="ipython-7-7-and-above">
<h2>IPython 7.7 and above<a class="headerlink" href="#ipython-7-7-and-above" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p><strong>IPython 7.12.0</strong>: Released on Jan 31st 2020.</p></li>
<li><p><strong>IPython 7.11.0 and 7.11.1</strong>: Released on Dec 27, 2019 and Jan 1st 2020</p></li>
<li><p><strong>IPython 7.10.0 and 7.10.1</strong>: Released on Nov 27, 2019 and Dec 1st 2019</p></li>
<li><p><strong>IPython 7.9.0</strong>: Released on Oct 25, 2019</p></li>
<li><p><strong>IPython 7.8.0</strong>: Released on Aug 30, 1019</p></li>
<li><p><strong>IPython 7.7.0</strong>: Released on Jul 26, 2019</p></li>
</ul>
<p>See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html">release notes for version 7</a></p>
</section>
<section id="ipython-7-6">
<h2>IPython 7.6<a class="headerlink" href="#ipython-7-6" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.6.0 was released on June 28, 2019; 7.6.1 on July 3rd
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-6-1">release notes</a></p>
</section>
<section id="ipython-7-5">
<h2>IPython 7.5<a class="headerlink" href="#ipython-7-5" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-5-0">release notes</a></p>
</section>
<section id="ipython-7-4">
<h2>IPython 7.4<a class="headerlink" href="#ipython-7-4" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-4-0">release notes</a></p>
</section>
<section id="ipython-7-3">
<h2>IPython 7.3<a class="headerlink" href="#ipython-7-3" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-3-0">release notes</a></p>
</section>
<section id="ipython-7-2">
<h2>IPython 7.2<a class="headerlink" href="#ipython-7-2" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.2 was released on November 29, 2018. It includes
minor bugfixes, improvements, and new configuration options.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-2-0">release notes</a></p>
</section>
<section id="ipython-7-1">
<h2>IPython 7.1<a class="headerlink" href="#ipython-7-1" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.1 was released on October 27, 2018. It includes
fixes to new features, internal refactoring, and fixes for regressions.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-1-0">release notes</a></p>
</section>
<section id="ipython-7-0">
<h2>IPython 7.0<a class="headerlink" href="#ipython-7-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 7.0 was released on September 27, 2018. It includes
a number of new features.
See the <a class="reference external" href="https://blog.jupyter.org/ipython-7-0-async-repl-a35ce050f7f7/">Jupyter Blog</a>
and the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-0-0">release notes</a></p>
</section>
<section id="ipython-6-5">
<h2>IPython 6.5<a class="headerlink" href="#ipython-6-5" title="Permalink to this headline">¶</a></h2>
<p>IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
With some compatibility fix for Python 3.7
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-5-0">release notes</a></p>
</section>
<section id="ipython-5-8">
<h2>IPython 5.8<a class="headerlink" href="#ipython-5-8" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.8 was released on July 28, 2018. This is primarily a bugfix release.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0">release notes</a></p>
</section>
<section id="ipython-6-4">
<h2>IPython 6.4<a class="headerlink" href="#ipython-6-4" title="Permalink to this headline">¶</a></h2>
<p>IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-4-0">release notes</a></p>
</section>
<section id="ipython-5-7">
<h2>IPython 5.7<a class="headerlink" href="#ipython-5-7" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-7-0">release notes</a></p>
</section>
<section id="ipython-6-3">
<h2>IPython 6.3<a class="headerlink" href="#ipython-6-3" title="Permalink to this headline">¶</a></h2>
<p>IPython 6.3 was released on April 2, 2018. This is primarily a bugfix release,
with some new features.
See the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-3">release notes</a></p>
</section>
<section id="ipython-5-6">
<h2>IPython 5.6<a class="headerlink" href="#ipython-5-6" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.6 was released on April 2, 2018. This is primarily a bugfix release.
See the <a class="reference external" href="http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-6">release notes</a></p>
</section>
<section id="ipython-6-1">
<h2>IPython 6.1<a class="headerlink" href="#ipython-6-1" title="Permalink to this headline">¶</a></h2>
<p>IPython 6.1 was released on May 31, 2017. It includes a number of new features.
See the <a class="reference external" href="https://blog.jupyter.org/2017/05/31/release-of-ipython-5-4-6-1-and-rlipython-2/">Jupyter Blog</a>
and the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-1">release notes</a></p>
</section>
<section id="ipython-5-4">
<h2>IPython 5.4<a class="headerlink" href="#ipython-5-4" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.4/5.4.1 was released on May 31, 2017. This release backports most of the
features and API additions that went into 6.0 and 6.1. See the <a class="reference external" href="https://blog.jupyter.org/2017/05/31/release-of-ipython-5-4-6-1-and-rlipython-2/">Jupyter Blog</a>
and the <a class="reference external" href="http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-4">release notes</a></p>
</section>
<section id="ipython-6-0">
<h2>IPython 6.0<a class="headerlink" href="#ipython-6-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 6.0 was released on April 19th, 2017. This release is the first major
release that only supports Python 3. See longer announcement on the <a class="reference external" href="https://blog.jupyter.org/2017/04/19/release-of-ipython-6-0/">Jupyter Blog</a>,
and the <a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-0">release notes</a></p>
<p>IPython 5.x is still considered stable/LTS and will still get releases with
bugfixes.</p>
</section>
<section id="ipython-5-3">
<h2>IPython 5.3<a class="headerlink" href="#ipython-5-3" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.3.0 was released on February 24th, 2017. This is primarily a bugfix
release, with some small new features. See the <a class="reference external" href="http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-3">release notes</a>
for more details.</p>
</section>
<section id="ipython-5-2">
<h2>IPython 5.2<a class="headerlink" href="#ipython-5-2" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.2.0 was released on January 29th, 2017. Like 5.1 this is primarily a bugfix
release, with some small new features. See the <a class="reference external" href="http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-2">release notes</a>
for more details.</p>
</section>
<section id="ipython-5-1">
<h2>IPython 5.1<a class="headerlink" href="#ipython-5-1" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix
release, with some small new features. See the <a class="reference external" href="http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-1">release notes</a>
for more details.</p>
</section>
<section id="ipython-5-0">
<h2>IPython 5.0<a class="headerlink" href="#ipython-5-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 5.0 was released on July 7th, 2016. This release is the
last major release that will support Python 2. See longer announcement on the
<a class="reference external" href="http://blog.jupyter.org/2016/07/08/ipython-5-0-released/">Jupyter Blog</a>.</p>
</section>
<section id="new-edition-of-the-ipython-minibook">
<h2>New edition of the IPython minibook<a class="headerlink" href="#new-edition-of-the-ipython-minibook" title="Permalink to this headline">¶</a></h2>
<p>On October 25 2015, Cyrille Rossant published the second edition of the IPython minibook:
<a class="reference external" href="https://www.packtpub.com/big-data-and-business-intelligence/learning-ipython-interactive-computing-and-data-visualization-sec">Learning IPython for Interactive Computing and Data Visualization 2nd Ed.</a>,
for which <a class="reference external" href="https://github.com/damianavila">Damian Avila</a> was a technical
reviewer. We thank Packt Publishing for donating a portion of the proceeds
from this book to support IPython’s development.</p>
</section>
<section id="ipython-4-0">
<h2>IPython 4.0<a class="headerlink" href="#ipython-4-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 4.0 was released on August 11, 2015. This release corresponds to the
separation of IPython (as of 3.x) into multiple components, most of which are
now under the Jupyter organisation. See <a class="reference external" href="https://blog.jupyter.org/2015/04/15/the-big-split/">the Jupyter blog post</a> for further explanation.</p>
<p>IPython 4.0 contains only the codebase for the features of IPython terminal
itself. Extra shims and warnings have been added to ease the transition of
currently existing code from IPython 3.x to the various new packages
(<cite>ipyparallel</cite>, <cite>notebook</cite>, <cite>ipywidget</cite>, <cite>nbconvert</cite>,…)</p>
</section>
<section id="ipython-3-0">
<h2>IPython 3.0<a class="headerlink" href="#ipython-3-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 3.0 was released on February 27, 2015. This release integrates support
for languages other than Python - available kernels are <a class="reference external" href="https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages">listed on the wiki</a>.</p>
<p><a class="reference external" href="install.html">Install</a> it now, or see the
<a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version3.html">release notes</a>
for more details.</p>
<p>The 3.x release series will be the last where IPython is released as one big
package. For 4.0, we will split up components into several packages. The parts
which work for any language will be called <em>Jupyter</em>, while the parts specific
to executing Python code will remain as <em>IPython</em>.</p>
</section>
<section id="ipython-2-4">
<h2>IPython 2.4<a class="headerlink" href="#ipython-2-4" title="Permalink to this headline">¶</a></h2>
<p>IPython 2.4 was released on January 30, 2015. It adds support for the new
notebook format coming in IPython 3.0, along with fixing bugs in the 2.x series,
including compatibility with PyQt5 and Pygments 2.0.</p>
</section>
<section id="ipython-2-3">
<h2>IPython 2.3<a class="headerlink" href="#ipython-2-3" title="Permalink to this headline">¶</a></h2>
<p>IPython 2.3 includes bugfixes for 2.x, most importantly a fix for maths
rendering in notebooks exported to HTML by nbconvert. It was released on October
1, 2014.</p>
</section>
<section id="release-of-the-ipython-cookbook">
<h2>Release of the IPython Cookbook<a class="headerlink" href="#release-of-the-ipython-cookbook" title="Permalink to this headline">¶</a></h2>
<p>On September 25 2014, Cyrille Rossant published the
<a class="reference external" href="books.html">IPython Interactive Computing and Visualization Cookbook</a>,
an advanced-level guide to IPython for data science,
and the sequel of his previous book on IPython.
We thank Packt Publishing for donating a portion of the proceeds from
this book to support IPython’s development.</p>
</section>
<section id="ipython-2-2">
<h2>IPython 2.2<a class="headerlink" href="#ipython-2-2" title="Permalink to this headline">¶</a></h2>
<p>IPython 2.2 includes bugfixes for 2.2, including a <a class="reference external" href="https://github.com/ipython/ipython/pull/6249">security fix</a>. It was released on August 6,
2014.</p>
</section>
<section id="ipython-2-1">
<h2>IPython 2.1<a class="headerlink" href="#ipython-2-1" title="Permalink to this headline">¶</a></h2>
<p>IPython 2.1 includes bugfixes for 2.0, released on May 21, 2014.</p>
</section>
<section id="ipython-2-0">
<h2>IPython 2.0<a class="headerlink" href="#ipython-2-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 2.0 was released on April 1, 2014. The major new features include
interactive HTML widgets, and directory navigation in the notebook dashboard.
<a class="reference external" href="install.html">Install</a> it now, or see the
<a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version2.0.html">release notes</a>
for more details.</p>
</section>
<section id="user-survey-2013">
<h2>User survey 2013<a class="headerlink" href="#user-survey-2013" title="Permalink to this headline">¶</a></h2>
<p>In 2013 we ran a second IPython user survey, gathering responses from 455
IPython users around the world. You can see the <a class="reference external" href="usersurvey2013.html">summarised results</a>
from this, and compare it with the <a class="reference external" href="usersurvey2011.html">2011 survey</a>.</p>
</section>
<section id="microsoft-donation">
<h2>Microsoft donation<a class="headerlink" href="#microsoft-donation" title="Permalink to this headline">¶</a></h2>
<p>In August 2013, Microsoft <a class="reference external" href="microsoft-donation-2013.html">contributed $100,000</a> to support the continued development of IPython.</p>
</section>
<section id="ipython-1-0">
<h2>IPython 1.0<a class="headerlink" href="#ipython-1-0" title="Permalink to this headline">¶</a></h2>
<p>IPython 1.0 was released on August 8, 2013, after nearly twelve years of development.
This release sees numerous improvements from the 0.13 series, and some significant
API reorganisations. <a class="reference external" href="install.html">Install</a> it now, or see the
<a class="reference external" href="https://ipython.readthedocs.io/en/stable/whatsnew/version1.0.html">release notes</a>
for more details.</p>
<p>This is just the first part of an ambitious development schedule. We aim
to release IPython 2.0 some time in December.</p>
</section>
<section id="the-first-ipython-book">
<h2>The first IPython book<a class="headerlink" href="#the-first-ipython-book" title="Permalink to this headline">¶</a></h2>
<p>On April 25 2013, Cyrille Rossant published the first IPython-focused book:
<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>,
for which <a class="reference external" href="https://github.com/Carreau">Matthias Bussonnier</a> was a technical
reviewer. We thank Packt Publishing for donating a portion of the proceeds from
this book to support IPython’s development.</p>
</section>
<section id="fsf-award">
<h2>FSF Award<a class="headerlink" href="#fsf-award" title="Permalink to this headline">¶</a></h2>
<p>On March 23 2013, Fernando Perez was awarded the <a class="reference external" href="http://www.fsf.org/news/2012-free-software-award-winners-announced-2">2012 Award for the
Advancement of Free Software</a> for
the creation of IPython and his work in the Scientific Python community. More
details are available in <a class="reference external" href="http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software">this profile</a>
from UC Berkeley.</p>
</section>
<section id="pycon-2013-tutorial">
<h2>PyCon 2013 Tutorial<a class="headerlink" href="#pycon-2013-tutorial" title="Permalink to this headline">¶</a></h2>
<p>Fernando Perez, Brian Granger and Min 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>. It covers IPython’s architecture and hands-on examples on customization,
embedding, effective uses of the various applications, the architecture of the
web notebook and how to use IPython for parallel and distributed computing.</p>
</section>
<section id="ipython-0-13-2">
<h2>IPython 0.13.2<a class="headerlink" href="#ipython-0-13-2" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
<a class="reference external" href="download.html">Download</a> it now, or see the <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.13.2/whatsnew/version0.13.html">release notes</a> for more
details. This will probably be the last release before 1.0.</p>
</section>
<section id="roadmap-to-1-0-and-beyond">
<h2>Roadmap to 1.0 and Beyond<a class="headerlink" href="#roadmap-to-1-0-and-beyond" title="Permalink to this headline">¶</a></h2>
<p>IPython 1.0 is coming Summer 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.
<a class="reference external" href="roadmap-announcement.html">Read on for more details</a>.</p>
</section>
<section id="sloan-foundation-grant">
<h2>Sloan Foundation Grant<a class="headerlink" href="#sloan-foundation-grant" title="Permalink to this headline">¶</a></h2>
<p>IPython has been awarded a $1.15 million grant from <a class="reference external" href="http://www.sloan.org/">the Alfred P. Sloan
Foundation</a>. This will support several core developers,
who’ll focus on building the IPython Notebook into a tool for open, collaborative,
reproducible scientific computing. We’ll also be bringing developers together
for two sprints each year in California. <a class="reference external" href="sloan-grant.html">See more details.</a></p>
</section>
<section id="ipython-0-13">
<h2>IPython 0.13<a class="headerlink" href="#ipython-0-13" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.13 was released on June 30, 2012. This release sees a substantial
redesign of the IPython Notebook, the introduction of ‘cell magic functions’,
as well as numerous other improvements. <a class="reference external" href="download.html">Download</a> it now, or
see the <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html">release notes</a> for more
details.</p>
</section>
<section id="ipython-0-12-1">
<h2>IPython 0.12.1<a class="headerlink" href="#ipython-0-12-1" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release;
no new features have been introduced but <a class="reference external" href="https://ipython.org/ipython-doc/stable/whatsnew/github-stats-0.12.html#issues-list-012">over 70 issues</a> have been fixed.
All users of IPython 0.12 are encouraged to upgrade to this release.</p>
</section>
<section id="ipython-0-12">
<h2>IPython 0.12<a class="headerlink" href="#ipython-0-12" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.12 was released on 18 December 2011. The major new feature with this
release is the <a class="reference external" href="ipython-doc/dev/interactive/htmlnotebook.html">IPython Notebook</a>,
an interactive Python interface running in the browser. <a class="reference external" href="download.html">Download</a>
it now, or read more about <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.12/whatsnew/version0.12.html">what’s new</a>.</p>
<img alt="_images/ipy_0.12.png" src="_images/ipy_0.12.png" />
</section>
<section id="try-ipython-online">
<h2>Try IPython online<a class="headerlink" href="#try-ipython-online" title="Permalink to this headline">¶</a></h2>
<p>As of Autumn 2011, you can <a class="reference external" href="http://www.pythonanywhere.com/try-ipython/">try IPython online</a> in your browser. New users can
explore the features before installing it, or you can do some quick
calculations from any computer with web access.</p>
<p>Thanks to the guys at <a class="reference external" href="http://www.pythonanywhere.com/">PythonAnywhere</a> for
providing this. If you sign up for an account there (it’s in beta at the moment),
you also get persistent consoles, disk space, and more.</p>
</section>
<section id="ipython-0-11">
<h2>IPython 0.11<a class="headerlink" href="#ipython-0-11" title="Permalink to this headline">¶</a></h2>
<p>We’re pleased to announce the immediate release of IPython 0.11, on 31 July 2011.
Despite the small shift in the version number, this brings a lot of changes,
including a new Qt frontend and a rewritten parallel computing framework.
<a class="reference external" href="download.html">Download</a> it now, or look at <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.11/whatsnew/version0.11.html">what’s new</a>.</p>
<img alt="_images/ipy_0.11.png" src="_images/ipy_0.11.png" />
</section>
<section id="user-survey">
<h2>User survey<a class="headerlink" href="#user-survey" title="Permalink to this headline">¶</a></h2>
<p>From May to September 2011, we ran a survey to find out more about who uses
IPython, amassing 240 responses by the time we closed it. We’d like to thank all
the respondents, and invite you to <a class="reference external" href="usersurvey2011.html">read the findings</a>.</p>
</section>
<section id="ipython-0-10-2-released">
<h2>IPython 0.10.2 released<a class="headerlink" href="#ipython-0-10-2-released" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the
0.10 series. See the <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.10.2/html/changes.html#release-0-10-2">release notes</a>
for more details.</p>
</section>
<section id="python-3-support-in-progress">
<h2>Python 3 support in progress<a class="headerlink" href="#python-3-support-in-progress" title="Permalink to this headline">¶</a></h2>
<p>Work has started to get IPython running on Python 3. If you’re interested in
testing it, get <a class="reference external" href="https://github.com/ipython/ipython-py3k">the code</a> from
GitHub. We hope to release this along with IPython 0.11.</p>
</section>
<section id="ipython-0-10-1-is-out">
<h2>IPython 0.10.1 is out!<a class="headerlink" href="#ipython-0-10-1-is-out" title="Permalink to this headline">¶</a></h2>
<p>On October 11, 2010, we released IPython 0.10.1. The full release notes can be
found <a class="reference external" href="https://ipython.org/ipython-doc/rel-0.10.1/html/changes.html#release-0-10-1">here</a>
,
describing in detail the changes in this release.</p>
</section>
<section id="windows-hpc-server-case-study">
<h2>Windows HPC Server Case Study<a class="headerlink" href="#windows-hpc-server-case-study" title="Permalink to this headline">¶</a></h2>
<p>As a result of the Microsoft-funded work on providing support for Windows HPC
Server 2008, a <a class="reference external" href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?CaseStudyID=4000007661casestudy">case study</a> is now available that provides some details on the collaboration
between IPython and the University of Colorado’s Mechanical Engineering
Department.</p>
</section>
<section id="support-for-windows-hpc-server-2008">
<h2>Support for Windows HPC Server 2008<a class="headerlink" href="#support-for-windows-hpc-server-2008" title="Permalink to this headline">¶</a></h2>
<img alt="_images/logo-hpc2008-header.png" src="_images/logo-hpc2008-header.png" />
<p>Recently, we have added support for Windows HPC Server 2008 in ipcluster. This
makes it easy to get started with IPython’s parallel computing capabilities on
Windows. These features are now in trunk and will be in the upcoming 0.11
release. Brian Granger has created a <a class="reference external" href="attachment:ipython_winhpc_whitepaper_v1.pdf">whitepaper</a> and <a class="reference external" href="http://channel9.msdn.com/shows/The+HPC+Show/Open-source-HPC-code-Episode-11-IPython-Grid-Engine-running-on-Windows-HPC-Server-2008/">two</a>
<a class="reference external" href="http://channel9.msdn.com/shows/The+HPC+Show/Open-source-HPC-code-Episode-12-IPython-computes-150-million-digits-of-Pi-in-Parallel/">videos</a>
about using IPython on Windows HPC Server 2008. Additional information about
these features can be found in our documentation <a class="reference external" href="http://ipython.scipy.org/doc/nightly/html/parallel/parallel_winhpc.html">here</a>.
Many thanks to Microsoft for funding this effort.</p>
</section>
<section id="what-will-become-ipython-0-11-is-taking-shape-big-changes-ahead">
<h2>What will become IPython 0.11 is taking shape, big changes ahead<a class="headerlink" href="#what-will-become-ipython-0-11-is-taking-shape-big-changes-ahead" title="Permalink to this headline">¶</a></h2>
<p>As of November 2009, we have major changes coming to IPython. The next release
will include a lot of architectural updates, all of which we know are necessary
to really make significant improvements to IPython, but that also include
inevitable backward compatibility breaks. We would like to encourage you to
start looking at the <a class="reference external" href="http://ipython.scipy.org/doc/nightly/html/whatsnew/development.html">nightly documentation</a> and
<a class="reference external" href="http://ipython.scipy.org/dist/testing/ipython-dev-nightly.tgz">source tarball</a> (you can also
follow the trunk from <a class="reference external" href="https://launchpad.net/ipython/trunk">Launchpad</a>).</p>
</section>
<section id="ipython-0-10-has-been-released">
<h2>IPython 0.10 has been released<a class="headerlink" href="#ipython-0-10-has-been-released" title="Permalink to this headline">¶</a></h2>
<p>On August 4 2009, we’ve released version 0.10 of IPython. The full release
notes can be found <a class="reference external" href="http://ipython.scipy.org/doc/rel-0.10/html/changes.html#release-0-10">here</a>,
describing in detail all new features, bug fixes and API changes of this
release.</p>
</section>
<section id="ipython-0-9-1-has-been-released">
<h2>IPython 0.9.1 has been released<a class="headerlink" href="#ipython-0-9-1-has-been-released" title="Permalink to this headline">¶</a></h2>
<p>Unfortunately, release 0.9 turned out to have compatibility issues with Python
2.4. This quick bugfix release addresses this issue but adds no other
features.</p>
</section>
<section id="ipython-0-9-is-out">
<h2>IPython 0.9 is out!<a class="headerlink" href="#ipython-0-9-is-out" title="Permalink to this headline">¶</a></h2>
<p>On September 14, 2008, the IPython team is proud to release version 0.9 final.
See <a class="reference external" href="http://ipython.scipy.org/announcements/ann-ipython-0.9.txt">here</a> for
the full announcement; a detailed description of the changes can be found <a class="reference external" href="http://ipython.scipy.org/doc/rel-0.9/html/changes.html#release-0-9">here</a>.</p>
</section>
<section id="ipython-0-9-betas-are-ready">
<h2>IPython 0.9 betas are ready<a class="headerlink" href="#ipython-0-9-betas-are-ready" title="Permalink to this headline">¶</a></h2>
<p>At <a class="reference external" href="http://ipython.scipy.org/dist/testing">the usual location</a> you can now
find the beta release of the 0.9 upcoming release. We’d greatly appreciate
your testing and feedback!</p>
</section>
<section id="ipython1-is-dead-long-live-ipython-summer-2008">
<h2>IPython1 is dead, long live IPython (Summer 2008)<a class="headerlink" href="#ipython1-is-dead-long-live-ipython-summer-2008" title="Permalink to this headline">¶</a></h2>
<p>For the past three years, IPython1 has existed as a separate codebase from
IPython. IPython1 was being used to develop IPython’s architecture for
parallel computing as well as test new ideas for IPython itself. Because the
parallel computing stuff is relatively stable now, we have completely merged
IPython1 into IPython. Thus starting with IPython version 0.9, the parallel
computing capabilities (as well as a lot more new stuff) of IPython1 will be
available in regular IPython. From here on out, there is no IPython1, just
IPython.</p>
</section>
<section id="ipython-0-8-4">
<h2>IPython 0.8.4<a class="headerlink" href="#ipython-0-8-4" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.8.4 was released.</p>
</section>
<section id="ipython-0-8-3">
<h2>IPython 0.8.3<a class="headerlink" href="#ipython-0-8-3" title="Permalink to this headline">¶</a></h2>
<p>IPython 0.8.3 was released. See <a class="reference external" href="whatsnew083.html">what’s new</a>.</p>
</section>
<section id="ipython1-and-the-scripps-institute-s-vision">
<h2>IPython1 and the Scripps Institute’s Vision<a class="headerlink" href="#ipython1-and-the-scripps-institute-s-vision" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="http://www.osc.edu/~unpingco">Jose Unpingco</a> made this really neat
<a class="reference external" href="http://www.osc.edu/~unpingco/Tutorial_11Dec.html">screencast</a> showing how to
couple IPython1 with the <a class="reference external" href="http://mgltools.scripps.edu">Vision</a> environment.
Vision is an extremely impressive visual programming environment developed by
<a class="reference external" href="http://www.scripps.edu/~sanner">Michel Sanner’s</a> team at the Scripps
Institute in La Jolla, CA.</p>
</section>
<section id="ipython-and-django">
<h2>IPython and Django<a class="headerlink" href="#ipython-and-django" title="Permalink to this headline">¶</a></h2>
<p>A <a class="reference external" href="http://blog.petersheats.com/2008/01/09/autoloading-your-django-models/">blog entry</a> by
Peter Sheats describing how to use IPython as the interactive shell for Django.</p>
</section>
<section id="a-new-article-about-ipython-at-ibm-developer-works-dec-12-2007">
<h2>A new article about IPython at IBM Developer Works (Dec 12, 2007)<a class="headerlink" href="#a-new-article-about-ipython-at-ibm-developer-works-dec-12-2007" title="Permalink to this headline">¶</a></h2>
<p>Noah Gift wrote a great <a class="reference external" href="https://www.ibm.com/developerworks/aix/library/au-netsnmpnipython">article</a> at the IBM
Developer Works site, on using the Net-SNMP library to interactively explore
and manage a network (the interactive part courtesy of IPython, of course).</p>
</section>
<section id="ipython-0-8-2-is-released-nov-30-2007">
<h2>IPython 0.8.2 is released (Nov 30, 2007)<a class="headerlink" href="#ipython-0-8-2-is-released-nov-30-2007" title="Permalink to this headline">¶</a></h2>
<p>Version 0.8.2 is out. See <a class="reference external" href="whatsnew082.html">a summary of the changes</a> , or
read the gory details in the full <a class="reference external" href="http://ipython.scipy.org/ChangeLog">ChangeLog</a>.</p>
</section>
<section id="first-release-of-ipykit-may-24-2007">
<h2>First release of IpyKit (May 24, 2007)<a class="headerlink" href="#first-release-of-ipykit-may-24-2007" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="http://wiki.python.org/moin/IPyKit">IpyKit</a> is a standalone IPython executable,
created with py2exe and as such works on machines without python (or where you
just don’t have time to mess with installation). It includes pyreadline for
full tab completion and color support. Get the first release (fully functional,
based on svn IPython) <a class="reference external" href="http://vivainio.googlepages.com/ipykit.zip">here</a>. Just unzip and run ipython.exe
to go.</p>
</section>
<section id="backports-for-0-8-1-may-23-2007">
<h2>Backports for 0.8.1 (may 23, 2007)<a class="headerlink" href="#backports-for-0-8-1-may-23-2007" title="Permalink to this headline">¶</a></h2>
<p>We will backport some critical bug fixes to 0.8.1, if necessary - even if we
may not cut an official release, you can trust that the quality of the latest
version in 0.8.1 branch is at least as good as the 0.8.1 release. Get it with
svn by doing <a class="reference external" href="http://ipython.scipy.org/svn/ipython/ipython/branches/0.8.1">svn co</a>. See the
<a class="reference external" href="http://ipython.scipy.org/svn/ipython/ipython/branches/0.8.1/doc/ChangeLog">changelog</a>
for the list of applied fixes.</p>
</section>
<section id="ipython-0-8-1-is-released-may-10-2007">
<h2>IPython 0.8.1 is released (May 10, 2007)<a class="headerlink" href="#ipython-0-8-1-is-released-may-10-2007" title="Permalink to this headline">¶</a></h2>
<p>Version 0.8.1 is out. See WhatsNew for a summary of changes, or read the gory
details in the full <a class="reference external" href="http://ipython.scipy.org/ChangeLog">ChangeLog</a>.</p>
<p>Windows users can now safely upgrade, as long as they also use a current
release of <a class="reference external" href="pyreadline.html">PyReadline</a>] from the <a class="reference external" href="http://ipython.scipy.org/dist">download page</a>.</p>
</section>
<section id="article-about-ipython-in-cise-may-2007">
<h2>Article about IPython in CiSE (May 2007)<a class="headerlink" href="#article-about-ipython-in-cise-may-2007" title="Permalink to this headline">¶</a></h2>
<p>The <a class="reference external" href="http://scitation.aip.org/content/aip/journal/cise/9/3May/June2007">issue</a> of the journal ‘’Computing in Science and Engineering’’ was
entirely devoted to Python in scientific computing. One of the <a class="reference external" href="http://amath.colorado.edu/faculty/fperez/preprints/ipython-cise-final.pdffeaturedarticlesisabout">IPython</a>.</p>
</section>
<section id="ipython1-0-9alpha1-saw-is-released-april-24-2007">
<h2>IPython1 0.9alpha1 (Saw) is released (April 24, 2007)<a class="headerlink" href="#ipython1-0-9alpha1-saw-is-released-april-24-2007" title="Permalink to this headline">¶</a></h2>
<p>The first alpha of the new version of IPython1, called Saw, is now out. Please
see the release notes, and this page for more details.</p>
</section>
<section id="coding-sprint-in-boulder-coming-april-28-2007">
<h2>Coding Sprint in Boulder (Coming April 28, 2007)<a class="headerlink" href="#coding-sprint-in-boulder-coming-april-28-2007" title="Permalink to this headline">¶</a></h2>
<p>On April 28, we’ll hold a coding sprint to push the saw branch and the
integration of the trunk into it. Details <a class="reference external" href="http://ipython.scipy.org/moin/Developer_Zone/Sprint">here</a>.</p>
</section>
<section id="ipython-0-8-0-is-released-april-10-2007">
<h2>IPython 0.8.0 is released (April 10, 2007)<a class="headerlink" href="#ipython-0-8-0-is-released-april-10-2007" title="Permalink to this headline">¶</a></h2>
<p>Version 0.8.0 is out. See WhatsNew for a summary of changes, or read the gory
details in the full <a class="reference external" href="http://ipython.scipy.org/ChangeLog">ChangeLog</a>.</p>
<p>‘’’WARNING’’’ for Windows users: IPython 0.8.0 does ‘’’NOT’’’ work correctly
with <a class="reference external" href="pyreadline.html">PyReadline</a> 1.3 , Use <a class="reference external" href="http://ipython.scipy.org/dist/pyreadline-1.4.2.win32.exe">PyReadLine 1.4</a> instead.</p>
</section>
<section id="ipython-0-7-3-is-released-december-19-2006">
<h2>IPython 0.7.3 is released (December 19, 2006)<a class="headerlink" href="#ipython-0-7-3-is-released-december-19-2006" title="Permalink to this headline">¶</a></h2>
<p>We are pleased to announce the release of IPython 0.7.3. The release has many
improvements and new features.</p>
<p>IPython 0.7.3 can be downloaded <a class="reference external" href="http://ipython.scipy.org/dist">here</a>.</p>
<p>See our Trac wiki for <a class="reference external" href="http://projects.scipy.org/ipython/ipython/wiki/Release/0.7.3/Features">release notes</a>.</p>
</section>
<section id="new-ipython-wiki-september-27-2006">
<h2>New IPython Wiki (September 27, 2006)<a class="headerlink" href="#new-ipython-wiki-september-27-2006" title="Permalink to this headline">¶</a></h2>
<p>IPython has a new moin based wiki site. This site will eventually replace the
old plain html IPython web site. Please feel free to explore and contribute to
this new site.</p>
</section>
<section id="ipython-0-7-2-is-released-june-6-2006">
<h2>IPython 0.7.2 is released (June 6, 2006)<a class="headerlink" href="#ipython-0-7-2-is-released-june-6-2006" title="Permalink to this headline">¶</a></h2>
<p>We are pleased to announce the release of IPython 0.7.2. The release has many
improvements and new features.</p>
<p>IPython 0.7.2 can be downloaded <a class="reference external" href="https://ipython.org/download.html">here</a> .</p>
</section>
</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>