Show More
@@ -3,6 +3,127 b'' | |||
|
3 | 3 | Issues closed in the 1.0 development cycle |
|
4 | 4 | ========================================== |
|
5 | 5 | |
|
6 | Issues closed in 1.1 | |
|
7 | -------------------- | |
|
8 | ||
|
9 | GitHub stats for 2013/08/08 - 2013/09/09 (since 1.0) | |
|
10 | ||
|
11 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
|
12 | ||
|
13 | The following 25 authors contributed 337 commits. | |
|
14 | ||
|
15 | * Benjamin Ragan-Kelley | |
|
16 | * Bing Xia | |
|
17 | * Bradley M. Froehle | |
|
18 | * Brian E. Granger | |
|
19 | * DamiΓ‘n Avila | |
|
20 | * dhirschfeld | |
|
21 | * DraΕΎen LuΔanin | |
|
22 | * gmbecker | |
|
23 | * Jake Vanderplas | |
|
24 | * Jason Grout | |
|
25 | * Jonathan Frederic | |
|
26 | * Kevin Burke | |
|
27 | * Kyle Kelley | |
|
28 | * Matt Henderson | |
|
29 | * Matthew Brett | |
|
30 | * Matthias Bussonnier | |
|
31 | * Pankaj Pandey | |
|
32 | * Paul Ivanov | |
|
33 | * rossant | |
|
34 | * Samuel Ainsworth | |
|
35 | * Stephan Rave | |
|
36 | * stonebig | |
|
37 | * Thomas Kluyver | |
|
38 | * Yaroslav Halchenko | |
|
39 | * Zachary Sailer | |
|
40 | ||
|
41 | ||
|
42 | We closed a total of 76 issues, 58 pull requests and 18 regular issues; | |
|
43 | this is the full list (generated with the script :file:`tools/github_stats.py`): | |
|
44 | ||
|
45 | Pull Requests (58): | |
|
46 | ||
|
47 | * :ghpull:`4188`: Allow user_ns trait to be None | |
|
48 | * :ghpull:`4189`: always fire LOCAL_IPS.extend(PUBLIC_IPS) | |
|
49 | * :ghpull:`4174`: various issues in markdown and rst templates | |
|
50 | * :ghpull:`4178`: add missing data_javascript | |
|
51 | * :ghpull:`4181`: nbconvert: Fix, sphinx template not removing new lines from headers | |
|
52 | * :ghpull:`4043`: don't 'restore_bytes' in from_JSON | |
|
53 | * :ghpull:`4163`: Fix for incorrect default encoding on Windows. | |
|
54 | * :ghpull:`4136`: catch javascript errors in any output | |
|
55 | * :ghpull:`4171`: add nbconvert config file when creating profiles | |
|
56 | * :ghpull:`4125`: Basic exercise of `ipython [subcommand] -h` and help-all | |
|
57 | * :ghpull:`4085`: nbconvert: Fix sphinx preprocessor date format string for Windows | |
|
58 | * :ghpull:`4159`: don't split `.cell` and `div.cell` CSS | |
|
59 | * :ghpull:`4158`: generate choices for `--gui` configurable from real mapping | |
|
60 | * :ghpull:`4065`: do not include specific css in embedable one | |
|
61 | * :ghpull:`4092`: nbconvert: Fix for unicode html headers, Windows + Python 2.x | |
|
62 | * :ghpull:`4074`: close Client sockets if connection fails | |
|
63 | * :ghpull:`4064`: Store default codemirror mode in only 1 place | |
|
64 | * :ghpull:`4104`: Add way to install MathJax to a particular profile | |
|
65 | * :ghpull:`4144`: help_end transformer shouldn't pick up ? in multiline string | |
|
66 | * :ghpull:`4143`: update example custom.js | |
|
67 | * :ghpull:`4142`: DOC: unwrap openssl line in public_server doc | |
|
68 | * :ghpull:`4141`: add files with a separate `add` call in backport_pr | |
|
69 | * :ghpull:`4137`: Restore autorestore option for storemagic | |
|
70 | * :ghpull:`4098`: pass profile-dir instead of profile name to Kernel | |
|
71 | * :ghpull:`4120`: support `input` in Python 2 kernels | |
|
72 | * :ghpull:`4088`: nbconvert: Fix coalescestreams line with incorrect nesting causing strange behavior | |
|
73 | * :ghpull:`4060`: only strip continuation prompts if regular prompts seen first | |
|
74 | * :ghpull:`4132`: Fixed name error bug in function safe_unicode in module py3compat. | |
|
75 | * :ghpull:`4121`: move test_kernel from IPython.zmq to IPython.kernel | |
|
76 | * :ghpull:`4118`: ZMQ heartbeat channel: catch EINTR exceptions and continue. | |
|
77 | * :ghpull:`4054`: use unicode for HTML export | |
|
78 | * :ghpull:`4106`: fix a couple of default block values | |
|
79 | * :ghpull:`4115`: Update docs on declaring a magic function | |
|
80 | * :ghpull:`4101`: restore accidentally removed EngineError | |
|
81 | * :ghpull:`4096`: minor docs changes | |
|
82 | * :ghpull:`4056`: respect `pylab_import_all` when `--pylab` specified at the command-line | |
|
83 | * :ghpull:`4091`: Make Qt console banner configurable | |
|
84 | * :ghpull:`4086`: fix missing errno import | |
|
85 | * :ghpull:`4030`: exclude `.git` in MANIFEST.in | |
|
86 | * :ghpull:`4047`: Use istype() when checking if canned object is a dict | |
|
87 | * :ghpull:`4031`: don't close_fds on Windows | |
|
88 | * :ghpull:`4029`: bson.Binary moved | |
|
89 | * :ghpull:`4035`: Fixed custom jinja2 templates being ignored when setting template_path | |
|
90 | * :ghpull:`4026`: small doc fix in nbconvert | |
|
91 | * :ghpull:`4016`: Fix IPython.start_* functions | |
|
92 | * :ghpull:`4021`: Fix parallel.client.View map() on numpy arrays | |
|
93 | * :ghpull:`4022`: DOC: fix links to matplotlib, notebook docs | |
|
94 | * :ghpull:`4018`: Fix warning when running IPython.kernel tests | |
|
95 | * :ghpull:`4019`: Test skipping without unicode paths | |
|
96 | * :ghpull:`4008`: Transform code before %prun/%%prun runs | |
|
97 | * :ghpull:`4014`: Fix typo in ipapp | |
|
98 | * :ghpull:`3987`: get files list in backport_pr | |
|
99 | * :ghpull:`3974`: nbconvert: Fix app tests on Window7 w/ Python 3.3 | |
|
100 | * :ghpull:`3978`: fix `--existing` with non-localhost IP | |
|
101 | * :ghpull:`3939`: minor checkpoint cleanup | |
|
102 | * :ghpull:`3981`: BF: fix nbconvert rst input prompt spacing | |
|
103 | * :ghpull:`3960`: Don't make sphinx a dependency for importing nbconvert | |
|
104 | * :ghpull:`3973`: logging.Formatter is not new-style in 2.6 | |
|
105 | ||
|
106 | Issues (18): | |
|
107 | ||
|
108 | * :ghissue:`4024`: nbconvert markdown issues | |
|
109 | * :ghissue:`4095`: Catch js error in append html in stream/pyerr | |
|
110 | * :ghissue:`4156`: Specifying --gui=tk at the command line | |
|
111 | * :ghissue:`3818`: nbconvert can't handle Heading with Chinese characters on Japanese Windows OS. | |
|
112 | * :ghissue:`4134`: multi-line parser fails on ''' in comment, qtconsole and notebook. | |
|
113 | * :ghissue:`3998`: sample custom.js needs to be updated | |
|
114 | * :ghissue:`4078`: StoreMagic.autorestore not working in 1.0.0 | |
|
115 | * :ghissue:`3990`: Buitlin `input` doesn't work over zmq | |
|
116 | * :ghissue:`4015`: nbconvert fails to convert all the content of a notebook | |
|
117 | * :ghissue:`4059`: Issues with Ellipsis literal in Python 3 | |
|
118 | * :ghissue:`4103`: Wrong default argument of DirectView.clear | |
|
119 | * :ghissue:`4100`: parallel.client.client references undefined error.EngineError | |
|
120 | * :ghissue:`4005`: IPython.start_kernel doesn't work. | |
|
121 | * :ghissue:`4020`: IPython parallel map fails on numpy arrays | |
|
122 | * :ghissue:`3945`: nbconvert: commandline tests fail Win7x64 Py3.3 | |
|
123 | * :ghissue:`3977`: unable to complete remote connections for two-process | |
|
124 | * :ghissue:`3980`: nbconvert rst output lacks needed blank lines | |
|
125 | * :ghissue:`3968`: TypeError: super() argument 1 must be type, not classobj (Python 2.6.6) | |
|
126 | ||
|
6 | 127 | Issues closed in 1.0 |
|
7 | 128 | -------------------- |
|
8 | 129 |
General Comments 0
You need to be logged in to leave comments.
Login now