8000 RELEASE 0.11 · healthonrails/scikit-learn@73fdf6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 73fdf6a

Browse files
committed
RELEASE 0.11
1 parent 6a1f2b2 commit 73fdf6a

File tree

4 files changed

+57
-3
lines changed

4 files changed

+57
-3
lines changed

doc/themes/scikit-learn/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{% else %}
153153
<h3>News</h3>
154154

155-
<p>scikit-learn 0.10 is available
155+
<p>scikit-learn 0.11 is available
156156
for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
157157
See <a href="{{pathto('whats_new')}}">what's new</a> and tips
158158
on <a href="{{pathto('install')}}">installing</a>.</p>

doc/whats_new.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,58 @@ API changes summary
182182
arbitrary Minkowski metric for nearest neighbors searches.
183183

184184

185+
People
186+
------
187+
* 282 `Andreas Müller`_
188+
* 239 `Peter Prettenhofer`_
189+
* 198 `Gael Varoquaux`_
190+
* 129 `Olivier Grisel`_
191+
* 114 `Mathieu Blondel`_
192+
* 103 Clay Woolam
193+
* 96 `Lars Buitinck`_
194+
* 88 `Jaques Grobler`_
195+
* 82 `Alexandre Gramfort`_
196+
* 50 `Bertrand Thirion`_
197+
* 42 `Robert Layton`_
198+
* 28 flyingimmidev
199+
* 26 `Jake Vanderplas`_
200+
* 26 Shiqiao Du
201+
* 21 `Satrajit Ghosh`_
202+
* 17 `David Marek`_
203+
* 17 `Gilles Louppe`_
204+
* 14 `Vlad Niculae`_
205+
* 11 Yannick Schwartz
206+
* 10 `Fabian Pedregosa`_
207+
* 9 fcostin
208+
* 7 Nick Wilson
209+
* 5 Adrien Gaidon
210+
* 5 `Nicolas Pinto`_
211+
* 4 `David Warde-Farley`_
212+
* 5 Nelle Varoquaux
213+
* 5 Emmanuelle Gouillart
214+
* 3 Joonas Sillanpää
215+
* 3 Paolo Losi
216+
* 2 Charles McCarthy
217+
* 2 Roy Hyunjin Han
218+
* 2 Scott White
219+
* 2 ibayer
220+
* 1 Brandyn White
221+
* 1 Carlos Scheidegger
222+
* 1 Claire Revillet
223+
* 1 Conrad Lee
224+
* 1 Edouard Duchesnay
225+
* 1 Jan Hendrik Metzen
226+
* 1 Meng Xinfan
227+
* 1 Rob Zinkov
228+
* 1 Shiqiao
229+
* 1 Udi Weinsberg
230+
* 1 Virgile Fritsch
231+
* 1 Xinfan Meng
232+
* 1 Yaroslav Halchenko
233+
* 1 jansoe
234+
* 1 Leon Palafox
235+
236+
185237
.. _changes_0_10:
186238

187239
0.10
@@ -1120,3 +1172,5 @@ of commits):
11201172
.. _Scott White: http://twitter.com/scottblanc
11211173

11221174
.. _Jaques Grobler: https://github.com/jaquesgrobler/scikit-learn/wiki/Jaques-Grobler
1175+
1176+
.. _David Marek: http://http://www.davidmarek.cz/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
URL = 'http://scikit-learn.sourceforge.net'
1818
LICENSE = 'new BSD'
1919
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
20-
VERSION = '0.11-git'
20+
VERSION = '0.11'
2121

2222
import setuptools # we are using a setuptools namespace
2323
from numpy.distutils.core import setup

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
5656
'metrics', 'mixture', 'naive_bayes', 'neighbors', 'pipeline',
5757
'preprocessing', 'qda', 'svm', 'test', 'clone', 'pls']
5858

59-
__version__ = '0.11-git'
59+
__version__ = '0.11'

0 commit comments

Comments
 (0)
0