10000 Some more changelog stuff. · seckcoder/scikit-learn@2533e92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2533e92

Browse files
author
Fabian Pedregosa
committed
Some more changelog stuff.
1 parent 9d07758 commit 2533e92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ People
7777

7878
* `Mathieu Blondel <http://mblondel.org/journal>`_ joined the
7979
project in September 2010 and has worked since on the sparse
80-
matrix support, text feature extraction and general bug fixes.
80+
matrix support, Ridge generalized crossval, text feature
81+
extraction and general bug fixes.
8182

8283
* `Peter Prettenhofer
8384
<http://sites.google.com/site/peterprettenhofer/>`_ joined the

doc/whats_new.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Changelog
4141
- Refactoring of :class:`neighbors.NeighborsClassifier` and
4242
:func:`neighbors.kneighbors_graph`: added different algorithms for
4343
the k-Nearest Neighbor Search and implemented a more stable
44-
algorithm for finding barycenter weigths [`Fabian Pedregosa`_].
44+
algorithm for finding barycenter weigths. Also added some
45+
developer documentation for this module, see
46+
:ref:`notes_neighbors` for more information [`Fabian Pedregosa`_].
4547

4648
- Documentation improvements: Added :class:`pca.RandomizedPCA` and
4749
:class:`linear_model.LogisticRegression` to the class

0 commit comments

Comments
 (0)
0