File tree Expand file tree Collapse file tree 3 files changed +75
-5
lines changed
Expand file tree Collapse file tree 3 files changed +75
-5
lines changed Original file line number Diff line number Diff line change 33Issues closed in the 3.x development cycle
44==========================================
55
6+ Issues closed in 3.1
7+ --------------------
8+
9+ GitHub stats for 2015/02/27 - 2015/04/03 (since 3.0)
10+
11+ These lists are automatically generated, and may be incomplete or contain duplicates.
12+
13+ We closed 46 issues and merged 133 pull requests.
14+ The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.1 >`_.
15+
16+ The following 33 authors contributed 344 commits:
17+
18+ * Abe Guerra
19+ * Adal Chiriliuc
20+ * Benjamin Ragan-Kelley
21+ * Brian Drawert
22+ * Fernando Perez
23+ * Gareth Elston
24+ * Gert-Ludwig Ingold
25+ * Giuseppe Venturini
26+ * Jakob Gager
27+ * Jan Schulz
28+ * Jason Grout
29+ * Jessica B. Hamrick
30+ * Jonathan Frederic
31+ * Justin Tyberg
32+ * Lorena Pantano
33+ * mashenjun
34+ * Mathieu
35+ * Matthias Bussonnier
36+ * Morten Enemark Lund
37+ * Naveen Nathan
38+ * Nicholas Bollweg
39+ * onesandzeroes
40+ * Patrick Snape
41+ * Peter Parente
42+ * RickWinter
43+ * Robert Smith
44+ * Ryan Nelson
45+ * Scott Sanderson
46+ * Sylvain Corlay
47+ * Thomas Kluyver
48+ * tmtabor
49+ * Wieland Hoffmann
50+ * Yuval Langer
51+
52+
653Issues closed in 3.0
7- ----------------------
54+ --------------------
855
956GitHub stats for 2014/04/02 - 2015/02/13 (since 2.0)
1057
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 3.x Series
33============
44
5+ IPython 3.1
6+ ===========
7+
8+ Released April 3, 2015
9+
10+ The first 3.x bugfix release, with 33 contributors and 344 commits.
11+ This primarily includes bugfixes to notebook layout and focus problems.
12+
13+
14+ Highlights:
15+
16+ - Various focus jumping and scrolling fixes in the notebook.
17+ - Various message ordering and widget fixes in the notebook.
18+ - Images in markdown and output are confined to the notebook width.
19+ An `.unconfined ` CSS class is added to disable this behavior per-image.
20+ The resize handle on output images is removed.
21+ - Improved ordering of tooltip content for Python functions, putting the signature at the top.
22+ - Fix UnicodeErrors when displaying some objects with unicode reprs on Python 2.
23+ - Set the kernel's working directory to the notebook directory when running ``nbconvert --execute ``,
24+ so that behavior matches the live notebook.
25+ - Allow setting custom SSL options for the tornado server with ``NotebookApp.ssl_options ``,
26+ and protect against POODLE with default settings by disabling SSLv3.
27+ - Fix memory leak in the IPython.parallel Controller on Python 3.
28+
29+
30+ See :ref: `issues_list_3 ` for details.
31+
532
633Release 3.0
734===========
You can’t perform that action at this time.
0 commit comments