8000 REL: 0.14 release: update whats_new and version · scikit-learn/scikit-learn@d13928c · GitHub
[go: up one dir, main page]

Skip to content

Commit d13928c

Browse files
committed
REL: 0.14 release: update whats_new and version
1 parent 6f6a3fd commit d13928c

File tree

2 files changed

+96
-3
lines changed

2 files changed

+96
-3
lines changed

doc/whats_new.rst

Lines changed: 95 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. currentmodule:: sklearn
22

3-
.. _changes_0_14_rc:
3+
.. _changes_0_14:
44

5-
0.14-rc
5+
0.14
66
=======
77

88
Changelog
@@ -284,6 +284,99 @@ API changes summary
284284

285285
- Better input validation, warning on unexpected shapes for y.
286286

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+
287380
.. _changes_0_13_1:
288381

289382
0.13.1

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
See http://scikit-learn.org for complete documentation.
1414
"""
1515
import sys
16-
__version__ = '0.14a1'
16+
__version__ = '0.14'
1717

1818
try:
1919
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)
0