File tree 2 files changed +96
-3
lines changed 2 files changed +96
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. currentmodule :: sklearn
2
2
3
- .. _ changes_0_14_rc :
3
+ .. _ changes_0_14 :
4
4
5
- 0.14-rc
5
+ 0.14
6
6
=======
7
7
8
8
Changelog
@@ -284,6 +284,99 @@ API changes summary
284
284
285
285
- Better input validation, warning on unexpected shapes for y.
286
286
287
+ People
288
+ ------
289
+ List of contributors for release 0.14 by number of commits.
290
+
291
+ * 277 Gilles Louppe
292
+ * 245 Lars Buitinck
293
+ * 187 Andreas Mueller
294
+ * 124 Arnaud Joly
295
+ * 112 Jaques Grobler
296
+ * 109 Gael Varoquaux
297
+ * 107 Olivier Grisel
298
+ * 102 Noel Dawe
299
+ * 99 Kemal Eren
300
+ * 79 Joel Nothman
301
+ * 75 Jake VanderPlas
302
+ * 73 Nelle Varoquaux
303
+ * 71 Vlad Niculae
304
+ * 65 Peter Prettenhofer
305
+ * 64 Alexandre Gramfort
306
+ * 54 Mathieu Blondel
307
+ * 38 Nicolas Trésegnie
308
+ * 35 eustache
309
+ * 27 Denis Engemann
310
+ * 25 Yann N. Dauphin
311
+ * 19 Justin Vincent
312
+ * 17 Robert Layton
313
+ * 15 Doug Coleman
314
+ * 14 Michael Eickenberg
315
+ * 13 Robert Marchman
316
+ * 11 Fabian Pedregosa
317
+ * 11 Philippe Gervais
318
+ * 10 Jim Holmström
319
+ * 10 Tadej Janež
320
+ * 10 syhw
321
+ * 9 Mikhail Korobov
322
+ * 9 Steven De Gryze
323
+ * 8 sergeyf
324
+ * 7 Ben Root
325
+ * 7 Hrishikesh Huilgolkar
326
+ * 6 Kyle Kastner
327
+ * 6 Martin Luessi
328
+ * 6 Rob Speer
329
+ * 5 Federico Vaggi
330
+ * 5 Raul Garreta
331
+ * 5 Rob Zinkov
332
+ * 4 Ken Geis
333
+ * 3 A. Flaxman
334
+ * 3 Denton Cockburn
335
+ * 3 Dougal Sutherland
336
+ * 3 Ian Ozsvald
337
+ * 3 Johannes Schönberger
338
+ * 3 Robert McGibbon
339
+ * 3 Roman Sinayev
340
+ * 3 Szabo Roland
341
+ * 2 Diego Molla
342
+ * 2 Imran Haque
343
+ * 2 Jochen Wersdörfer
344
+ * 2 Sergey Karayev
345
+ * 2 Yannick Schwartz
346
+ * 2 jamestwebber
347
+ * 1 Abhijeet Kolhe
348
+ * 1 Alexander Fabisch
349
+ * 1 Bastiaan van den Berg
350
+ * 1 Benjamin Peterson
351
+ * 1 Daniel Velkov
352
+ * 1 Fazlul Shahriar
353
+ * 1 Felix Brockherde
354
+ * 1 Félix-Antoine Fortin
355
+ * 1 Harikrishnan S
356
+ * 1 Jack Hale
357
+ * 1 JakeMick
358
+ * 1 James McDermott
359
+ * 1 John Benediktsson
360
+ * 1 John Zwinck
361
+ * 1 Joshua Vredevoogd
362
+ * 1 Justin Pati
363
+ * 1 Kevin Hughes
364
+ * 1 Kyle Kelley
365
+ * 1 Matthias Ekman
366
+ * 1 Miroslav Shubernetskiy
367
+ * 1 Naoki Orii
368
+ * 1 Norbert Crombach
369
+ * 1 Rafael Cunha de Almeida
370
+ * 1 Rolando Espinoza La fuente
371
+ * 1 Seamus Abshere
372
+ * 1 Sergey Feldman
373
+ * 1 Sergio Medina
374
+ * 1 Stefano Lattarini
375
+ * 1 Steve Koch
376
+ * 1 Sturla Molden
377
+ * 1 Thomas Jarosch
378
+ * 1 Yaroslav Halchenko
379
+
287
380
.. _changes_0_13_1 :
288
381
289
382
0.13.1
Original file line number Diff line number Diff line change 13
13
See http://scikit-learn.org for complete documentation.
14
14
"""
15
15
import sys
16
- __version__ = '0.14a1 '
16
+ __version__ = '0.14 '
17
17
18
18
try :
19
19
# This variable is injected in the __builtins__ by the build
You can’t perform that action at this time.
0 commit comments