##// END OF EJS Templates
update GitHub stats for 1.0
MinRK -
Show More
@@ -6,11 +6,12 b' Issues closed in the 1.0 development cycle'
6 6 Issues closed in 1.0
7 7 --------------------
8 8
9 GitHub stats for 2012/06/30 - 2013/07/19 (since 0.13)
9
10 GitHub stats for 2012/06/30 - 2013/08/02 (since 0.13)
10 11
11 12 These lists are automatically generated, and may be incomplete or contain duplicates.
12 13
13 The following 148 authors contributed 3683 commits.
14 The following 153 authors contributed 4157 commits.
14 15
15 16 * Aaron Meurer
16 17 * Adam Davis
@@ -48,7 +49,9 b' The following 148 authors contributed 3683 commits.'
48 49 * Dan McDougall
49 50 * Danny Staple
50 51 * David Hirschfeld
52 * David P. Sanders
51 53 * David Warde-Farley
54 * David Wolever
52 55 * David Wyde
53 56 * debjan
54 57 * Diane Trout
@@ -100,6 +103,7 b' The following 148 authors contributed 3683 commits.'
100 103 * Lars Solberg
101 104 * Lessandro Mariano
102 105 * Mark Sienkiewicz at STScI
106 * Martijn Vermaat
103 107 * Martin Spacek
104 108 * Matthias Bussonnier
105 109 * Maxim Grechkin
@@ -116,6 +120,7 b' The following 148 authors contributed 3683 commits.'
116 120 * Olivier Grisel
117 121 * Olivier Verdier
118 122 * Owen Healy
123 * Pankaj Pandey
119 124 * Paul Ivanov
120 125 * Pawel Jasinski
121 126 * Pietro Berkes
@@ -137,6 +142,7 b' The following 148 authors contributed 3683 commits.'
137 142 * Skylar Saveland
138 143 * slojo404
139 144 * smithj1
145 * Stefan Karpinski
140 146 * Stefan van der Walt
141 147 * Steven Silvester
142 148 * Takafumi Arakaki
@@ -161,12 +167,97 b' The following 148 authors contributed 3683 commits.'
161 167 * ZoltΓ‘n VΓΆrΓΆs
162 168
163 169
164 We closed a total of 1291 issues, 679 pull requests and 612 regular issues;
170 We closed a total of 1426 issues, 764 pull requests and 662 regular issues;
165 171 this is the full list (generated with the script
166 172 :file:`tools/github_stats.py`):
167 173
168 Pull Requests (679):
174 Pull Requests (764):
169 175
176 * :ghpull:`3877`: don't use `shell=True` in PDF export
177 * :ghpull:`3878`: minor template loading cleanup
178 * :ghpull:`3855`: nbconvert: Filter tests
179 * :ghpull:`3879`: finish 3870
180 * :ghpull:`3870`: Fix for converting notebooks that contain unicode characters.
181 * :ghpull:`3876`: Update parallel_winhpc.rst
182 * :ghpull:`3872`: removing vim-ipython, since it has it's own repo
183 * :ghpull:`3871`: updating docs
184 * :ghpull:`3873`: remove old examples
185 * :ghpull:`3868`: update CodeMirror component to 3.15
186 * :ghpull:`3865`: Escape filename for pdflatex in nbconvert
187 * :ghpull:`3861`: remove old external.js
188 * :ghpull:`3864`: add keyboard shortcut to docs
189 * :ghpull:`3834`: This PR fixes a few issues with nbconvert tests
190 * :ghpull:`3840`: prevent profile_dir from being undefined
191 * :ghpull:`3859`: Add "An Afternoon Hack" to docs
192 * :ghpull:`3854`: Catch errors filling readline history on startup
193 * :ghpull:`3857`: Delete extra auto
194 * :ghpull:`3845`: nbconvert: Serve from original build directory
195 * :ghpull:`3846`: Add basic logging to nbconvert
196 * :ghpull:`3850`: add missing store_history key to Notebook execute_requests
197 * :ghpull:`3844`: update payload source
198 * :ghpull:`3830`: mention metadata / display_data similarity in pyout spec
199 * :ghpull:`3848`: fix incorrect `empty-docstring`
200 * :ghpull:`3836`: Parse markdown correctly when mathjax is disabled
201 * :ghpull:`3849`: skip a failing test on windows
202 * :ghpull:`3828`: signature_scheme lives in Session
203 * :ghpull:`3831`: update nbconvert doc with new CLI
204 * :ghpull:`3822`: add output flag to nbconvert
205 * :ghpull:`3780`: Added serving the output directory if html-based format are selected.
206 * :ghpull:`3764`: Cleanup nbconvert templates
207 * :ghpull:`3829`: remove now-duplicate 'this is dev' note
208 * :ghpull:`3814`: add `ConsoleWidget.execute_on_complete_input` flag
209 * :ghpull:`3826`: try rtfd
210 * :ghpull:`3821`: add sphinx prolog
211 * :ghpull:`3817`: relax timeouts in terminal console and tests
212 * :ghpull:`3825`: fix more tests that fail when pandoc is missing
213 * :ghpull:`3824`: don't set target on internal markdown links
214 * :ghpull:`3816`: s/pylab/matplotlib in docs
215 * :ghpull:`3812`: Describe differences between start_ipython and embed
216 * :ghpull:`3805`: Print View has been removed
217 * :ghpull:`3820`: Make it clear that 1.0 is not released yet
218 * :ghpull:`3784`: nbconvert: Export flavors & PDF writer (ipy dev meeting)
219 * :ghpull:`3800`: semantic-versionify version number for non-releases
220 * :ghpull:`3802`: Documentation .txt to .rst
221 * :ghpull:`3765`: cleanup terminal console iopub handling
222 * :ghpull:`3720`: Fix for #3719
223 * :ghpull:`3787`: re-raise KeyboardInterrupt in raw_input
224 * :ghpull:`3770`: Organizing reveal's templates.
225 * :ghpull:`3751`: Use link(2) when possible in nbconvert
226 * :ghpull:`3792`: skip tests that require pandoc
227 * :ghpull:`3782`: add Importing Notebooks example
228 * :ghpull:`3752`: nbconvert: Add cwd to sys.path
229 * :ghpull:`3789`: fix raw_input in qtconsole
230 * :ghpull:`3756`: document the wire protocol
231 * :ghpull:`3749`: convert IPython syntax to Python syntax in nbconvert python template
232 * :ghpull:`3793`: Closes #3788
233 * :ghpull:`3794`: Change logo link to ipython.org
234 * :ghpull:`3746`: Raise a named exception when pandoc is missing
235 * :ghpull:`3781`: comply with the message spec in the notebook
236 * :ghpull:`3779`: remove bad `if logged_in` preventing new-notebook without login
237 * :ghpull:`3743`: remove notebook read-only view
238 * :ghpull:`3732`: add delay to autosave in beforeunload
239 * :ghpull:`3761`: Added rm_math_space to markdown cells in the basichtml.tpl to be rendered ok by mathjax after the nbconvertion.
240 * :ghpull:`3758`: nbconvert: Filter names cleanup
241 * :ghpull:`3769`: Add configurability to tabcompletion timeout
242 * :ghpull:`3771`: Update px pylab test to match new output of pylab
243 * :ghpull:`3741`: better message when notebook format is not supported
244 * :ghpull:`3753`: document Ctrl-C not working in ipython kernel
245 * :ghpull:`3766`: handle empty metadata in pyout messages more gracefully.
246 * :ghpull:`3736`: my attempt to fix #3735
247 * :ghpull:`3759`: nbconvert: Provide a more useful error for invalid use case.
248 * :ghpull:`3760`: nbconvert: Allow notebook filenames without their extensions
249 * :ghpull:`3750`: nbconvert: Add cwd to default templates search path.
250 * :ghpull:`3748`: Update nbconvert docs
251 * :ghpull:`3734`: Nbconvert: Export extracted files into `nbname_files` subdirectory
252 * :ghpull:`3733`: Nicer message when pandoc is missing, closes #3730
253 * :ghpull:`3722`: fix two failing test in IPython.lib
254 * :ghpull:`3704`: Start what's new for 1.0
255 * :ghpull:`3705`: Complete rewrite of IPython Notebook documentation: docs/source/interactive/htmlnotebook.txt
256 * :ghpull:`3709`: Docs cleanup
257 * :ghpull:`3716`: raw_input fixes for kernel restarts
258 * :ghpull:`3683`: use `%matplotlib` in example notebooks
259 * :ghpull:`3686`: remove quarantine
260 * :ghpull:`3699`: svg2pdf unicode fix
170 261 * :ghpull:`3695`: fix SVG2PDF
171 262 * :ghpull:`3685`: fix Pager.detach
172 263 * :ghpull:`3675`: document new dependencies
@@ -847,8 +938,58 b' Pull Requests (679):'
847 938 * :ghpull:`2061`: use explicit tuple in exception
848 939 * :ghpull:`2060`: change minus to \- or \(hy in manpages
849 940
850 Issues (612):
941 Issues (662):
851 942
943 * :ghissue:`3874`: Up/Down keys don't work to "Search previous command history" (besides Ctrl-p/Ctrl-n)
944 * :ghissue:`3853`: CodeMirror locks up in the notebook
945 * :ghissue:`3862`: can only connect to an ipcluster started with v1.0.0-dev (master branch) using an older ipython (v0.13.2), but cannot connect using ipython (v1.0.0-dev)
946 * :ghissue:`3869`: custom css not working.
947 * :ghissue:`2960`: Keyboard shortcuts
948 * :ghissue:`3795`: ipcontroller process goes to 100% CPU, ignores connection requests
949 * :ghissue:`3553`: Ipython and pylab crashes in windows and canopy
950 * :ghissue:`3837`: Cannot set custom mathjax url, crash notebook server.
951 * :ghissue:`3808`: "Naming" releases ?
952 * :ghissue:`2431`: TypeError: must be string without null bytes, not str
953 * :ghissue:`3856`: `?` at end of comment causes line to execute
954 * :ghissue:`3731`: nbconvert: add logging for the different steps of nbconvert
955 * :ghissue:`3835`: Markdown cells do not render correctly when mathjax is disabled
956 * :ghissue:`3843`: nbconvert to rst: leftover "In[ ]"
957 * :ghissue:`3799`: nbconvert: Ability to specify name of output file
958 * :ghissue:`3726`: Document when IPython.start_ipython() should be used versus IPython.embed()
959 * :ghissue:`3778`: Add no more readonly view in what's new
960 * :ghissue:`3754`: No Print View in Notebook in 1.0dev
961 * :ghissue:`3798`: IPython 0.12.1 Crashes on autocompleting sqlalchemy.func.row_number properties
962 * :ghissue:`3811`: Opening notebook directly from the command line with multi-directory support installed
963 * :ghissue:`3775`: Annoying behavior when clicking on cell after execution (Ctrl+Enter)
964 * :ghissue:`3809`: Possible to add some bpython features?
965 * :ghissue:`3810`: Printing the contents of an image file messes up shell text
966 * :ghissue:`3702`: `nbconvert`: Default help message should be that of --help
967 * :ghissue:`3735`: Nbconvert 1.0.0a1 does not take into account the pdf extensions in graphs
968 * :ghissue:`3719`: Bad strftime format, for windows, in nbconvert exporter
969 * :ghissue:`3786`: Zmq errors appearing with `Ctrl-C` in console/qtconsole
970 * :ghissue:`3019`: disappearing scrollbar on tooltip in Chrome 24 on Ubuntu 12.04
971 * :ghissue:`3785`: ipdb completely broken in Qt console
972 * :ghissue:`3796`: Document the meaning of milestone/issues-tags for users.
973 * :ghissue:`3788`: Do not auto show tooltip if docstring empty.
974 * :ghissue:`1366`: [Web page] No link to front page from documentation
975 * :ghissue:`3739`: nbconvert (to slideshow) misses some of the math in markdown cells
976 * :ghissue:`3768`: increase and make timeout configurable in console completion.
977 * :ghissue:`3724`: ipcluster only running on one cpu
978 * :ghissue:`1592`: better message for unsupported nbformat
979 * :ghissue:`2049`: Can not stop "ipython kernel" on windows
980 * :ghissue:`3757`: Need direct entry point to given notebook
981 * :ghissue:`3745`: ImportError: cannot import name check_linecache_ipython
982 * :ghissue:`3701`: `nbconvert`: Final output file should be in same directory as input file
983 * :ghissue:`3738`: history -o works but history with -n produces identical results
984 * :ghissue:`3740`: error when attempting to run 'make' in docs directory
985 * :ghissue:`3737`: ipython nbconvert crashes with ValueError: Invalid format string.
986 * :ghissue:`3730`: nbconvert: unhelpful error when pandoc isn't installed
987 * :ghissue:`3718`: markdown cell cursor misaligned in notebook
988 * :ghissue:`3710`: mutiple input fields for %debug in the notebook after resetting the kernel
989 * :ghissue:`3713`: PyCharm has problems with IPython working inside PyPy created by virtualenv
990 * :ghissue:`3712`: Code completion: Complete on dictionary keys
991 * :ghissue:`3680`: --pylab and --matplotlib flag
992 * :ghissue:`3698`: nbconvert: Unicode error with minus sign
852 993 * :ghissue:`3693`: nbconvert does not process SVGs into PDFs
853 994 * :ghissue:`3688`: nbconvert, figures not extracting with Python 3.x
854 995 * :ghissue:`3542`: note new dependencies in docs / setup.py
General Comments 0
You need to be logged in to leave comments. Login now